Shades of Black Russian #020206
Tints of Black Russian #020206
RGB
CMYK
RGB Variations
Color information
#020206 (or 0x020206) is known color: Black Russian. HEX triplet: 02, 02 and 06. RGB value is (2,2,6). Sum of RGB (Red+Green+Blue) = 2+2+6=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 2 (1.17% from 255 or 20% from 10); Blue value is 6 (2.73% from 255 or 60% from 10); Max value from RGB is 6 - color contains mainly: blue. Hex color #020206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020206 is #FDFDF9. Grayscale: #020202. Windows color (decimal): -16645626 or 393730. OLE color: 393730.
HSL color Cylindrical-coordinate representation of color #020206: hue angle of 240º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #020206 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 2 | 2 | 6 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.98 |
| HSL | 240º | 0.5% | 0.02% | - |
| HSV(B) | 240º | 0.67% | 0.02% | - |
| XYZ | 0.08 | 0.07 | 0.18 | - |
| YUV | 2.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 6 | 0.67 | 0.67 | 0 | 0.98 | 240 | 0.5 | 0.02 |
| Hex | 2 | 2 | 6 | 43 | 43 | 0 | 62 | F0 | 32 | 2 |
| Octal | 2 | 2 | 6 | 103 | 103 | 0 | 142 | 360 | 62 | 2 |
| Binary | 10 | 10 | 110 | 1000011 | 1000011 | 0 | 1100010 | 11110000 | 110010 | 10 |
Color Harmonies of #020206
Complementary color
Monochromatic Colors of #020206
Black with #020206
Text Example
Text Example
White with #020206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020206; }
p { color: rgb(2,2,6); }
H1.HeaderClassName
{
color: #020206;
}
.AnyTagClassName
{
color: #020206;
}
</style>
background-color css
<style>
a { background-color: #020206; }
a { background-color: rgb(2,2,6); }
div.DivClassName
{
background-color: #020206;
}
.BgClassName
{
background-color: #020206;
}
</style>
border-color css
<style>
span { border-color: #020206; }
span { border-color: rgb(2,2,6); }
td.TdClassName
{
border-color: #020206;
}
.TagClassName
{
border-color: #020206;
}
</style>