Shades of Midnight Express #162141
Tints of Midnight Express #162141
RGB
CMYK
RGB Variations
Color information
#162141 (or 0x162141) is known color: Midnight Express. HEX triplet: 16, 21 and 41. RGB value is (22,33,65). Sum of RGB (Red+Green+Blue) = 22+33+65=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #162141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162141 is #E9DEBE. Grayscale: #212121. Windows color (decimal): -15326911 or 4268310. OLE color: 4268310.
HSL color Cylindrical-coordinate representation of color #162141: hue angle of 224.65º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #162141 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 33 | 65 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.75 |
| HSL | 224.65º | 0.49% | 0.17% | - |
| HSV(B) | 224.65º | 0.66% | 0.25% | - |
| XYZ | 1.83 | 1.64 | 5.22 | - |
| YUV | 33.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 65 | 0.66 | 0.49 | 0 | 0.75 | 224.65 | 0.49 | 0.17 |
| Hex | 16 | 21 | 41 | 42 | 31 | 0 | 4B | E1 | 31 | 11 |
| Octal | 26 | 41 | 101 | 102 | 61 | 0 | 113 | 341 | 61 | 21 |
| Binary | 10110 | 100001 | 1000001 | 1000010 | 110001 | 0 | 1001011 | 11100001 | 110001 | 10001 |
Color Harmonies of #162141
Complementary color
Monochromatic Colors of #162141
Black with #162141
Text Example
Text Example
White with #162141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162141; }
p { color: rgb(22,33,65); }
H1.HeaderClassName
{
color: #162141;
}
.AnyTagClassName
{
color: #162141;
}
</style>
background-color css
<style>
a { background-color: #162141; }
a { background-color: rgb(22,33,65); }
div.DivClassName
{
background-color: #162141;
}
.BgClassName
{
background-color: #162141;
}
</style>
border-color css
<style>
span { border-color: #162141; }
span { border-color: rgb(22,33,65); }
td.TdClassName
{
border-color: #162141;
}
.TagClassName
{
border-color: #162141;
}
</style>