Shades of Black Russian #07080C
Tints of Black Russian #07080C
RGB
CMYK
RGB Variations
Color information
#07080C (or 0x07080C) is known color: Black Russian. HEX triplet: 07, 08 and 0C. RGB value is (7,8,12). Sum of RGB (Red+Green+Blue) = 7+8+12=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 8 (3.52% from 255 or 29.63% 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 #07080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07080C is #F8F7F3. Grayscale: #080808. Windows color (decimal): -16316404 or 788487. OLE color: 788487.
HSL color Cylindrical-coordinate representation of color #07080C: hue angle of 228º 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 #07080C is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 7 | 8 | 12 | - |
CMYK | 0.42 | 0.33 | 0 | 0.95 |
HSL | 228º | 0.26% | 0.04% | - |
HSV(B) | 228º | 0.42% | 0.05% | - |
XYZ | 0.24 | 0.25 | 0.38 | - |
YUV | 8.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 8 | 12 | 0.42 | 0.33 | 0 | 0.95 | 228 | 0.26 | 0.04 |
Hex | 7 | 8 | C | 2A | 21 | 0 | 5F | E4 | 1A | 4 |
Octal | 7 | 10 | 14 | 52 | 41 | 0 | 137 | 344 | 32 | 4 |
Binary | 111 | 1000 | 1100 | 101010 | 100001 | 0 | 1011111 | 11100100 | 11010 | 100 |
Color Harmonies of #07080C
Complementary color
Monochromatic Colors of #07080C
Black with #07080C
Text Example
Text Example
White with #07080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07080C; }
p { color: rgb(7,8,12); }
H1.HeaderClassName
{
color: #07080C;
}
.AnyTagClassName
{
color: #07080C;
}
</style>
background-color css
<style>
a { background-color: #07080C; }
a { background-color: rgb(7,8,12); }
div.DivClassName
{
background-color: #07080C;
}
.BgClassName
{
background-color: #07080C;
}
</style>
border-color css
<style>
span { border-color: #07080C; }
span { border-color: rgb(7,8,12); }
td.TdClassName
{
border-color: #07080C;
}
.TagClassName
{
border-color: #07080C;
}
</style>