Shades of Black Russian #050828
Tints of Black Russian #050828
RGB
CMYK
RGB Variations
Color information
#050828 (or 0x050828) is known color: Black Russian. HEX triplet: 05, 08 and 28. RGB value is (5,8,40). Sum of RGB (Red+Green+Blue) = 5+8+40=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 40 (16.02% from 255 or 75.47% from 53); Max value from RGB is 40 - color contains mainly: blue. Hex color #050828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050828 is #FAF7D7. Grayscale: #0A0A0A. Windows color (decimal): -16447448 or 2623493. OLE color: 2623493.
HSL color Cylindrical-coordinate representation of color #050828: hue angle of 234.86º 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 #050828 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 8 | 40 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.84 |
| HSL | 234.86º | 0.78% | 0.09% | - |
| HSV(B) | 234.86º | 0.88% | 0.16% | - |
| XYZ | 0.53 | 0.36 | 2.05 | - |
| YUV | 10.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 40 | 0.88 | 0.80 | 0 | 0.84 | 234.86 | 0.78 | 0.09 |
| Hex | 5 | 8 | 28 | 58 | 50 | 0 | 54 | EB | 4E | 9 |
| Octal | 5 | 10 | 50 | 130 | 120 | 0 | 124 | 353 | 116 | 11 |
| Binary | 101 | 1000 | 101000 | 1011000 | 1010000 | 0 | 1010100 | 11101011 | 1001110 | 1001 |
Color Harmonies of #050828
Complementary color
Monochromatic Colors of #050828
Black with #050828
Text Example
Text Example
White with #050828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050828; }
p { color: rgb(5,8,40); }
H1.HeaderClassName
{
color: #050828;
}
.AnyTagClassName
{
color: #050828;
}
</style>
background-color css
<style>
a { background-color: #050828; }
a { background-color: rgb(5,8,40); }
div.DivClassName
{
background-color: #050828;
}
.BgClassName
{
background-color: #050828;
}
</style>
border-color css
<style>
span { border-color: #050828; }
span { border-color: rgb(5,8,40); }
td.TdClassName
{
border-color: #050828;
}
.TagClassName
{
border-color: #050828;
}
</style>