Shades of Black Russian #050511
Tints of Black Russian #050511
RGB
CMYK
RGB Variations
Color information
#050511 (or 0x050511) is known color: Black Russian. HEX triplet: 05, 05 and 11. RGB value is (5,5,17). Sum of RGB (Red+Green+Blue) = 5+5+17=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #050511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050511 is #FAFAEE. Grayscale: #060606. Windows color (decimal): -16448239 or 1115397. OLE color: 1115397.
HSL color Cylindrical-coordinate representation of color #050511: hue angle of 240º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050511 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 5 | 17 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.93 |
| HSL | 240º | 0.55% | 0.04% | - |
| HSV(B) | 240º | 0.71% | 0.07% | - |
| XYZ | 0.22 | 0.18 | 0.55 | - |
| YUV | 6.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 17 | 0.71 | 0.71 | 0 | 0.93 | 240 | 0.55 | 0.04 |
| Hex | 5 | 5 | 11 | 47 | 47 | 0 | 5D | F0 | 37 | 4 |
| Octal | 5 | 5 | 21 | 107 | 107 | 0 | 135 | 360 | 67 | 4 |
| Binary | 101 | 101 | 10001 | 1000111 | 1000111 | 0 | 1011101 | 11110000 | 110111 | 100 |
Color Harmonies of #050511
Complementary color
Monochromatic Colors of #050511
Black with #050511
Text Example
Text Example
White with #050511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050511; }
p { color: rgb(5,5,17); }
H1.HeaderClassName
{
color: #050511;
}
.AnyTagClassName
{
color: #050511;
}
</style>
background-color css
<style>
a { background-color: #050511; }
a { background-color: rgb(5,5,17); }
div.DivClassName
{
background-color: #050511;
}
.BgClassName
{
background-color: #050511;
}
</style>
border-color css
<style>
span { border-color: #050511; }
span { border-color: rgb(5,5,17); }
td.TdClassName
{
border-color: #050511;
}
.TagClassName
{
border-color: #050511;
}
</style>