Shades of Black Russian #020219
Tints of Black Russian #020219
RGB
CMYK
RGB Variations
Color information
#020219 (or 0x020219) is known color: Black Russian. HEX triplet: 02, 02 and 19. RGB value is (2,2,25). Sum of RGB (Red+Green+Blue) = 2+2+25=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 25 (10.16% from 255 or 86.21% from 29); Max value from RGB is 25 - color contains mainly: blue. Hex color #020219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020219 is #FDFDE6. Grayscale: #040404. Windows color (decimal): -16645607 or 1638914. OLE color: 1638914.
HSL color Cylindrical-coordinate representation of color #020219: hue angle of 240º 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 #020219 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 2 | 25 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.90 |
| HSL | 240º | 0.85% | 0.05% | - |
| HSV(B) | 240º | 0.92% | 0.1% | - |
| XYZ | 0.22 | 0.13 | 0.93 | - |
| YUV | 4.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 25 | 0.92 | 0.92 | 0 | 0.90 | 240 | 0.85 | 0.05 |
| Hex | 2 | 2 | 19 | 5C | 5C | 0 | 5A | F0 | 55 | 5 |
| Octal | 2 | 2 | 31 | 134 | 134 | 0 | 132 | 360 | 125 | 5 |
| Binary | 10 | 10 | 11001 | 1011100 | 1011100 | 0 | 1011010 | 11110000 | 1010101 | 101 |
Color Harmonies of #020219
Complementary color
Monochromatic Colors of #020219
Black with #020219
Text Example
Text Example
White with #020219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020219; }
p { color: rgb(2,2,25); }
H1.HeaderClassName
{
color: #020219;
}
.AnyTagClassName
{
color: #020219;
}
</style>
background-color css
<style>
a { background-color: #020219; }
a { background-color: rgb(2,2,25); }
div.DivClassName
{
background-color: #020219;
}
.BgClassName
{
background-color: #020219;
}
</style>
border-color css
<style>
span { border-color: #020219; }
span { border-color: rgb(2,2,25); }
td.TdClassName
{
border-color: #020219;
}
.TagClassName
{
border-color: #020219;
}
</style>