Shades of Black Russian #050813
Tints of Black Russian #050813
RGB
CMYK
RGB Variations
Color information
#050813 (or 0x050813) is known color: Black Russian. HEX triplet: 05, 08 and 13. RGB value is (5,8,19). Sum of RGB (Red+Green+Blue) = 5+8+19=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #050813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050813 is #FAF7EC. Grayscale: #080808. Windows color (decimal): -16447469 or 1247237. OLE color: 1247237.
HSL color Cylindrical-coordinate representation of color #050813: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #050813 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 8 | 19 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.93 |
| HSL | 227.14º | 0.58% | 0.05% | - |
| HSV(B) | 227.14º | 0.74% | 0.07% | - |
| XYZ | 0.27 | 0.25 | 0.65 | - |
| YUV | 8.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 19 | 0.74 | 0.58 | 0 | 0.93 | 227.14 | 0.58 | 0.05 |
| Hex | 5 | 8 | 13 | 4A | 3A | 0 | 5D | E3 | 3A | 5 |
| Octal | 5 | 10 | 23 | 112 | 72 | 0 | 135 | 343 | 72 | 5 |
| Binary | 101 | 1000 | 10011 | 1001010 | 111010 | 0 | 1011101 | 11100011 | 111010 | 101 |
Color Harmonies of #050813
Complementary color
Monochromatic Colors of #050813
Black with #050813
Text Example
Text Example
White with #050813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050813; }
p { color: rgb(5,8,19); }
H1.HeaderClassName
{
color: #050813;
}
.AnyTagClassName
{
color: #050813;
}
</style>
background-color css
<style>
a { background-color: #050813; }
a { background-color: rgb(5,8,19); }
div.DivClassName
{
background-color: #050813;
}
.BgClassName
{
background-color: #050813;
}
</style>
border-color css
<style>
span { border-color: #050813; }
span { border-color: rgb(5,8,19); }
td.TdClassName
{
border-color: #050813;
}
.TagClassName
{
border-color: #050813;
}
</style>