Shades of Black Russian #07031E
Tints of Black Russian #07031E
RGB
CMYK
RGB Variations
Color information
#07031E (or 0x07031E) is known color: Black Russian. HEX triplet: 07, 03 and 1E. RGB value is (7,3,30). Sum of RGB (Red+Green+Blue) = 7+3+30=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #07031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07031E is #F8FCE1. Grayscale: #070707. Windows color (decimal): -16317666 or 1966855. OLE color: 1966855.
HSL color Cylindrical-coordinate representation of color #07031E: hue angle of 248.89º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07031E is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 3 | 30 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.88 |
| HSL | 248.89º | 0.82% | 0.06% | - |
| HSV(B) | 248.89º | 0.9% | 0.12% | - |
| XYZ | 0.35 | 0.2 | 1.25 | - |
| YUV | 7.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 30 | 0.77 | 0.90 | 0 | 0.88 | 248.89 | 0.82 | 0.06 |
| Hex | 7 | 3 | 1E | 4D | 5A | 0 | 58 | F9 | 52 | 6 |
| Octal | 7 | 3 | 36 | 115 | 132 | 0 | 130 | 371 | 122 | 6 |
| Binary | 111 | 11 | 11110 | 1001101 | 1011010 | 0 | 1011000 | 11111001 | 1010010 | 110 |
Color Harmonies of #07031E
Complementary color
Monochromatic Colors of #07031E
Black with #07031E
Text Example
Text Example
White with #07031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07031E; }
p { color: rgb(7,3,30); }
H1.HeaderClassName
{
color: #07031E;
}
.AnyTagClassName
{
color: #07031E;
}
</style>
background-color css
<style>
a { background-color: #07031E; }
a { background-color: rgb(7,3,30); }
div.DivClassName
{
background-color: #07031E;
}
.BgClassName
{
background-color: #07031E;
}
</style>
border-color css
<style>
span { border-color: #07031E; }
span { border-color: rgb(7,3,30); }
td.TdClassName
{
border-color: #07031E;
}
.TagClassName
{
border-color: #07031E;
}
</style>