Shades of Black Russian #050A28
Tints of Black Russian #050A28
RGB
CMYK
RGB Variations
Color information
#050A28 (or 0x050A28) is known color: Black Russian. HEX triplet: 05, 0A and 28. RGB value is (5,10,40). Sum of RGB (Red+Green+Blue) = 5+10+40=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 40 (16.02% from 255 or 72.73% from 55); Max value from RGB is 40 - color contains mainly: blue. Hex color #050A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A28 is #FAF5D7. Grayscale: #0B0B0B. Windows color (decimal): -16446936 or 2624005. OLE color: 2624005.
HSL color Cylindrical-coordinate representation of color #050A28: hue angle of 231.43º 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 #050A28 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 10 | 40 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.84 |
| HSL | 231.43º | 0.78% | 0.09% | - |
| HSV(B) | 231.43º | 0.88% | 0.16% | - |
| XYZ | 0.55 | 0.4 | 2.06 | - |
| YUV | 11.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 40 | 0.88 | 0.75 | 0 | 0.84 | 231.43 | 0.78 | 0.09 |
| Hex | 5 | A | 28 | 58 | 4B | 0 | 54 | E7 | 4E | 9 |
| Octal | 5 | 12 | 50 | 130 | 113 | 0 | 124 | 347 | 116 | 11 |
| Binary | 101 | 1010 | 101000 | 1011000 | 1001011 | 0 | 1010100 | 11100111 | 1001110 | 1001 |
Color Harmonies of #050A28
Complementary color
Monochromatic Colors of #050A28
Black with #050A28
Text Example
Text Example
White with #050A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A28; }
p { color: rgb(5,10,40); }
H1.HeaderClassName
{
color: #050A28;
}
.AnyTagClassName
{
color: #050A28;
}
</style>
background-color css
<style>
a { background-color: #050A28; }
a { background-color: rgb(5,10,40); }
div.DivClassName
{
background-color: #050A28;
}
.BgClassName
{
background-color: #050A28;
}
</style>
border-color css
<style>
span { border-color: #050A28; }
span { border-color: rgb(5,10,40); }
td.TdClassName
{
border-color: #050A28;
}
.TagClassName
{
border-color: #050A28;
}
</style>