Shades of Black Russian #070912
Tints of Black Russian #070912
RGB
CMYK
RGB Variations
Color information
#070912 (or 0x070912) is known color: Black Russian. HEX triplet: 07, 09 and 12. RGB value is (7,9,18). Sum of RGB (Red+Green+Blue) = 7+9+18=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #070912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070912 is #F8F6ED. Grayscale: #090909. Windows color (decimal): -16316142 or 1181959. OLE color: 1181959.
HSL color Cylindrical-coordinate representation of color #070912: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #070912 is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 9 | 18 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.93 |
| HSL | 229.09º | 0.44% | 0.05% | - |
| HSV(B) | 229.09º | 0.61% | 0.07% | - |
| XYZ | 0.29 | 0.28 | 0.61 | - |
| YUV | 9.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 18 | 0.61 | 0.5 | 0 | 0.93 | 229.09 | 0.44 | 0.05 |
| Hex | 7 | 9 | 12 | 3D | 32 | 0 | 5D | E5 | 2C | 5 |
| Octal | 7 | 11 | 22 | 75 | 62 | 0 | 135 | 345 | 54 | 5 |
| Binary | 111 | 1001 | 10010 | 111101 | 110010 | 0 | 1011101 | 11100101 | 101100 | 101 |
Color Harmonies of #070912
Complementary color
Monochromatic Colors of #070912
Black with #070912
Text Example
Text Example
White with #070912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070912; }
p { color: rgb(7,9,18); }
H1.HeaderClassName
{
color: #070912;
}
.AnyTagClassName
{
color: #070912;
}
</style>
background-color css
<style>
a { background-color: #070912; }
a { background-color: rgb(7,9,18); }
div.DivClassName
{
background-color: #070912;
}
.BgClassName
{
background-color: #070912;
}
</style>
border-color css
<style>
span { border-color: #070912; }
span { border-color: rgb(7,9,18); }
td.TdClassName
{
border-color: #070912;
}
.TagClassName
{
border-color: #070912;
}
</style>