Shades of Black Russian #07041A
Tints of Black Russian #07041A
RGB
CMYK
RGB Variations
Color information
#07041A (or 0x07041A) is known color: Black Russian. HEX triplet: 07, 04 and 1A. RGB value is (7,4,26). Sum of RGB (Red+Green+Blue) = 7+4+26=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #07041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07041A is #F8FBE5. Grayscale: #070707. Windows color (decimal): -16317414 or 1704967. OLE color: 1704967.
HSL color Cylindrical-coordinate representation of color #07041A: hue angle of 248.18º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07041A is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 4 | 26 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.90 |
| HSL | 248.18º | 0.73% | 0.06% | - |
| HSV(B) | 248.18º | 0.85% | 0.1% | - |
| XYZ | 0.32 | 0.21 | 1 | - |
| YUV | 7.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 26 | 0.73 | 0.85 | 0 | 0.90 | 248.18 | 0.73 | 0.06 |
| Hex | 7 | 4 | 1A | 49 | 55 | 0 | 5A | F8 | 49 | 6 |
| Octal | 7 | 4 | 32 | 111 | 125 | 0 | 132 | 370 | 111 | 6 |
| Binary | 111 | 100 | 11010 | 1001001 | 1010101 | 0 | 1011010 | 11111000 | 1001001 | 110 |
Color Harmonies of #07041A
Complementary color
Monochromatic Colors of #07041A
Black with #07041A
Text Example
Text Example
White with #07041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07041A; }
p { color: rgb(7,4,26); }
H1.HeaderClassName
{
color: #07041A;
}
.AnyTagClassName
{
color: #07041A;
}
</style>
background-color css
<style>
a { background-color: #07041A; }
a { background-color: rgb(7,4,26); }
div.DivClassName
{
background-color: #07041A;
}
.BgClassName
{
background-color: #07041A;
}
</style>
border-color css
<style>
span { border-color: #07041A; }
span { border-color: rgb(7,4,26); }
td.TdClassName
{
border-color: #07041A;
}
.TagClassName
{
border-color: #07041A;
}
</style>