Shades of Black Russian #000515
Tints of Black Russian #000515
RGB
CMYK
RGB Variations
Color information
#000515 (or 0x000515) is known color: Black Russian. HEX triplet: 00, 05 and 15. RGB value is (0,5,21). Sum of RGB (Red+Green+Blue) = 0+5+21=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 21 (8.59% from 255 or 80.77% from 26); Max value from RGB is 21 - color contains mainly: blue. Hex color #000515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000515 is #FFFAEA. Grayscale: #050505. Windows color (decimal): -16775915 or 1377536. OLE color: 1377536.
HSL color Cylindrical-coordinate representation of color #000515: hue angle of 225.71º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000515 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 5 | 21 | - |
| CMYK | 1 | 0.76 | 0 | 0.92 |
| HSL | 225.71º | 1% | 0.04% | - |
| HSV(B) | 225.71º | 1% | 0.08% | - |
| XYZ | 0.19 | 0.16 | 0.73 | - |
| YUV | 5.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 21 | 1 | 0.76 | 0 | 0.92 | 225.71 | 1 | 0.04 |
| Hex | 0 | 5 | 15 | 64 | 4C | 0 | 5C | E2 | 64 | 4 |
| Octal | 0 | 5 | 25 | 144 | 114 | 0 | 134 | 342 | 144 | 4 |
| Binary | 0 | 101 | 10101 | 1100100 | 1001100 | 0 | 1011100 | 11100010 | 1100100 | 100 |
Color Harmonies of #000515
Complementary color
Monochromatic Colors of #000515
Black with #000515
Text Example
Text Example
White with #000515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000515; }
p { color: rgb(0,5,21); }
H1.HeaderClassName
{
color: #000515;
}
.AnyTagClassName
{
color: #000515;
}
</style>
background-color css
<style>
a { background-color: #000515; }
a { background-color: rgb(0,5,21); }
div.DivClassName
{
background-color: #000515;
}
.BgClassName
{
background-color: #000515;
}
</style>
border-color css
<style>
span { border-color: #000515; }
span { border-color: rgb(0,5,21); }
td.TdClassName
{
border-color: #000515;
}
.TagClassName
{
border-color: #000515;
}
</style>