Shades of Black Russian #050518
Tints of Black Russian #050518
RGB
CMYK
RGB Variations
Color information
#050518 (or 0x050518) is known color: Black Russian. HEX triplet: 05, 05 and 18. RGB value is (5,5,24). Sum of RGB (Red+Green+Blue) = 5+5+24=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 24 (9.77% from 255 or 70.59% from 34); Max value from RGB is 24 - color contains mainly: blue. Hex color #050518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050518 is #FAFAE7. Grayscale: #070707. Windows color (decimal): -16448232 or 1574149. OLE color: 1574149.
HSL color Cylindrical-coordinate representation of color #050518: hue angle of 240º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050518 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 5 | 24 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.91 |
| HSL | 240º | 0.66% | 0.06% | - |
| HSV(B) | 240º | 0.79% | 0.09% | - |
| XYZ | 0.28 | 0.21 | 0.89 | - |
| YUV | 7.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 24 | 0.79 | 0.79 | 0 | 0.91 | 240 | 0.66 | 0.06 |
| Hex | 5 | 5 | 18 | 4F | 4F | 0 | 5B | F0 | 42 | 6 |
| Octal | 5 | 5 | 30 | 117 | 117 | 0 | 133 | 360 | 102 | 6 |
| Binary | 101 | 101 | 11000 | 1001111 | 1001111 | 0 | 1011011 | 11110000 | 1000010 | 110 |
Color Harmonies of #050518
Complementary color
Monochromatic Colors of #050518
Black with #050518
Text Example
Text Example
White with #050518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050518; }
p { color: rgb(5,5,24); }
H1.HeaderClassName
{
color: #050518;
}
.AnyTagClassName
{
color: #050518;
}
</style>
background-color css
<style>
a { background-color: #050518; }
a { background-color: rgb(5,5,24); }
div.DivClassName
{
background-color: #050518;
}
.BgClassName
{
background-color: #050518;
}
</style>
border-color css
<style>
span { border-color: #050518; }
span { border-color: rgb(5,5,24); }
td.TdClassName
{
border-color: #050518;
}
.TagClassName
{
border-color: #050518;
}
</style>