Shades of Black Russian #07032E
Tints of Black Russian #07032E
RGB
CMYK
RGB Variations
Color information
#07032E (or 0x07032E) is known color: Black Russian. HEX triplet: 07, 03 and 2E. RGB value is (7,3,46). Sum of RGB (Red+Green+Blue) = 7+3+46=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 46 (18.36% from 255 or 82.14% from 56); Max value from RGB is 46 - color contains mainly: blue. Hex color #07032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07032E is #F8FCD1. Grayscale: #080808. Windows color (decimal): -16317650 or 3015431. OLE color: 3015431.
HSL color Cylindrical-coordinate representation of color #07032E: hue angle of 245.58º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07032E is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 3 | 46 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.82 |
| HSL | 245.58º | 0.88% | 0.1% | - |
| HSV(B) | 245.58º | 0.93% | 0.18% | - |
| XYZ | 0.61 | 0.31 | 2.61 | - |
| YUV | 9.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 46 | 0.85 | 0.93 | 0 | 0.82 | 245.58 | 0.88 | 0.1 |
| Hex | 7 | 3 | 2E | 55 | 5D | 0 | 52 | F6 | 58 | A |
| Octal | 7 | 3 | 56 | 125 | 135 | 0 | 122 | 366 | 130 | 12 |
| Binary | 111 | 11 | 101110 | 1010101 | 1011101 | 0 | 1010010 | 11110110 | 1011000 | 1010 |
Color Harmonies of #07032E
Complementary color
Monochromatic Colors of #07032E
Black with #07032E
Text Example
Text Example
White with #07032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07032E; }
p { color: rgb(7,3,46); }
H1.HeaderClassName
{
color: #07032E;
}
.AnyTagClassName
{
color: #07032E;
}
</style>
background-color css
<style>
a { background-color: #07032E; }
a { background-color: rgb(7,3,46); }
div.DivClassName
{
background-color: #07032E;
}
.BgClassName
{
background-color: #07032E;
}
</style>
border-color css
<style>
span { border-color: #07032E; }
span { border-color: rgb(7,3,46); }
td.TdClassName
{
border-color: #07032E;
}
.TagClassName
{
border-color: #07032E;
}
</style>