Color space conversion
Conversion of this color for each color space representation
RGB | ||
---|---|---|
Red | Green | Blue |
10.2% | 10.2% | 10.2% |
HSL | ||
---|---|---|
Hue | Saturation | Lightness |
0° | 0% | 10.2% |
HSV / HSB | ||
---|---|---|
Hue | Saturation | Value / Brightness |
0° | 0% | 10.2% |
RGB - Normalized | ||
---|---|---|
Red | Green | Blue |
0.1 | 0.1 | 0.1 |
HSL - Normalized | ||
---|---|---|
Hue | Saturation | Lightness |
0 | 0 | 0.1 |
HSV / HSB - Normalized | ||
---|---|---|
Hue | Saturation | Value / Brightness |
0 | 0 | 0.1 |
CMYK | |||
---|---|---|---|
Cyan | Magenta | Yellow | Black |
0% | 0% | 0% | 89.8% |
YCbCr | ||
---|---|---|
Y | Cb | Cr |
0.1 | 0 | 0 |
XYZ | ||
---|---|---|
X | Y | Z |
0.98 | 1.03 | 1.12 |
CIE Lab | ||
---|---|---|
L | a | b |
9.26 | 0 | -0 |
Nearest Colors Name
Matching similar color names
CSS notation
Use this for all CSS properties that accept a color as a value: color, background-color, border-color
#1a1a1a
rgb(26,26,26)
hsl(0, 0%, 10%)
Tints, Shades, and Tones
Tints
A tint is obtained by adding white to a color. This process reduces darkness.
Shades
A shade is obtained by adding black to a color. This process increases darkness.