Shades of Black Russian #020006
Tints of Black Russian #020006
RGB
CMYK
RGB Variations
Color information
#020006 (or 0x020006) is known color: Black Russian. HEX triplet: 02, 00 and 06. RGB value is (2,0,6). Sum of RGB (Red+Green+Blue) = 2+0+6=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 0 (0.39% from 255 or 0% from 8); Blue value is 6 (2.73% from 255 or 75% from 8); Max value from RGB is 6 - color contains mainly: blue. Hex color #020006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020006 is #FDFFF9. Grayscale: #010101. Windows color (decimal): -16646138 or 393218. OLE color: 393218.
HSL color Cylindrical-coordinate representation of color #020006: hue angle of 260º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020006 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 2 | 0 | 6 | - |
| CMYK | 0.67 | 1 | 0 | 0.98 |
| HSL | 260º | 1% | 0.01% | - |
| HSV(B) | 260º | 1% | 0.02% | - |
| XYZ | 0.06 | 0.03 | 0.17 | - |
| YUV | 1.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 6 | 0.67 | 1 | 0 | 0.98 | 260 | 1 | 0.01 |
| Hex | 2 | 0 | 6 | 43 | 64 | 0 | 62 | 104 | 64 | 1 |
| Octal | 2 | 0 | 6 | 103 | 144 | 0 | 142 | 404 | 144 | 1 |
| Binary | 10 | 0 | 110 | 1000011 | 1100100 | 0 | 1100010 | 100000100 | 1100100 | 1 |
Color Harmonies of #020006
Complementary color
Monochromatic Colors of #020006
Black with #020006
Text Example
Text Example
White with #020006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020006; }
p { color: rgb(2,0,6); }
H1.HeaderClassName
{
color: #020006;
}
.AnyTagClassName
{
color: #020006;
}
</style>
background-color css
<style>
a { background-color: #020006; }
a { background-color: rgb(2,0,6); }
div.DivClassName
{
background-color: #020006;
}
.BgClassName
{
background-color: #020006;
}
</style>
border-color css
<style>
span { border-color: #020006; }
span { border-color: rgb(2,0,6); }
td.TdClassName
{
border-color: #020006;
}
.TagClassName
{
border-color: #020006;
}
</style>