Shades of Black Russian #000715
Tints of Black Russian #000715
RGB
CMYK
RGB Variations
Color information
#000715 (or 0x000715) is known color: Black Russian. HEX triplet: 00, 07 and 15. RGB value is (0,7,21). Sum of RGB (Red+Green+Blue) = 0+7+21=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 21 (8.59% from 255 or 75% from 28); Max value from RGB is 21 - color contains mainly: blue. Hex color #000715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000715 is #FFF8EA. Grayscale: #060606. Windows color (decimal): -16775403 or 1378048. OLE color: 1378048.
HSL color Cylindrical-coordinate representation of color #000715: hue angle of 220º 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 #000715 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 7 | 21 | - |
| CMYK | 1 | 0.67 | 0 | 0.92 |
| HSL | 220º | 1% | 0.04% | - |
| HSV(B) | 220º | 1% | 0.08% | - |
| XYZ | 0.21 | 0.21 | 0.74 | - |
| YUV | 6.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 21 | 1 | 0.67 | 0 | 0.92 | 220 | 1 | 0.04 |
| Hex | 0 | 7 | 15 | 64 | 43 | 0 | 5C | DC | 64 | 4 |
| Octal | 0 | 7 | 25 | 144 | 103 | 0 | 134 | 334 | 144 | 4 |
| Binary | 0 | 111 | 10101 | 1100100 | 1000011 | 0 | 1011100 | 11011100 | 1100100 | 100 |
Color Harmonies of #000715
Complementary color
Monochromatic Colors of #000715
Black with #000715
Text Example
Text Example
White with #000715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000715; }
p { color: rgb(0,7,21); }
H1.HeaderClassName
{
color: #000715;
}
.AnyTagClassName
{
color: #000715;
}
</style>
background-color css
<style>
a { background-color: #000715; }
a { background-color: rgb(0,7,21); }
div.DivClassName
{
background-color: #000715;
}
.BgClassName
{
background-color: #000715;
}
</style>
border-color css
<style>
span { border-color: #000715; }
span { border-color: rgb(0,7,21); }
td.TdClassName
{
border-color: #000715;
}
.TagClassName
{
border-color: #000715;
}
</style>