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