Shades of Black Russian #050220
Tints of Black Russian #050220
RGB
CMYK
RGB Variations
Color information
#050220 (or 0x050220) is known color: Black Russian. HEX triplet: 05, 02 and 20. RGB value is (5,2,32). Sum of RGB (Red+Green+Blue) = 5+2+32=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 32 (12.89% from 255 or 82.05% from 39); Max value from RGB is 32 - color contains mainly: blue. Hex color #050220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050220 is #FAFDDF. Grayscale: #060606. Windows color (decimal): -16448992 or 2097669. OLE color: 2097669.
HSL color Cylindrical-coordinate representation of color #050220: hue angle of 246º degrees, saturation: 0.88, 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 #050220 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 2 | 32 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.87 |
| HSL | 246º | 0.88% | 0.07% | - |
| HSV(B) | 246º | 0.94% | 0.13% | - |
| XYZ | 0.35 | 0.18 | 1.38 | - |
| YUV | 6.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 32 | 0.84 | 0.94 | 0 | 0.87 | 246 | 0.88 | 0.07 |
| Hex | 5 | 2 | 20 | 54 | 5E | 0 | 57 | F6 | 58 | 7 |
| Octal | 5 | 2 | 40 | 124 | 136 | 0 | 127 | 366 | 130 | 7 |
| Binary | 101 | 10 | 100000 | 1010100 | 1011110 | 0 | 1010111 | 11110110 | 1011000 | 111 |
Color Harmonies of #050220
Complementary color
Monochromatic Colors of #050220
Black with #050220
Text Example
Text Example
White with #050220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050220; }
p { color: rgb(5,2,32); }
H1.HeaderClassName
{
color: #050220;
}
.AnyTagClassName
{
color: #050220;
}
</style>
background-color css
<style>
a { background-color: #050220; }
a { background-color: rgb(5,2,32); }
div.DivClassName
{
background-color: #050220;
}
.BgClassName
{
background-color: #050220;
}
</style>
border-color css
<style>
span { border-color: #050220; }
span { border-color: rgb(5,2,32); }
td.TdClassName
{
border-color: #050220;
}
.TagClassName
{
border-color: #050220;
}
</style>