Shades of Black Russian #020221
Tints of Black Russian #020221
RGB
CMYK
RGB Variations
Color information
#020221 (or 0x020221) is known color: Black Russian. HEX triplet: 02, 02 and 21. RGB value is (2,2,33). Sum of RGB (Red+Green+Blue) = 2+2+33=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 33 (13.28% from 255 or 89.19% from 37); Max value from RGB is 33 - color contains mainly: blue. Hex color #020221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020221 is #FDFDDE. Grayscale: #050505. Windows color (decimal): -16645599 or 2163202. OLE color: 2163202.
HSL color Cylindrical-coordinate representation of color #020221: 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 #020221 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 2 | 33 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.87 |
| HSL | 240º | 0.89% | 0.07% | - |
| HSV(B) | 240º | 0.94% | 0.13% | - |
| XYZ | 0.32 | 0.17 | 1.45 | - |
| YUV | 5.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 33 | 0.94 | 0.94 | 0 | 0.87 | 240 | 0.89 | 0.07 |
| Hex | 2 | 2 | 21 | 5E | 5E | 0 | 57 | F0 | 59 | 7 |
| Octal | 2 | 2 | 41 | 136 | 136 | 0 | 127 | 360 | 131 | 7 |
| Binary | 10 | 10 | 100001 | 1011110 | 1011110 | 0 | 1010111 | 11110000 | 1011001 | 111 |
Color Harmonies of #020221
Complementary color
Monochromatic Colors of #020221
Black with #020221
Text Example
Text Example
White with #020221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020221; }
p { color: rgb(2,2,33); }
H1.HeaderClassName
{
color: #020221;
}
.AnyTagClassName
{
color: #020221;
}
</style>
background-color css
<style>
a { background-color: #020221; }
a { background-color: rgb(2,2,33); }
div.DivClassName
{
background-color: #020221;
}
.BgClassName
{
background-color: #020221;
}
</style>
border-color css
<style>
span { border-color: #020221; }
span { border-color: rgb(2,2,33); }
td.TdClassName
{
border-color: #020221;
}
.TagClassName
{
border-color: #020221;
}
</style>