Shades of Black Russian #050221
Tints of Black Russian #050221
RGB
CMYK
RGB Variations
Color information
#050221 (or 0x050221) is known color: Black Russian. HEX triplet: 05, 02 and 21. RGB value is (5,2,33). Sum of RGB (Red+Green+Blue) = 5+2+33=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 33 (13.28% from 255 or 82.5% from 40); Max value from RGB is 33 - color contains mainly: blue. Hex color #050221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050221 is #FAFDDE. Grayscale: #060606. Windows color (decimal): -16448991 or 2163205. OLE color: 2163205.
HSL color Cylindrical-coordinate representation of color #050221: hue angle of 245.81º 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 #050221 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 2 | 33 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.87 |
| HSL | 245.81º | 0.89% | 0.07% | - |
| HSV(B) | 245.81º | 0.94% | 0.13% | - |
| XYZ | 0.36 | 0.19 | 1.46 | - |
| YUV | 6.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 33 | 0.85 | 0.94 | 0 | 0.87 | 245.81 | 0.89 | 0.07 |
| Hex | 5 | 2 | 21 | 55 | 5E | 0 | 57 | F6 | 59 | 7 |
| Octal | 5 | 2 | 41 | 125 | 136 | 0 | 127 | 366 | 131 | 7 |
| Binary | 101 | 10 | 100001 | 1010101 | 1011110 | 0 | 1010111 | 11110110 | 1011001 | 111 |
Color Harmonies of #050221
Complementary color
Monochromatic Colors of #050221
Black with #050221
Text Example
Text Example
White with #050221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050221; }
p { color: rgb(5,2,33); }
H1.HeaderClassName
{
color: #050221;
}
.AnyTagClassName
{
color: #050221;
}
</style>
background-color css
<style>
a { background-color: #050221; }
a { background-color: rgb(5,2,33); }
div.DivClassName
{
background-color: #050221;
}
.BgClassName
{
background-color: #050221;
}
</style>
border-color css
<style>
span { border-color: #050221; }
span { border-color: rgb(5,2,33); }
td.TdClassName
{
border-color: #050221;
}
.TagClassName
{
border-color: #050221;
}
</style>