Shades of Black Russian #020919
Tints of Black Russian #020919
RGB
CMYK
RGB Variations
Color information
#020919 (or 0x020919) is known color: Black Russian. HEX triplet: 02, 09 and 19. RGB value is (2,9,25). Sum of RGB (Red+Green+Blue) = 2+9+25=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #020919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020919 is #FDF6E6. Grayscale: #080808. Windows color (decimal): -16643815 or 1640706. OLE color: 1640706.
HSL color Cylindrical-coordinate representation of color #020919: hue angle of 221.74º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020919 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 9 | 25 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.90 |
| HSL | 221.74º | 0.85% | 0.05% | - |
| HSV(B) | 221.74º | 0.92% | 0.1% | - |
| XYZ | 0.3 | 0.28 | 0.96 | - |
| YUV | 8.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 25 | 0.92 | 0.64 | 0 | 0.90 | 221.74 | 0.85 | 0.05 |
| Hex | 2 | 9 | 19 | 5C | 40 | 0 | 5A | DE | 55 | 5 |
| Octal | 2 | 11 | 31 | 134 | 100 | 0 | 132 | 336 | 125 | 5 |
| Binary | 10 | 1001 | 11001 | 1011100 | 1000000 | 0 | 1011010 | 11011110 | 1010101 | 101 |
Color Harmonies of #020919
Complementary color
Monochromatic Colors of #020919
Black with #020919
Text Example
Text Example
White with #020919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020919; }
p { color: rgb(2,9,25); }
H1.HeaderClassName
{
color: #020919;
}
.AnyTagClassName
{
color: #020919;
}
</style>
background-color css
<style>
a { background-color: #020919; }
a { background-color: rgb(2,9,25); }
div.DivClassName
{
background-color: #020919;
}
.BgClassName
{
background-color: #020919;
}
</style>
border-color css
<style>
span { border-color: #020919; }
span { border-color: rgb(2,9,25); }
td.TdClassName
{
border-color: #020919;
}
.TagClassName
{
border-color: #020919;
}
</style>