Shades of Black Russian #020019
Tints of Black Russian #020019
RGB
CMYK
RGB Variations
Color information
#020019 (or 0x020019) is known color: Black Russian. HEX triplet: 02, 00 and 19. RGB value is (2,0,25). Sum of RGB (Red+Green+Blue) = 2+0+25=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 25 (10.16% from 255 or 92.59% from 27); Max value from RGB is 25 - color contains mainly: blue. Hex color #020019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020019 is #FDFFE6. Grayscale: #030303. Windows color (decimal): -16646119 or 1638402. OLE color: 1638402.
HSL color Cylindrical-coordinate representation of color #020019: hue angle of 244.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020019 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 0 | 25 | - |
| CMYK | 0.92 | 1 | 0 | 0.90 |
| HSL | 244.8º | 1% | 0.05% | - |
| HSV(B) | 244.8º | 1% | 0.1% | - |
| XYZ | 0.2 | 0.08 | 0.93 | - |
| YUV | 3.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 25 | 0.92 | 1 | 0 | 0.90 | 244.8 | 1 | 0.05 |
| Hex | 2 | 0 | 19 | 5C | 64 | 0 | 5A | F5 | 64 | 5 |
| Octal | 2 | 0 | 31 | 134 | 144 | 0 | 132 | 365 | 144 | 5 |
| Binary | 10 | 0 | 11001 | 1011100 | 1100100 | 0 | 1011010 | 11110101 | 1100100 | 101 |
Color Harmonies of #020019
Complementary color
Monochromatic Colors of #020019
Black with #020019
Text Example
Text Example
White with #020019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020019; }
p { color: rgb(2,0,25); }
H1.HeaderClassName
{
color: #020019;
}
.AnyTagClassName
{
color: #020019;
}
</style>
background-color css
<style>
a { background-color: #020019; }
a { background-color: rgb(2,0,25); }
div.DivClassName
{
background-color: #020019;
}
.BgClassName
{
background-color: #020019;
}
</style>
border-color css
<style>
span { border-color: #020019; }
span { border-color: rgb(2,0,25); }
td.TdClassName
{
border-color: #020019;
}
.TagClassName
{
border-color: #020019;
}
</style>