Shades of Black Russian #08070A
Tints of Black Russian #08070A
RGB
CMYK
RGB Variations
Color information
#08070A (or 0x08070A) is known color: Black Russian. HEX triplet: 08, 07 and 0A. RGB value is (8,7,10). Sum of RGB (Red+Green+Blue) = 8+7+10=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 10 - color contains mainly: blue. Hex color #08070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08070A is #F7F8F5. Grayscale: #070707. Windows color (decimal): -16251126 or 657160. OLE color: 657160.
HSL color Cylindrical-coordinate representation of color #08070A: hue angle of 260º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #08070A is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 7 | 10 | - |
| CMYK | 0.2 | 0.30 | 0 | 0.96 |
| HSL | 260º | 0.18% | 0.03% | - |
| HSV(B) | 260º | 0.3% | 0.04% | - |
| XYZ | 0.23 | 0.23 | 0.32 | - |
| YUV | 7.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 10 | 0.2 | 0.30 | 0 | 0.96 | 260 | 0.18 | 0.03 |
| Hex | 8 | 7 | A | 14 | 1E | 0 | 60 | 104 | 12 | 3 |
| Octal | 10 | 7 | 12 | 24 | 36 | 0 | 140 | 404 | 22 | 3 |
| Binary | 1000 | 111 | 1010 | 10100 | 11110 | 0 | 1100000 | 100000100 | 10010 | 11 |
Color Harmonies of #08070A
Complementary color
Monochromatic Colors of #08070A
Black with #08070A
Text Example
Text Example
White with #08070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08070A; }
p { color: rgb(8,7,10); }
H1.HeaderClassName
{
color: #08070A;
}
.AnyTagClassName
{
color: #08070A;
}
</style>
background-color css
<style>
a { background-color: #08070A; }
a { background-color: rgb(8,7,10); }
div.DivClassName
{
background-color: #08070A;
}
.BgClassName
{
background-color: #08070A;
}
</style>
border-color css
<style>
span { border-color: #08070A; }
span { border-color: rgb(8,7,10); }
td.TdClassName
{
border-color: #08070A;
}
.TagClassName
{
border-color: #08070A;
}
</style>