Shades of Black Russian #020819
Tints of Black Russian #020819
RGB
CMYK
RGB Variations
Color information
#020819 (or 0x020819) is known color: Black Russian. HEX triplet: 02, 08 and 19. RGB value is (2,8,25). Sum of RGB (Red+Green+Blue) = 2+8+25=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 25 (10.16% from 255 or 71.43% from 35); Max value from RGB is 25 - color contains mainly: blue. Hex color #020819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020819 is #FDF7E6. Grayscale: #080808. Windows color (decimal): -16644071 or 1640450. OLE color: 1640450.
HSL color Cylindrical-coordinate representation of color #020819: hue angle of 224.35º 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 #020819 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 8 | 25 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.90 |
| HSL | 224.35º | 0.85% | 0.05% | - |
| HSV(B) | 224.35º | 0.92% | 0.1% | - |
| XYZ | 0.29 | 0.26 | 0.95 | - |
| YUV | 8.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 25 | 0.92 | 0.68 | 0 | 0.90 | 224.35 | 0.85 | 0.05 |
| Hex | 2 | 8 | 19 | 5C | 44 | 0 | 5A | E0 | 55 | 5 |
| Octal | 2 | 10 | 31 | 134 | 104 | 0 | 132 | 340 | 125 | 5 |
| Binary | 10 | 1000 | 11001 | 1011100 | 1000100 | 0 | 1011010 | 11100000 | 1010101 | 101 |
Color Harmonies of #020819
Complementary color
Monochromatic Colors of #020819
Black with #020819
Text Example
Text Example
White with #020819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020819; }
p { color: rgb(2,8,25); }
H1.HeaderClassName
{
color: #020819;
}
.AnyTagClassName
{
color: #020819;
}
</style>
background-color css
<style>
a { background-color: #020819; }
a { background-color: rgb(2,8,25); }
div.DivClassName
{
background-color: #020819;
}
.BgClassName
{
background-color: #020819;
}
</style>
border-color css
<style>
span { border-color: #020819; }
span { border-color: rgb(2,8,25); }
td.TdClassName
{
border-color: #020819;
}
.TagClassName
{
border-color: #020819;
}
</style>