Shades of Black Russian #050C20
Tints of Black Russian #050C20
RGB
CMYK
RGB Variations
Color information
#050C20 (or 0x050C20) is known color: Black Russian. HEX triplet: 05, 0C and 20. RGB value is (5,12,32). Sum of RGB (Red+Green+Blue) = 5+12+32=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #050C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C20 is #FAF3DF. Grayscale: #0C0C0C. Windows color (decimal): -16446432 or 2100229. OLE color: 2100229.
HSL color Cylindrical-coordinate representation of color #050C20: hue angle of 224.44º 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 #050C20 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 12 | 32 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.87 |
| HSL | 224.44º | 0.73% | 0.07% | - |
| HSV(B) | 224.44º | 0.84% | 0.13% | - |
| XYZ | 0.45 | 0.4 | 1.42 | - |
| YUV | 12.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 32 | 0.84 | 0.63 | 0 | 0.87 | 224.44 | 0.73 | 0.07 |
| Hex | 5 | C | 20 | 54 | 3F | 0 | 57 | E0 | 49 | 7 |
| Octal | 5 | 14 | 40 | 124 | 77 | 0 | 127 | 340 | 111 | 7 |
| Binary | 101 | 1100 | 100000 | 1010100 | 111111 | 0 | 1010111 | 11100000 | 1001001 | 111 |
Color Harmonies of #050C20
Complementary color
Monochromatic Colors of #050C20
Black with #050C20
Text Example
Text Example
White with #050C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C20; }
p { color: rgb(5,12,32); }
H1.HeaderClassName
{
color: #050C20;
}
.AnyTagClassName
{
color: #050C20;
}
</style>
background-color css
<style>
a { background-color: #050C20; }
a { background-color: rgb(5,12,32); }
div.DivClassName
{
background-color: #050C20;
}
.BgClassName
{
background-color: #050C20;
}
</style>
border-color css
<style>
span { border-color: #050C20; }
span { border-color: rgb(5,12,32); }
td.TdClassName
{
border-color: #050C20;
}
.TagClassName
{
border-color: #050C20;
}
</style>