Shades of Black Russian #070A10
Tints of Black Russian #070A10
RGB
CMYK
RGB Variations
Color information
#070A10 (or 0x070A10) is known color: Black Russian. HEX triplet: 07, 0A and 10. RGB value is (7,10,16). Sum of RGB (Red+Green+Blue) = 7+10+16=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: blue. Hex color #070A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A10 is #F8F5EF. Grayscale: #090909. Windows color (decimal): -16315888 or 1051143. OLE color: 1051143.
HSL color Cylindrical-coordinate representation of color #070A10: hue angle of 220º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #070A10 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 10 | 16 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.94 |
| HSL | 220º | 0.39% | 0.05% | - |
| HSV(B) | 220º | 0.56% | 0.06% | - |
| XYZ | 0.29 | 0.3 | 0.53 | - |
| YUV | 9.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 16 | 0.56 | 0.37 | 0 | 0.94 | 220 | 0.39 | 0.05 |
| Hex | 7 | A | 10 | 38 | 25 | 0 | 5E | DC | 27 | 5 |
| Octal | 7 | 12 | 20 | 70 | 45 | 0 | 136 | 334 | 47 | 5 |
| Binary | 111 | 1010 | 10000 | 111000 | 100101 | 0 | 1011110 | 11011100 | 100111 | 101 |
Color Harmonies of #070A10
Complementary color
Monochromatic Colors of #070A10
Black with #070A10
Text Example
Text Example
White with #070A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A10; }
p { color: rgb(7,10,16); }
H1.HeaderClassName
{
color: #070A10;
}
.AnyTagClassName
{
color: #070A10;
}
</style>
background-color css
<style>
a { background-color: #070A10; }
a { background-color: rgb(7,10,16); }
div.DivClassName
{
background-color: #070A10;
}
.BgClassName
{
background-color: #070A10;
}
</style>
border-color css
<style>
span { border-color: #070A10; }
span { border-color: rgb(7,10,16); }
td.TdClassName
{
border-color: #070A10;
}
.TagClassName
{
border-color: #070A10;
}
</style>