Shades of Midnight Express #161D32
Tints of Midnight Express #161D32
RGB
CMYK
RGB Variations
Color information
#161D32 (or 0x161D32) is known color: Midnight Express. HEX triplet: 16, 1D and 32. RGB value is (22,29,50). Sum of RGB (Red+Green+Blue) = 22+29+50=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #161D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D32 is #E9E2CD. Grayscale: #1D1D1D. Windows color (decimal): -15327950 or 3284246. OLE color: 3284246.
HSL color Cylindrical-coordinate representation of color #161D32: hue angle of 225º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #161D32 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 29 | 50 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.80 |
| HSL | 225º | 0.39% | 0.14% | - |
| HSV(B) | 225º | 0.56% | 0.2% | - |
| XYZ | 1.35 | 1.28 | 3.19 | - |
| YUV | 29.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 50 | 0.56 | 0.42 | 0 | 0.80 | 225 | 0.39 | 0.14 |
| Hex | 16 | 1D | 32 | 38 | 2A | 0 | 50 | E1 | 27 | E |
| Octal | 26 | 35 | 62 | 70 | 52 | 0 | 120 | 341 | 47 | 16 |
| Binary | 10110 | 11101 | 110010 | 111000 | 101010 | 0 | 1010000 | 11100001 | 100111 | 1110 |
Color Harmonies of #161D32
Complementary color
Monochromatic Colors of #161D32
Black with #161D32
Text Example
Text Example
White with #161D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D32; }
p { color: rgb(22,29,50); }
H1.HeaderClassName
{
color: #161D32;
}
.AnyTagClassName
{
color: #161D32;
}
</style>
background-color css
<style>
a { background-color: #161D32; }
a { background-color: rgb(22,29,50); }
div.DivClassName
{
background-color: #161D32;
}
.BgClassName
{
background-color: #161D32;
}
</style>
border-color css
<style>
span { border-color: #161D32; }
span { border-color: rgb(22,29,50); }
td.TdClassName
{
border-color: #161D32;
}
.TagClassName
{
border-color: #161D32;
}
</style>