Shades of Black Russian #02001E
Tints of Black Russian #02001E
RGB
CMYK
RGB Variations
Color information
#02001E (or 0x02001E) is known color: Black Russian. HEX triplet: 02, 00 and 1E. RGB value is (2,0,30). Sum of RGB (Red+Green+Blue) = 2+0+30=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 30 (12.11% from 255 or 93.75% from 32); Max value from RGB is 30 - color contains mainly: blue. Hex color #02001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02001E is #FDFFE1. Grayscale: #030303. Windows color (decimal): -16646114 or 1966082. OLE color: 1966082.
HSL color Cylindrical-coordinate representation of color #02001E: hue angle of 244º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02001E is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 0 | 30 | - |
| CMYK | 0.93 | 1 | 0 | 0.88 |
| HSL | 244º | 1% | 0.06% | - |
| HSV(B) | 244º | 1% | 0.12% | - |
| XYZ | 0.26 | 0.11 | 1.24 | - |
| YUV | 4.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 30 | 0.93 | 1 | 0 | 0.88 | 244 | 1 | 0.06 |
| Hex | 2 | 0 | 1E | 5D | 64 | 0 | 58 | F4 | 64 | 6 |
| Octal | 2 | 0 | 36 | 135 | 144 | 0 | 130 | 364 | 144 | 6 |
| Binary | 10 | 0 | 11110 | 1011101 | 1100100 | 0 | 1011000 | 11110100 | 1100100 | 110 |
Color Harmonies of #02001E
Complementary color
Monochromatic Colors of #02001E
Black with #02001E
Text Example
Text Example
White with #02001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02001E; }
p { color: rgb(2,0,30); }
H1.HeaderClassName
{
color: #02001E;
}
.AnyTagClassName
{
color: #02001E;
}
</style>
background-color css
<style>
a { background-color: #02001E; }
a { background-color: rgb(2,0,30); }
div.DivClassName
{
background-color: #02001E;
}
.BgClassName
{
background-color: #02001E;
}
</style>
border-color css
<style>
span { border-color: #02001E; }
span { border-color: rgb(2,0,30); }
td.TdClassName
{
border-color: #02001E;
}
.TagClassName
{
border-color: #02001E;
}
</style>