Shades of Black Russian #08070C
Tints of Black Russian #08070C
RGB
CMYK
RGB Variations
Color information
#08070C (or 0x08070C) is known color: Black Russian. HEX triplet: 08, 07 and 0C. RGB value is (8,7,12). Sum of RGB (Red+Green+Blue) = 8+7+12=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 12 - color contains mainly: blue. Hex color #08070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08070C is #F7F8F3. Grayscale: #070707. Windows color (decimal): -16251124 or 788232. OLE color: 788232.
HSL color Cylindrical-coordinate representation of color #08070C: hue angle of 252º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #08070C is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 7 | 12 | - |
CMYK | 0.33 | 0.42 | 0 | 0.95 |
HSL | 252º | 0.26% | 0.04% | - |
HSV(B) | 252º | 0.42% | 0.05% | - |
XYZ | 0.24 | 0.23 | 0.38 | - |
YUV | 7.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 7 | 12 | 0.33 | 0.42 | 0 | 0.95 | 252 | 0.26 | 0.04 |
Hex | 8 | 7 | C | 21 | 2A | 0 | 5F | FC | 1A | 4 |
Octal | 10 | 7 | 14 | 41 | 52 | 0 | 137 | 374 | 32 | 4 |
Binary | 1000 | 111 | 1100 | 100001 | 101010 | 0 | 1011111 | 11111100 | 11010 | 100 |
Color Harmonies of #08070C
Complementary color
Monochromatic Colors of #08070C
Black with #08070C
Text Example
Text Example
White with #08070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08070C; }
p { color: rgb(8,7,12); }
H1.HeaderClassName
{
color: #08070C;
}
.AnyTagClassName
{
color: #08070C;
}
</style>
background-color css
<style>
a { background-color: #08070C; }
a { background-color: rgb(8,7,12); }
div.DivClassName
{
background-color: #08070C;
}
.BgClassName
{
background-color: #08070C;
}
</style>
border-color css
<style>
span { border-color: #08070C; }
span { border-color: rgb(8,7,12); }
td.TdClassName
{
border-color: #08070C;
}
.TagClassName
{
border-color: #08070C;
}
</style>