Shades of Black Russian #02081E
Tints of Black Russian #02081E
RGB
CMYK
RGB Variations
Color information
#02081E (or 0x02081E) is known color: Black Russian. HEX triplet: 02, 08 and 1E. RGB value is (2,8,30). Sum of RGB (Red+Green+Blue) = 2+8+30=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #02081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02081E is #FDF7E1. Grayscale: #080808. Windows color (decimal): -16644066 or 1968130. OLE color: 1968130.
HSL color Cylindrical-coordinate representation of color #02081E: hue angle of 227.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02081E is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 8 | 30 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.88 |
| HSL | 227.14º | 0.88% | 0.06% | - |
| HSV(B) | 227.14º | 0.93% | 0.12% | - |
| XYZ | 0.35 | 0.28 | 1.26 | - |
| YUV | 8.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 30 | 0.93 | 0.73 | 0 | 0.88 | 227.14 | 0.88 | 0.06 |
| Hex | 2 | 8 | 1E | 5D | 49 | 0 | 58 | E3 | 58 | 6 |
| Octal | 2 | 10 | 36 | 135 | 111 | 0 | 130 | 343 | 130 | 6 |
| Binary | 10 | 1000 | 11110 | 1011101 | 1001001 | 0 | 1011000 | 11100011 | 1011000 | 110 |
Color Harmonies of #02081E
Complementary color
Monochromatic Colors of #02081E
Black with #02081E
Text Example
Text Example
White with #02081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02081E; }
p { color: rgb(2,8,30); }
H1.HeaderClassName
{
color: #02081E;
}
.AnyTagClassName
{
color: #02081E;
}
</style>
background-color css
<style>
a { background-color: #02081E; }
a { background-color: rgb(2,8,30); }
div.DivClassName
{
background-color: #02081E;
}
.BgClassName
{
background-color: #02081E;
}
</style>
border-color css
<style>
span { border-color: #02081E; }
span { border-color: rgb(2,8,30); }
td.TdClassName
{
border-color: #02081E;
}
.TagClassName
{
border-color: #02081E;
}
</style>