Shades of Black Russian #050815
Tints of Black Russian #050815
RGB
CMYK
RGB Variations
Color information
#050815 (or 0x050815) is known color: Black Russian. HEX triplet: 05, 08 and 15. RGB value is (5,8,21). Sum of RGB (Red+Green+Blue) = 5+8+21=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #050815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050815 is #FAF7EA. Grayscale: #080808. Windows color (decimal): -16447467 or 1378309. OLE color: 1378309.
HSL color Cylindrical-coordinate representation of color #050815: hue angle of 228.75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #050815 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 8 | 21 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.92 |
| HSL | 228.75º | 0.62% | 0.05% | - |
| HSV(B) | 228.75º | 0.76% | 0.08% | - |
| XYZ | 0.28 | 0.26 | 0.74 | - |
| YUV | 8.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 21 | 0.76 | 0.62 | 0 | 0.92 | 228.75 | 0.62 | 0.05 |
| Hex | 5 | 8 | 15 | 4C | 3E | 0 | 5C | E5 | 3E | 5 |
| Octal | 5 | 10 | 25 | 114 | 76 | 0 | 134 | 345 | 76 | 5 |
| Binary | 101 | 1000 | 10101 | 1001100 | 111110 | 0 | 1011100 | 11100101 | 111110 | 101 |
Color Harmonies of #050815
Complementary color
Monochromatic Colors of #050815
Black with #050815
Text Example
Text Example
White with #050815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050815; }
p { color: rgb(5,8,21); }
H1.HeaderClassName
{
color: #050815;
}
.AnyTagClassName
{
color: #050815;
}
</style>
background-color css
<style>
a { background-color: #050815; }
a { background-color: rgb(5,8,21); }
div.DivClassName
{
background-color: #050815;
}
.BgClassName
{
background-color: #050815;
}
</style>
border-color css
<style>
span { border-color: #050815; }
span { border-color: rgb(5,8,21); }
td.TdClassName
{
border-color: #050815;
}
.TagClassName
{
border-color: #050815;
}
</style>