Shades of Black Russian #07090E
Tints of Black Russian #07090E
RGB
CMYK
RGB Variations
Color information
#07090E (or 0x07090E) is known color: Black Russian. HEX triplet: 07, 09 and 0E. RGB value is (7,9,14). Sum of RGB (Red+Green+Blue) = 7+9+14=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 14 (5.86% from 255 or 46.67% from 30); Max value from RGB is 14 - color contains mainly: blue. Hex color #07090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07090E is #F8F6F1. Grayscale: #080808. Windows color (decimal): -16316146 or 919815. OLE color: 919815.
HSL color Cylindrical-coordinate representation of color #07090E: hue angle of 222.86º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #07090E is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 9 | 14 | - |
| CMYK | 0.5 | 0.36 | 0 | 0.95 |
| HSL | 222.86º | 0.33% | 0.04% | - |
| HSV(B) | 222.86º | 0.5% | 0.05% | - |
| XYZ | 0.26 | 0.27 | 0.45 | - |
| YUV | 8.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 14 | 0.5 | 0.36 | 0 | 0.95 | 222.86 | 0.33 | 0.04 |
| Hex | 7 | 9 | E | 32 | 24 | 0 | 5F | DF | 21 | 4 |
| Octal | 7 | 11 | 16 | 62 | 44 | 0 | 137 | 337 | 41 | 4 |
| Binary | 111 | 1001 | 1110 | 110010 | 100100 | 0 | 1011111 | 11011111 | 100001 | 100 |
Color Harmonies of #07090E
Complementary color
Monochromatic Colors of #07090E
Black with #07090E
Text Example
Text Example
White with #07090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07090E; }
p { color: rgb(7,9,14); }
H1.HeaderClassName
{
color: #07090E;
}
.AnyTagClassName
{
color: #07090E;
}
</style>
background-color css
<style>
a { background-color: #07090E; }
a { background-color: rgb(7,9,14); }
div.DivClassName
{
background-color: #07090E;
}
.BgClassName
{
background-color: #07090E;
}
</style>
border-color css
<style>
span { border-color: #07090E; }
span { border-color: rgb(7,9,14); }
td.TdClassName
{
border-color: #07090E;
}
.TagClassName
{
border-color: #07090E;
}
</style>