Shades of Black Russian #02091E
Tints of Black Russian #02091E
RGB
CMYK
RGB Variations
Color information
#02091E (or 0x02091E) is known color: Black Russian. HEX triplet: 02, 09 and 1E. RGB value is (2,9,30). Sum of RGB (Red+Green+Blue) = 2+9+30=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #02091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02091E is #FDF6E1. Grayscale: #090909. Windows color (decimal): -16643810 or 1968386. OLE color: 1968386.
HSL color Cylindrical-coordinate representation of color #02091E: hue angle of 225º 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 #02091E is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 9 | 30 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.88 |
| HSL | 225º | 0.88% | 0.06% | - |
| HSV(B) | 225º | 0.93% | 0.12% | - |
| XYZ | 0.36 | 0.3 | 1.27 | - |
| YUV | 9.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 30 | 0.93 | 0.70 | 0 | 0.88 | 225 | 0.88 | 0.06 |
| Hex | 2 | 9 | 1E | 5D | 46 | 0 | 58 | E1 | 58 | 6 |
| Octal | 2 | 11 | 36 | 135 | 106 | 0 | 130 | 341 | 130 | 6 |
| Binary | 10 | 1001 | 11110 | 1011101 | 1000110 | 0 | 1011000 | 11100001 | 1011000 | 110 |
Color Harmonies of #02091E
Complementary color
Monochromatic Colors of #02091E
Black with #02091E
Text Example
Text Example
White with #02091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02091E; }
p { color: rgb(2,9,30); }
H1.HeaderClassName
{
color: #02091E;
}
.AnyTagClassName
{
color: #02091E;
}
</style>
background-color css
<style>
a { background-color: #02091E; }
a { background-color: rgb(2,9,30); }
div.DivClassName
{
background-color: #02091E;
}
.BgClassName
{
background-color: #02091E;
}
</style>
border-color css
<style>
span { border-color: #02091E; }
span { border-color: rgb(2,9,30); }
td.TdClassName
{
border-color: #02091E;
}
.TagClassName
{
border-color: #02091E;
}
</style>