Shades of Black Russian #020222
Tints of Black Russian #020222
RGB
CMYK
RGB Variations
Color information
#020222 (or 0x020222) is known color: Black Russian. HEX triplet: 02, 02 and 22. RGB value is (2,2,34). Sum of RGB (Red+Green+Blue) = 2+2+34=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 34 (13.67% from 255 or 89.47% from 38); Max value from RGB is 34 - color contains mainly: blue. Hex color #020222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020222 is #FDFDDD. Grayscale: #050505. Windows color (decimal): -16645598 or 2228738. OLE color: 2228738.
HSL color Cylindrical-coordinate representation of color #020222: hue angle of 240º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020222 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 2 | 34 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.87 |
| HSL | 240º | 0.89% | 0.07% | - |
| HSV(B) | 240º | 0.94% | 0.13% | - |
| XYZ | 0.34 | 0.17 | 1.53 | - |
| YUV | 5.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 34 | 0.94 | 0.94 | 0 | 0.87 | 240 | 0.89 | 0.07 |
| Hex | 2 | 2 | 22 | 5E | 5E | 0 | 57 | F0 | 59 | 7 |
| Octal | 2 | 2 | 42 | 136 | 136 | 0 | 127 | 360 | 131 | 7 |
| Binary | 10 | 10 | 100010 | 1011110 | 1011110 | 0 | 1010111 | 11110000 | 1011001 | 111 |
Color Harmonies of #020222
Complementary color
Monochromatic Colors of #020222
Black with #020222
Text Example
Text Example
White with #020222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020222; }
p { color: rgb(2,2,34); }
H1.HeaderClassName
{
color: #020222;
}
.AnyTagClassName
{
color: #020222;
}
</style>
background-color css
<style>
a { background-color: #020222; }
a { background-color: rgb(2,2,34); }
div.DivClassName
{
background-color: #020222;
}
.BgClassName
{
background-color: #020222;
}
</style>
border-color css
<style>
span { border-color: #020222; }
span { border-color: rgb(2,2,34); }
td.TdClassName
{
border-color: #020222;
}
.TagClassName
{
border-color: #020222;
}
</style>