Shades of Black Russian #050E20
Tints of Black Russian #050E20
RGB
CMYK
RGB Variations
Color information
#050E20 (or 0x050E20) is known color: Black Russian. HEX triplet: 05, 0E and 20. RGB value is (5,14,32). Sum of RGB (Red+Green+Blue) = 5+14+32=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #050E20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E20 is #FAF1DF. Grayscale: #0D0D0D. Windows color (decimal): -16445920 or 2100741. OLE color: 2100741.
HSL color Cylindrical-coordinate representation of color #050E20: hue angle of 220º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #050E20 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 14 | 32 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.87 |
| HSL | 220º | 0.73% | 0.07% | - |
| HSV(B) | 220º | 0.84% | 0.13% | - |
| XYZ | 0.48 | 0.45 | 1.43 | - |
| YUV | 13.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 32 | 0.84 | 0.56 | 0 | 0.87 | 220 | 0.73 | 0.07 |
| Hex | 5 | E | 20 | 54 | 38 | 0 | 57 | DC | 49 | 7 |
| Octal | 5 | 16 | 40 | 124 | 70 | 0 | 127 | 334 | 111 | 7 |
| Binary | 101 | 1110 | 100000 | 1010100 | 111000 | 0 | 1010111 | 11011100 | 1001001 | 111 |
Color Harmonies of #050E20
Complementary color
Monochromatic Colors of #050E20
Black with #050E20
Text Example
Text Example
White with #050E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E20; }
p { color: rgb(5,14,32); }
H1.HeaderClassName
{
color: #050E20;
}
.AnyTagClassName
{
color: #050E20;
}
</style>
background-color css
<style>
a { background-color: #050E20; }
a { background-color: rgb(5,14,32); }
div.DivClassName
{
background-color: #050E20;
}
.BgClassName
{
background-color: #050E20;
}
</style>
border-color css
<style>
span { border-color: #050E20; }
span { border-color: rgb(5,14,32); }
td.TdClassName
{
border-color: #050E20;
}
.TagClassName
{
border-color: #050E20;
}
</style>