Shades of Black Russian #07080F
Tints of Black Russian #07080F
RGB
CMYK
RGB Variations
Color information
#07080F (or 0x07080F) is known color: Black Russian. HEX triplet: 07, 08 and 0F. RGB value is (7,8,15). Sum of RGB (Red+Green+Blue) = 7+8+15=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #07080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07080F is #F8F7F0. Grayscale: #080808. Windows color (decimal): -16316401 or 985095. OLE color: 985095.
HSL color Cylindrical-coordinate representation of color #07080F: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #07080F is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 8 | 15 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.94 |
| HSL | 232.5º | 0.36% | 0.04% | - |
| HSV(B) | 232.5º | 0.53% | 0.06% | - |
| XYZ | 0.26 | 0.25 | 0.49 | - |
| YUV | 8.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 15 | 0.53 | 0.47 | 0 | 0.94 | 232.5 | 0.36 | 0.04 |
| Hex | 7 | 8 | F | 35 | 2F | 0 | 5E | E8 | 24 | 4 |
| Octal | 7 | 10 | 17 | 65 | 57 | 0 | 136 | 350 | 44 | 4 |
| Binary | 111 | 1000 | 1111 | 110101 | 101111 | 0 | 1011110 | 11101000 | 100100 | 100 |
Color Harmonies of #07080F
Complementary color
Monochromatic Colors of #07080F
Black with #07080F
Text Example
Text Example
White with #07080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07080F; }
p { color: rgb(7,8,15); }
H1.HeaderClassName
{
color: #07080F;
}
.AnyTagClassName
{
color: #07080F;
}
</style>
background-color css
<style>
a { background-color: #07080F; }
a { background-color: rgb(7,8,15); }
div.DivClassName
{
background-color: #07080F;
}
.BgClassName
{
background-color: #07080F;
}
</style>
border-color css
<style>
span { border-color: #07080F; }
span { border-color: rgb(7,8,15); }
td.TdClassName
{
border-color: #07080F;
}
.TagClassName
{
border-color: #07080F;
}
</style>