Shades of Black Russian #020008
Tints of Black Russian #020008
RGB
CMYK
RGB Variations
Color information
#020008 (or 0x020008) is known color: Black Russian. HEX triplet: 02, 00 and 08. RGB value is (2,0,8). Sum of RGB (Red+Green+Blue) = 2+0+8=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 0 (0.39% from 255 or 0% from 10); Blue value is 8 (3.52% from 255 or 80% from 10); Max value from RGB is 8 - color contains mainly: blue. Hex color #020008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020008 is #FDFFF7. Grayscale: #010101. Windows color (decimal): -16646136 or 524290. OLE color: 524290.
HSL color Cylindrical-coordinate representation of color #020008: hue angle of 255º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020008 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 0 | 8 | - |
| CMYK | 0.75 | 1 | 0 | 0.97 |
| HSL | 255º | 1% | 0.02% | - |
| HSV(B) | 255º | 1% | 0.03% | - |
| XYZ | 0.07 | 0.03 | 0.23 | - |
| YUV | 1.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 8 | 0.75 | 1 | 0 | 0.97 | 255 | 1 | 0.02 |
| Hex | 2 | 0 | 8 | 4B | 64 | 0 | 61 | FF | 64 | 2 |
| Octal | 2 | 0 | 10 | 113 | 144 | 0 | 141 | 377 | 144 | 2 |
| Binary | 10 | 0 | 1000 | 1001011 | 1100100 | 0 | 1100001 | 11111111 | 1100100 | 10 |
Color Harmonies of #020008
Complementary color
Monochromatic Colors of #020008
Black with #020008
Text Example
Text Example
White with #020008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020008; }
p { color: rgb(2,0,8); }
H1.HeaderClassName
{
color: #020008;
}
.AnyTagClassName
{
color: #020008;
}
</style>
background-color css
<style>
a { background-color: #020008; }
a { background-color: rgb(2,0,8); }
div.DivClassName
{
background-color: #020008;
}
.BgClassName
{
background-color: #020008;
}
</style>
border-color css
<style>
span { border-color: #020008; }
span { border-color: rgb(2,0,8); }
td.TdClassName
{
border-color: #020008;
}
.TagClassName
{
border-color: #020008;
}
</style>