Shades of Black Russian #050812
Tints of Black Russian #050812
RGB
CMYK
RGB Variations
Color information
#050812 (or 0x050812) is known color: Black Russian. HEX triplet: 05, 08 and 12. RGB value is (5,8,18). Sum of RGB (Red+Green+Blue) = 5+8+18=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #050812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050812 is #FAF7ED. Grayscale: #080808. Windows color (decimal): -16447470 or 1181701. OLE color: 1181701.
HSL color Cylindrical-coordinate representation of color #050812: hue angle of 226.15º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #050812 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 8 | 18 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.93 |
| HSL | 226.15º | 0.57% | 0.05% | - |
| HSV(B) | 226.15º | 0.72% | 0.07% | - |
| XYZ | 0.26 | 0.25 | 0.61 | - |
| YUV | 8.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 18 | 0.72 | 0.56 | 0 | 0.93 | 226.15 | 0.57 | 0.05 |
| Hex | 5 | 8 | 12 | 48 | 38 | 0 | 5D | E2 | 39 | 5 |
| Octal | 5 | 10 | 22 | 110 | 70 | 0 | 135 | 342 | 71 | 5 |
| Binary | 101 | 1000 | 10010 | 1001000 | 111000 | 0 | 1011101 | 11100010 | 111001 | 101 |
Color Harmonies of #050812
Complementary color
Monochromatic Colors of #050812
Black with #050812
Text Example
Text Example
White with #050812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050812; }
p { color: rgb(5,8,18); }
H1.HeaderClassName
{
color: #050812;
}
.AnyTagClassName
{
color: #050812;
}
</style>
background-color css
<style>
a { background-color: #050812; }
a { background-color: rgb(5,8,18); }
div.DivClassName
{
background-color: #050812;
}
.BgClassName
{
background-color: #050812;
}
</style>
border-color css
<style>
span { border-color: #050812; }
span { border-color: rgb(5,8,18); }
td.TdClassName
{
border-color: #050812;
}
.TagClassName
{
border-color: #050812;
}
</style>