Shades of Black Russian #070512
Tints of Black Russian #070512
RGB
CMYK
RGB Variations
Color information
#070512 (or 0x070512) is known color: Black Russian. HEX triplet: 07, 05 and 12. RGB value is (7,5,18). Sum of RGB (Red+Green+Blue) = 7+5+18=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #070512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070512 is #F8FAED. Grayscale: #070707. Windows color (decimal): -16317166 or 1180935. OLE color: 1180935.
HSL color Cylindrical-coordinate representation of color #070512: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #070512 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 5 | 18 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.93 |
| HSL | 249.23º | 0.57% | 0.05% | - |
| HSV(B) | 249.23º | 0.72% | 0.07% | - |
| XYZ | 0.25 | 0.2 | 0.6 | - |
| YUV | 7.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 18 | 0.61 | 0.72 | 0 | 0.93 | 249.23 | 0.57 | 0.05 |
| Hex | 7 | 5 | 12 | 3D | 48 | 0 | 5D | F9 | 39 | 5 |
| Octal | 7 | 5 | 22 | 75 | 110 | 0 | 135 | 371 | 71 | 5 |
| Binary | 111 | 101 | 10010 | 111101 | 1001000 | 0 | 1011101 | 11111001 | 111001 | 101 |
Color Harmonies of #070512
Complementary color
Monochromatic Colors of #070512
Black with #070512
Text Example
Text Example
White with #070512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070512; }
p { color: rgb(7,5,18); }
H1.HeaderClassName
{
color: #070512;
}
.AnyTagClassName
{
color: #070512;
}
</style>
background-color css
<style>
a { background-color: #070512; }
a { background-color: rgb(7,5,18); }
div.DivClassName
{
background-color: #070512;
}
.BgClassName
{
background-color: #070512;
}
</style>
border-color css
<style>
span { border-color: #070512; }
span { border-color: rgb(7,5,18); }
td.TdClassName
{
border-color: #070512;
}
.TagClassName
{
border-color: #070512;
}
</style>