Shades of Black Russian #07041D
Tints of Black Russian #07041D
RGB
CMYK
RGB Variations
Color information
#07041D (or 0x07041D) is known color: Black Russian. HEX triplet: 07, 04 and 1D. RGB value is (7,4,29). Sum of RGB (Red+Green+Blue) = 7+4+29=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #07041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07041D is #F8FBE2. Grayscale: #070707. Windows color (decimal): -16317411 or 1901575. OLE color: 1901575.
HSL color Cylindrical-coordinate representation of color #07041D: hue angle of 247.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07041D is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 4 | 29 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.89 |
| HSL | 247.2º | 0.76% | 0.06% | - |
| HSV(B) | 247.2º | 0.86% | 0.11% | - |
| XYZ | 0.35 | 0.22 | 1.19 | - |
| YUV | 7.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 29 | 0.76 | 0.86 | 0 | 0.89 | 247.2 | 0.76 | 0.06 |
| Hex | 7 | 4 | 1D | 4C | 56 | 0 | 59 | F7 | 4C | 6 |
| Octal | 7 | 4 | 35 | 114 | 126 | 0 | 131 | 367 | 114 | 6 |
| Binary | 111 | 100 | 11101 | 1001100 | 1010110 | 0 | 1011001 | 11110111 | 1001100 | 110 |
Color Harmonies of #07041D
Complementary color
Monochromatic Colors of #07041D
Black with #07041D
Text Example
Text Example
White with #07041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07041D; }
p { color: rgb(7,4,29); }
H1.HeaderClassName
{
color: #07041D;
}
.AnyTagClassName
{
color: #07041D;
}
</style>
background-color css
<style>
a { background-color: #07041D; }
a { background-color: rgb(7,4,29); }
div.DivClassName
{
background-color: #07041D;
}
.BgClassName
{
background-color: #07041D;
}
</style>
border-color css
<style>
span { border-color: #07041D; }
span { border-color: rgb(7,4,29); }
td.TdClassName
{
border-color: #07041D;
}
.TagClassName
{
border-color: #07041D;
}
</style>