Shades of Midnight Express #162031
Tints of Midnight Express #162031
RGB
CMYK
RGB Variations
Color information
#162031 (or 0x162031) is known color: Midnight Express. HEX triplet: 16, 20 and 31. RGB value is (22,32,49). Sum of RGB (Red+Green+Blue) = 22+32+49=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #162031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162031 is #E9DFCE. Grayscale: #1E1E1E. Windows color (decimal): -15327183 or 3219478. OLE color: 3219478.
HSL color Cylindrical-coordinate representation of color #162031: hue angle of 217.78º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #162031 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 32 | 49 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.81 |
| HSL | 217.78º | 0.38% | 0.14% | - |
| HSV(B) | 217.78º | 0.55% | 0.19% | - |
| XYZ | 1.4 | 1.43 | 3.11 | - |
| YUV | 30.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 49 | 0.55 | 0.35 | 0 | 0.81 | 217.78 | 0.38 | 0.14 |
| Hex | 16 | 20 | 31 | 37 | 23 | 0 | 51 | DA | 26 | E |
| Octal | 26 | 40 | 61 | 67 | 43 | 0 | 121 | 332 | 46 | 16 |
| Binary | 10110 | 100000 | 110001 | 110111 | 100011 | 0 | 1010001 | 11011010 | 100110 | 1110 |
Color Harmonies of #162031
Complementary color
Monochromatic Colors of #162031
Black with #162031
Text Example
Text Example
White with #162031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162031; }
p { color: rgb(22,32,49); }
H1.HeaderClassName
{
color: #162031;
}
.AnyTagClassName
{
color: #162031;
}
</style>
background-color css
<style>
a { background-color: #162031; }
a { background-color: rgb(22,32,49); }
div.DivClassName
{
background-color: #162031;
}
.BgClassName
{
background-color: #162031;
}
</style>
border-color css
<style>
span { border-color: #162031; }
span { border-color: rgb(22,32,49); }
td.TdClassName
{
border-color: #162031;
}
.TagClassName
{
border-color: #162031;
}
</style>