Shades of Black Russian #00021E
Tints of Black Russian #00021E
RGB
CMYK
RGB Variations
Color information
#00021E (or 0x00021E) is known color: Black Russian. HEX triplet: 00, 02 and 1E. RGB value is (0,2,30). Sum of RGB (Red+Green+Blue) = 0+2+30=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 2 (1.17% from 255 or 6.25% 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 #00021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00021E is #FFFDE1. Grayscale: #040404. Windows color (decimal): -16776674 or 1966592. OLE color: 1966592.
HSL color Cylindrical-coordinate representation of color #00021E: hue angle of 236º 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 #00021E is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 2 | 30 | - |
| CMYK | 1 | 0.93 | 0 | 0.88 |
| HSL | 236º | 1% | 0.06% | - |
| HSV(B) | 236º | 1% | 0.12% | - |
| XYZ | 0.26 | 0.14 | 1.24 | - |
| YUV | 4.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 30 | 1 | 0.93 | 0 | 0.88 | 236 | 1 | 0.06 |
| Hex | 0 | 2 | 1E | 64 | 5D | 0 | 58 | EC | 64 | 6 |
| Octal | 0 | 2 | 36 | 144 | 135 | 0 | 130 | 354 | 144 | 6 |
| Binary | 0 | 10 | 11110 | 1100100 | 1011101 | 0 | 1011000 | 11101100 | 1100100 | 110 |
Color Harmonies of #00021E
Complementary color
Monochromatic Colors of #00021E
Black with #00021E
Text Example
Text Example
White with #00021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00021E; }
p { color: rgb(0,2,30); }
H1.HeaderClassName
{
color: #00021E;
}
.AnyTagClassName
{
color: #00021E;
}
</style>
background-color css
<style>
a { background-color: #00021E; }
a { background-color: rgb(0,2,30); }
div.DivClassName
{
background-color: #00021E;
}
.BgClassName
{
background-color: #00021E;
}
</style>
border-color css
<style>
span { border-color: #00021E; }
span { border-color: rgb(0,2,30); }
td.TdClassName
{
border-color: #00021E;
}
.TagClassName
{
border-color: #00021E;
}
</style>