Shades of Black Russian #020011
Tints of Black Russian #020011
RGB
CMYK
RGB Variations
Color information
#020011 (or 0x020011) is known color: Black Russian. HEX triplet: 02, 00 and 11. RGB value is (2,0,17). Sum of RGB (Red+Green+Blue) = 2+0+17=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 17 (7.03% from 255 or 89.47% from 19); Max value from RGB is 17 - color contains mainly: blue. Hex color #020011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020011 is #FDFFEE. Grayscale: #020202. Windows color (decimal): -16646127 or 1114114. OLE color: 1114114.
HSL color Cylindrical-coordinate representation of color #020011: hue angle of 247.06º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020011 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 0 | 17 | - |
| CMYK | 0.88 | 1 | 0 | 0.93 |
| HSL | 247.06º | 1% | 0.03% | - |
| HSV(B) | 247.06º | 1% | 0.07% | - |
| XYZ | 0.13 | 0.05 | 0.53 | - |
| YUV | 2.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 17 | 0.88 | 1 | 0 | 0.93 | 247.06 | 1 | 0.03 |
| Hex | 2 | 0 | 11 | 58 | 64 | 0 | 5D | F7 | 64 | 3 |
| Octal | 2 | 0 | 21 | 130 | 144 | 0 | 135 | 367 | 144 | 3 |
| Binary | 10 | 0 | 10001 | 1011000 | 1100100 | 0 | 1011101 | 11110111 | 1100100 | 11 |
Color Harmonies of #020011
Complementary color
Monochromatic Colors of #020011
Black with #020011
Text Example
Text Example
White with #020011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020011; }
p { color: rgb(2,0,17); }
H1.HeaderClassName
{
color: #020011;
}
.AnyTagClassName
{
color: #020011;
}
</style>
background-color css
<style>
a { background-color: #020011; }
a { background-color: rgb(2,0,17); }
div.DivClassName
{
background-color: #020011;
}
.BgClassName
{
background-color: #020011;
}
</style>
border-color css
<style>
span { border-color: #020011; }
span { border-color: rgb(2,0,17); }
td.TdClassName
{
border-color: #020011;
}
.TagClassName
{
border-color: #020011;
}
</style>