Shades of Midnight Express #071632
Tints of Midnight Express #071632
RGB
CMYK
RGB Variations
Color information
#071632 (or 0x071632) is known color: Midnight Express. HEX triplet: 07, 16 and 32. RGB value is (7,22,50). Sum of RGB (Red+Green+Blue) = 7+22+50=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 50 (19.92% from 255 or 63.29% from 79); Max value from RGB is 50 - color contains mainly: blue. Hex color #071632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071632 is #F8E9CD. Grayscale: #141414. Windows color (decimal): -16312782 or 3282439. OLE color: 3282439.
HSL color Cylindrical-coordinate representation of color #071632: hue angle of 219.07º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071632 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 22 | 50 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.80 |
| HSL | 219.07º | 0.75% | 0.11% | - |
| HSV(B) | 219.07º | 0.86% | 0.2% | - |
| XYZ | 0.95 | 0.85 | 3.13 | - |
| YUV | 20.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 50 | 0.86 | 0.56 | 0 | 0.80 | 219.07 | 0.75 | 0.11 |
| Hex | 7 | 16 | 32 | 56 | 38 | 0 | 50 | DB | 4B | B |
| Octal | 7 | 26 | 62 | 126 | 70 | 0 | 120 | 333 | 113 | 13 |
| Binary | 111 | 10110 | 110010 | 1010110 | 111000 | 0 | 1010000 | 11011011 | 1001011 | 1011 |
Color Harmonies of #071632
Complementary color
Monochromatic Colors of #071632
Black with #071632
Text Example
Text Example
White with #071632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071632; }
p { color: rgb(7,22,50); }
H1.HeaderClassName
{
color: #071632;
}
.AnyTagClassName
{
color: #071632;
}
</style>
background-color css
<style>
a { background-color: #071632; }
a { background-color: rgb(7,22,50); }
div.DivClassName
{
background-color: #071632;
}
.BgClassName
{
background-color: #071632;
}
</style>
border-color css
<style>
span { border-color: #071632; }
span { border-color: rgb(7,22,50); }
td.TdClassName
{
border-color: #071632;
}
.TagClassName
{
border-color: #071632;
}
</style>