Shades of Midnight Express #071031
Tints of Midnight Express #071031
RGB
CMYK
RGB Variations
Color information
#071031 (or 0x071031) is known color: Midnight Express. HEX triplet: 07, 10 and 31. RGB value is (7,16,49). Sum of RGB (Red+Green+Blue) = 7+16+49=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #071031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071031 is #F8EFCE. Grayscale: #101010. Windows color (decimal): -16314319 or 3215367. OLE color: 3215367.
HSL color Cylindrical-coordinate representation of color #071031: hue angle of 227.14º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071031 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 16 | 49 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.81 |
| HSL | 227.14º | 0.75% | 0.11% | - |
| HSV(B) | 227.14º | 0.86% | 0.19% | - |
| XYZ | 0.83 | 0.64 | 2.99 | - |
| YUV | 17.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 49 | 0.86 | 0.67 | 0 | 0.81 | 227.14 | 0.75 | 0.11 |
| Hex | 7 | 10 | 31 | 56 | 43 | 0 | 51 | E3 | 4B | B |
| Octal | 7 | 20 | 61 | 126 | 103 | 0 | 121 | 343 | 113 | 13 |
| Binary | 111 | 10000 | 110001 | 1010110 | 1000011 | 0 | 1010001 | 11100011 | 1001011 | 1011 |
Color Harmonies of #071031
Complementary color
Monochromatic Colors of #071031
Black with #071031
Text Example
Text Example
White with #071031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071031; }
p { color: rgb(7,16,49); }
H1.HeaderClassName
{
color: #071031;
}
.AnyTagClassName
{
color: #071031;
}
</style>
background-color css
<style>
a { background-color: #071031; }
a { background-color: rgb(7,16,49); }
div.DivClassName
{
background-color: #071031;
}
.BgClassName
{
background-color: #071031;
}
</style>
border-color css
<style>
span { border-color: #071031; }
span { border-color: rgb(7,16,49); }
td.TdClassName
{
border-color: #071031;
}
.TagClassName
{
border-color: #071031;
}
</style>