Shades of Black Russian #050A20
Tints of Black Russian #050A20
RGB
CMYK
RGB Variations
Color information
#050A20 (or 0x050A20) is known color: Black Russian. HEX triplet: 05, 0A and 20. RGB value is (5,10,32). Sum of RGB (Red+Green+Blue) = 5+10+32=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 32 (12.89% from 255 or 68.09% from 47); Max value from RGB is 32 - color contains mainly: blue. Hex color #050A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A20 is #FAF5DF. Grayscale: #0A0A0A. Windows color (decimal): -16446944 or 2099717. OLE color: 2099717.
HSL color Cylindrical-coordinate representation of color #050A20: hue angle of 228.89º 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 #050A20 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 10 | 32 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.87 |
| HSL | 228.89º | 0.73% | 0.07% | - |
| HSV(B) | 228.89º | 0.84% | 0.13% | - |
| XYZ | 0.43 | 0.35 | 1.41 | - |
| YUV | 11.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 32 | 0.84 | 0.69 | 0 | 0.87 | 228.89 | 0.73 | 0.07 |
| Hex | 5 | A | 20 | 54 | 45 | 0 | 57 | E5 | 49 | 7 |
| Octal | 5 | 12 | 40 | 124 | 105 | 0 | 127 | 345 | 111 | 7 |
| Binary | 101 | 1010 | 100000 | 1010100 | 1000101 | 0 | 1010111 | 11100101 | 1001001 | 111 |
Color Harmonies of #050A20
Complementary color
Monochromatic Colors of #050A20
Black with #050A20
Text Example
Text Example
White with #050A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A20; }
p { color: rgb(5,10,32); }
H1.HeaderClassName
{
color: #050A20;
}
.AnyTagClassName
{
color: #050A20;
}
</style>
background-color css
<style>
a { background-color: #050A20; }
a { background-color: rgb(5,10,32); }
div.DivClassName
{
background-color: #050A20;
}
.BgClassName
{
background-color: #050A20;
}
</style>
border-color css
<style>
span { border-color: #050A20; }
span { border-color: rgb(5,10,32); }
td.TdClassName
{
border-color: #050A20;
}
.TagClassName
{
border-color: #050A20;
}
</style>