Shades of Black Russian #07081D
Tints of Black Russian #07081D
RGB
CMYK
RGB Variations
Color information
#07081D (or 0x07081D) is known color: Black Russian. HEX triplet: 07, 08 and 1D. RGB value is (7,8,29). Sum of RGB (Red+Green+Blue) = 7+8+29=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #07081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07081D is #F8F7E2. Grayscale: #0A0A0A. Windows color (decimal): -16316387 or 1902599. OLE color: 1902599.
HSL color Cylindrical-coordinate representation of color #07081D: hue angle of 237.27º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07081D is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 8 | 29 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.89 |
| HSL | 237.27º | 0.61% | 0.07% | - |
| HSV(B) | 237.27º | 0.76% | 0.11% | - |
| XYZ | 0.4 | 0.31 | 1.2 | - |
| YUV | 10.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 29 | 0.76 | 0.72 | 0 | 0.89 | 237.27 | 0.61 | 0.07 |
| Hex | 7 | 8 | 1D | 4C | 48 | 0 | 59 | ED | 3D | 7 |
| Octal | 7 | 10 | 35 | 114 | 110 | 0 | 131 | 355 | 75 | 7 |
| Binary | 111 | 1000 | 11101 | 1001100 | 1001000 | 0 | 1011001 | 11101101 | 111101 | 111 |
Color Harmonies of #07081D
Complementary color
Monochromatic Colors of #07081D
Black with #07081D
Text Example
Text Example
White with #07081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07081D; }
p { color: rgb(7,8,29); }
H1.HeaderClassName
{
color: #07081D;
}
.AnyTagClassName
{
color: #07081D;
}
</style>
background-color css
<style>
a { background-color: #07081D; }
a { background-color: rgb(7,8,29); }
div.DivClassName
{
background-color: #07081D;
}
.BgClassName
{
background-color: #07081D;
}
</style>
border-color css
<style>
span { border-color: #07081D; }
span { border-color: rgb(7,8,29); }
td.TdClassName
{
border-color: #07081D;
}
.TagClassName
{
border-color: #07081D;
}
</style>