Shades of Black Russian #02091D
Tints of Black Russian #02091D
RGB
CMYK
RGB Variations
Color information
#02091D (or 0x02091D) is known color: Black Russian. HEX triplet: 02, 09 and 1D. RGB value is (2,9,29). Sum of RGB (Red+Green+Blue) = 2+9+29=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #02091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02091D is #FDF6E2. Grayscale: #090909. Windows color (decimal): -16643811 or 1902850. OLE color: 1902850.
HSL color Cylindrical-coordinate representation of color #02091D: hue angle of 224.44º 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 #02091D is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 9 | 29 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.89 |
| HSL | 224.44º | 0.87% | 0.06% | - |
| HSV(B) | 224.44º | 0.93% | 0.11% | - |
| XYZ | 0.34 | 0.3 | 1.2 | - |
| YUV | 9.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 29 | 0.93 | 0.69 | 0 | 0.89 | 224.44 | 0.87 | 0.06 |
| Hex | 2 | 9 | 1D | 5D | 45 | 0 | 59 | E0 | 57 | 6 |
| Octal | 2 | 11 | 35 | 135 | 105 | 0 | 131 | 340 | 127 | 6 |
| Binary | 10 | 1001 | 11101 | 1011101 | 1000101 | 0 | 1011001 | 11100000 | 1010111 | 110 |
Color Harmonies of #02091D
Complementary color
Monochromatic Colors of #02091D
Black with #02091D
Text Example
Text Example
White with #02091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02091D; }
p { color: rgb(2,9,29); }
H1.HeaderClassName
{
color: #02091D;
}
.AnyTagClassName
{
color: #02091D;
}
</style>
background-color css
<style>
a { background-color: #02091D; }
a { background-color: rgb(2,9,29); }
div.DivClassName
{
background-color: #02091D;
}
.BgClassName
{
background-color: #02091D;
}
</style>
border-color css
<style>
span { border-color: #02091D; }
span { border-color: rgb(2,9,29); }
td.TdClassName
{
border-color: #02091D;
}
.TagClassName
{
border-color: #02091D;
}
</style>