Shades of Black Russian #070715
Tints of Black Russian #070715
RGB
CMYK
RGB Variations
Color information
#070715 (or 0x070715) is known color: Black Russian. HEX triplet: 07, 07 and 15. RGB value is (7,7,21). Sum of RGB (Red+Green+Blue) = 7+7+21=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #070715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070715 is #F8F8EA. Grayscale: #080808. Windows color (decimal): -16316651 or 1378055. OLE color: 1378055.
HSL color Cylindrical-coordinate representation of color #070715: hue angle of 240º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #070715 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 7 | 21 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.92 |
| HSL | 240º | 0.5% | 0.05% | - |
| HSV(B) | 240º | 0.67% | 0.08% | - |
| XYZ | 0.3 | 0.25 | 0.74 | - |
| YUV | 8.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 21 | 0.67 | 0.67 | 0 | 0.92 | 240 | 0.5 | 0.05 |
| Hex | 7 | 7 | 15 | 43 | 43 | 0 | 5C | F0 | 32 | 5 |
| Octal | 7 | 7 | 25 | 103 | 103 | 0 | 134 | 360 | 62 | 5 |
| Binary | 111 | 111 | 10101 | 1000011 | 1000011 | 0 | 1011100 | 11110000 | 110010 | 101 |
Color Harmonies of #070715
Complementary color
Monochromatic Colors of #070715
Black with #070715
Text Example
Text Example
White with #070715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070715; }
p { color: rgb(7,7,21); }
H1.HeaderClassName
{
color: #070715;
}
.AnyTagClassName
{
color: #070715;
}
</style>
background-color css
<style>
a { background-color: #070715; }
a { background-color: rgb(7,7,21); }
div.DivClassName
{
background-color: #070715;
}
.BgClassName
{
background-color: #070715;
}
</style>
border-color css
<style>
span { border-color: #070715; }
span { border-color: rgb(7,7,21); }
td.TdClassName
{
border-color: #070715;
}
.TagClassName
{
border-color: #070715;
}
</style>