Shades of Black Russian #020519
Tints of Black Russian #020519
RGB
CMYK
RGB Variations
Color information
#020519 (or 0x020519) is known color: Black Russian. HEX triplet: 02, 05 and 19. RGB value is (2,5,25). Sum of RGB (Red+Green+Blue) = 2+5+25=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 25 (10.16% from 255 or 78.12% from 32); Max value from RGB is 25 - color contains mainly: blue. Hex color #020519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020519 is #FDFAE6. Grayscale: #060606. Windows color (decimal): -16644839 or 1639682. OLE color: 1639682.
HSL color Cylindrical-coordinate representation of color #020519: hue angle of 232.17º 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 #020519 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 5 | 25 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.90 |
| HSL | 232.17º | 0.85% | 0.05% | - |
| HSV(B) | 232.17º | 0.92% | 0.1% | - |
| XYZ | 0.25 | 0.19 | 0.94 | - |
| YUV | 6.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 25 | 0.92 | 0.80 | 0 | 0.90 | 232.17 | 0.85 | 0.05 |
| Hex | 2 | 5 | 19 | 5C | 50 | 0 | 5A | E8 | 55 | 5 |
| Octal | 2 | 5 | 31 | 134 | 120 | 0 | 132 | 350 | 125 | 5 |
| Binary | 10 | 101 | 11001 | 1011100 | 1010000 | 0 | 1011010 | 11101000 | 1010101 | 101 |
Color Harmonies of #020519
Complementary color
Monochromatic Colors of #020519
Black with #020519
Text Example
Text Example
White with #020519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020519; }
p { color: rgb(2,5,25); }
H1.HeaderClassName
{
color: #020519;
}
.AnyTagClassName
{
color: #020519;
}
</style>
background-color css
<style>
a { background-color: #020519; }
a { background-color: rgb(2,5,25); }
div.DivClassName
{
background-color: #020519;
}
.BgClassName
{
background-color: #020519;
}
</style>
border-color css
<style>
span { border-color: #020519; }
span { border-color: rgb(2,5,25); }
td.TdClassName
{
border-color: #020519;
}
.TagClassName
{
border-color: #020519;
}
</style>