Shades of Black Russian #02091C
Tints of Black Russian #02091C
RGB
CMYK
RGB Variations
Color information
#02091C (or 0x02091C) is known color: Black Russian. HEX triplet: 02, 09 and 1C. RGB value is (2,9,28). Sum of RGB (Red+Green+Blue) = 2+9+28=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #02091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02091C is #FDF6E3. Grayscale: #080808. Windows color (decimal): -16643812 or 1837314. OLE color: 1837314.
HSL color Cylindrical-coordinate representation of color #02091C: hue angle of 223.85º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02091C is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 9 | 28 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.89 |
| HSL | 223.85º | 0.87% | 0.06% | - |
| HSV(B) | 223.85º | 0.93% | 0.11% | - |
| XYZ | 0.33 | 0.29 | 1.14 | - |
| YUV | 9.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 28 | 0.93 | 0.68 | 0 | 0.89 | 223.85 | 0.87 | 0.06 |
| Hex | 2 | 9 | 1C | 5D | 44 | 0 | 59 | E0 | 57 | 6 |
| Octal | 2 | 11 | 34 | 135 | 104 | 0 | 131 | 340 | 127 | 6 |
| Binary | 10 | 1001 | 11100 | 1011101 | 1000100 | 0 | 1011001 | 11100000 | 1010111 | 110 |
Color Harmonies of #02091C
Complementary color
Monochromatic Colors of #02091C
Black with #02091C
Text Example
Text Example
White with #02091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02091C; }
p { color: rgb(2,9,28); }
H1.HeaderClassName
{
color: #02091C;
}
.AnyTagClassName
{
color: #02091C;
}
</style>
background-color css
<style>
a { background-color: #02091C; }
a { background-color: rgb(2,9,28); }
div.DivClassName
{
background-color: #02091C;
}
.BgClassName
{
background-color: #02091C;
}
</style>
border-color css
<style>
span { border-color: #02091C; }
span { border-color: rgb(2,9,28); }
td.TdClassName
{
border-color: #02091C;
}
.TagClassName
{
border-color: #02091C;
}
</style>