Shades of Black Russian #050B28
Tints of Black Russian #050B28
RGB
CMYK
RGB Variations
Color information
#050B28 (or 0x050B28) is known color: Black Russian. HEX triplet: 05, 0B and 28. RGB value is (5,11,40). Sum of RGB (Red+Green+Blue) = 5+11+40=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 40 (16.02% from 255 or 71.43% from 56); Max value from RGB is 40 - color contains mainly: blue. Hex color #050B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B28 is #FAF4D7. Grayscale: #0C0C0C. Windows color (decimal): -16446680 or 2624261. OLE color: 2624261.
HSL color Cylindrical-coordinate representation of color #050B28: hue angle of 229.71º 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 #050B28 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 11 | 40 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.84 |
| HSL | 229.71º | 0.78% | 0.09% | - |
| HSV(B) | 229.71º | 0.88% | 0.16% | - |
| XYZ | 0.57 | 0.42 | 2.06 | - |
| YUV | 12.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 40 | 0.88 | 0.72 | 0 | 0.84 | 229.71 | 0.78 | 0.09 |
| Hex | 5 | B | 28 | 58 | 48 | 0 | 54 | E6 | 4E | 9 |
| Octal | 5 | 13 | 50 | 130 | 110 | 0 | 124 | 346 | 116 | 11 |
| Binary | 101 | 1011 | 101000 | 1011000 | 1001000 | 0 | 1010100 | 11100110 | 1001110 | 1001 |
Color Harmonies of #050B28
Complementary color
Monochromatic Colors of #050B28
Black with #050B28
Text Example
Text Example
White with #050B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B28; }
p { color: rgb(5,11,40); }
H1.HeaderClassName
{
color: #050B28;
}
.AnyTagClassName
{
color: #050B28;
}
</style>
background-color css
<style>
a { background-color: #050B28; }
a { background-color: rgb(5,11,40); }
div.DivClassName
{
background-color: #050B28;
}
.BgClassName
{
background-color: #050B28;
}
</style>
border-color css
<style>
span { border-color: #050B28; }
span { border-color: rgb(5,11,40); }
td.TdClassName
{
border-color: #050B28;
}
.TagClassName
{
border-color: #050B28;
}
</style>