Shades of Black Russian #050517
Tints of Black Russian #050517
RGB
CMYK
RGB Variations
Color information
#050517 (or 0x050517) is known color: Black Russian. HEX triplet: 05, 05 and 17. RGB value is (5,5,23). Sum of RGB (Red+Green+Blue) = 5+5+23=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 23 (9.38% from 255 or 69.70% from 33); Max value from RGB is 23 - color contains mainly: blue. Hex color #050517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050517 is #FAFAE8. Grayscale: #060606. Windows color (decimal): -16448233 or 1508613. OLE color: 1508613.
HSL color Cylindrical-coordinate representation of color #050517: hue angle of 240º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #050517 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 5 | 23 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.91 |
| HSL | 240º | 0.64% | 0.05% | - |
| HSV(B) | 240º | 0.78% | 0.09% | - |
| XYZ | 0.27 | 0.2 | 0.84 | - |
| YUV | 7.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 23 | 0.78 | 0.78 | 0 | 0.91 | 240 | 0.64 | 0.05 |
| Hex | 5 | 5 | 17 | 4E | 4E | 0 | 5B | F0 | 40 | 5 |
| Octal | 5 | 5 | 27 | 116 | 116 | 0 | 133 | 360 | 100 | 5 |
| Binary | 101 | 101 | 10111 | 1001110 | 1001110 | 0 | 1011011 | 11110000 | 1000000 | 101 |
Color Harmonies of #050517
Complementary color
Monochromatic Colors of #050517
Black with #050517
Text Example
Text Example
White with #050517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050517; }
p { color: rgb(5,5,23); }
H1.HeaderClassName
{
color: #050517;
}
.AnyTagClassName
{
color: #050517;
}
</style>
background-color css
<style>
a { background-color: #050517; }
a { background-color: rgb(5,5,23); }
div.DivClassName
{
background-color: #050517;
}
.BgClassName
{
background-color: #050517;
}
</style>
border-color css
<style>
span { border-color: #050517; }
span { border-color: rgb(5,5,23); }
td.TdClassName
{
border-color: #050517;
}
.TagClassName
{
border-color: #050517;
}
</style>