Shades of Black Russian #000517
Tints of Black Russian #000517
RGB
CMYK
RGB Variations
Color information
#000517 (or 0x000517) is known color: Black Russian. HEX triplet: 00, 05 and 17. RGB value is (0,5,23). Sum of RGB (Red+Green+Blue) = 0+5+23=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 23 (9.38% from 255 or 82.14% from 28); Max value from RGB is 23 - color contains mainly: blue. Hex color #000517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000517 is #FFFAE8. Grayscale: #050505. Windows color (decimal): -16775913 or 1508608. OLE color: 1508608.
HSL color Cylindrical-coordinate representation of color #000517: hue angle of 226.96º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000517 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 5 | 23 | - |
| CMYK | 1 | 0.78 | 0 | 0.91 |
| HSL | 226.96º | 1% | 0.05% | - |
| HSV(B) | 226.96º | 1% | 0.09% | - |
| XYZ | 0.21 | 0.17 | 0.83 | - |
| YUV | 5.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 23 | 1 | 0.78 | 0 | 0.91 | 226.96 | 1 | 0.05 |
| Hex | 0 | 5 | 17 | 64 | 4E | 0 | 5B | E3 | 64 | 5 |
| Octal | 0 | 5 | 27 | 144 | 116 | 0 | 133 | 343 | 144 | 5 |
| Binary | 0 | 101 | 10111 | 1100100 | 1001110 | 0 | 1011011 | 11100011 | 1100100 | 101 |
Color Harmonies of #000517
Complementary color
Monochromatic Colors of #000517
Black with #000517
Text Example
Text Example
White with #000517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000517; }
p { color: rgb(0,5,23); }
H1.HeaderClassName
{
color: #000517;
}
.AnyTagClassName
{
color: #000517;
}
</style>
background-color css
<style>
a { background-color: #000517; }
a { background-color: rgb(0,5,23); }
div.DivClassName
{
background-color: #000517;
}
.BgClassName
{
background-color: #000517;
}
</style>
border-color css
<style>
span { border-color: #000517; }
span { border-color: rgb(0,5,23); }
td.TdClassName
{
border-color: #000517;
}
.TagClassName
{
border-color: #000517;
}
</style>