Shades of Black Russian #07061E
Tints of Black Russian #07061E
RGB
CMYK
RGB Variations
Color information
#07061E (or 0x07061E) is known color: Black Russian. HEX triplet: 07, 06 and 1E. RGB value is (7,6,30). Sum of RGB (Red+Green+Blue) = 7+6+30=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #07061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07061E is #F8F9E1. Grayscale: #080808. Windows color (decimal): -16316898 or 1967623. OLE color: 1967623.
HSL color Cylindrical-coordinate representation of color #07061E: hue angle of 242.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07061E is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 6 | 30 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.88 |
| HSL | 242.5º | 0.67% | 0.07% | - |
| HSV(B) | 242.5º | 0.8% | 0.12% | - |
| XYZ | 0.39 | 0.27 | 1.26 | - |
| YUV | 9.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 30 | 0.77 | 0.80 | 0 | 0.88 | 242.5 | 0.67 | 0.07 |
| Hex | 7 | 6 | 1E | 4D | 50 | 0 | 58 | F2 | 43 | 7 |
| Octal | 7 | 6 | 36 | 115 | 120 | 0 | 130 | 362 | 103 | 7 |
| Binary | 111 | 110 | 11110 | 1001101 | 1010000 | 0 | 1011000 | 11110010 | 1000011 | 111 |
Color Harmonies of #07061E
Complementary color
Monochromatic Colors of #07061E
Black with #07061E
Text Example
Text Example
White with #07061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07061E; }
p { color: rgb(7,6,30); }
H1.HeaderClassName
{
color: #07061E;
}
.AnyTagClassName
{
color: #07061E;
}
</style>
background-color css
<style>
a { background-color: #07061E; }
a { background-color: rgb(7,6,30); }
div.DivClassName
{
background-color: #07061E;
}
.BgClassName
{
background-color: #07061E;
}
</style>
border-color css
<style>
span { border-color: #07061E; }
span { border-color: rgb(7,6,30); }
td.TdClassName
{
border-color: #07061E;
}
.TagClassName
{
border-color: #07061E;
}
</style>