Shades of Black Russian #050C28
Tints of Black Russian #050C28
RGB
CMYK
RGB Variations
Color information
#050C28 (or 0x050C28) is known color: Black Russian. HEX triplet: 05, 0C and 28. RGB value is (5,12,40). Sum of RGB (Red+Green+Blue) = 5+12+40=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #050C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C28 is #FAF3D7. Grayscale: #0C0C0C. Windows color (decimal): -16446424 or 2624517. OLE color: 2624517.
HSL color Cylindrical-coordinate representation of color #050C28: hue angle of 228º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050C28 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 12 | 40 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.84 |
| HSL | 228º | 0.78% | 0.09% | - |
| HSV(B) | 228º | 0.88% | 0.16% | - |
| XYZ | 0.58 | 0.45 | 2.06 | - |
| YUV | 13.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 40 | 0.88 | 0.70 | 0 | 0.84 | 228 | 0.78 | 0.09 |
| Hex | 5 | C | 28 | 58 | 46 | 0 | 54 | E4 | 4E | 9 |
| Octal | 5 | 14 | 50 | 130 | 106 | 0 | 124 | 344 | 116 | 11 |
| Binary | 101 | 1100 | 101000 | 1011000 | 1000110 | 0 | 1010100 | 11100100 | 1001110 | 1001 |
Color Harmonies of #050C28
Complementary color
Monochromatic Colors of #050C28
Black with #050C28
Text Example
Text Example
White with #050C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C28; }
p { color: rgb(5,12,40); }
H1.HeaderClassName
{
color: #050C28;
}
.AnyTagClassName
{
color: #050C28;
}
</style>
background-color css
<style>
a { background-color: #050C28; }
a { background-color: rgb(5,12,40); }
div.DivClassName
{
background-color: #050C28;
}
.BgClassName
{
background-color: #050C28;
}
</style>
border-color css
<style>
span { border-color: #050C28; }
span { border-color: rgb(5,12,40); }
td.TdClassName
{
border-color: #050C28;
}
.TagClassName
{
border-color: #050C28;
}
</style>