Shades of Midnight Express #161D37
Tints of Midnight Express #161D37
RGB
CMYK
RGB Variations
Color information
#161D37 (or 0x161D37) is known color: Midnight Express. HEX triplet: 16, 1D and 37. RGB value is (22,29,55). Sum of RGB (Red+Green+Blue) = 22+29+55=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #161D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D37 is #E9E2C8. Grayscale: #1D1D1D. Windows color (decimal): -15327945 or 3611926. OLE color: 3611926.
HSL color Cylindrical-coordinate representation of color #161D37: hue angle of 227.27º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #161D37 is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 29 | 55 | - |
| CMYK | 0.6 | 0.47 | 0 | 0.78 |
| HSL | 227.27º | 0.43% | 0.15% | - |
| HSV(B) | 227.27º | 0.6% | 0.22% | - |
| XYZ | 1.46 | 1.33 | 3.79 | - |
| YUV | 29.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 55 | 0.6 | 0.47 | 0 | 0.78 | 227.27 | 0.43 | 0.15 |
| Hex | 16 | 1D | 37 | 3C | 2F | 0 | 4E | E3 | 2B | F |
| Octal | 26 | 35 | 67 | 74 | 57 | 0 | 116 | 343 | 53 | 17 |
| Binary | 10110 | 11101 | 110111 | 111100 | 101111 | 0 | 1001110 | 11100011 | 101011 | 1111 |
Color Harmonies of #161D37
Complementary color
Monochromatic Colors of #161D37
Black with #161D37
Text Example
Text Example
White with #161D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D37; }
p { color: rgb(22,29,55); }
H1.HeaderClassName
{
color: #161D37;
}
.AnyTagClassName
{
color: #161D37;
}
</style>
background-color css
<style>
a { background-color: #161D37; }
a { background-color: rgb(22,29,55); }
div.DivClassName
{
background-color: #161D37;
}
.BgClassName
{
background-color: #161D37;
}
</style>
border-color css
<style>
span { border-color: #161D37; }
span { border-color: rgb(22,29,55); }
td.TdClassName
{
border-color: #161D37;
}
.TagClassName
{
border-color: #161D37;
}
</style>