Shades of Midnight Express #161C32
Tints of Midnight Express #161C32
RGB
CMYK
RGB Variations
Color information
#161C32 (or 0x161C32) is known color: Midnight Express. HEX triplet: 16, 1C and 32. RGB value is (22,28,50). Sum of RGB (Red+Green+Blue) = 22+28+50=100 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #161C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C32 is #E9E3CD. Grayscale: #1C1C1C. Windows color (decimal): -15328206 or 3283990. OLE color: 3283990.
HSL color Cylindrical-coordinate representation of color #161C32: hue angle of 227.14º 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 #161C32 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 28 | 50 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.80 |
| HSL | 227.14º | 0.39% | 0.14% | - |
| HSV(B) | 227.14º | 0.56% | 0.2% | - |
| XYZ | 1.32 | 1.23 | 3.19 | - |
| YUV | 28.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 50 | 0.56 | 0.44 | 0 | 0.80 | 227.14 | 0.39 | 0.14 |
| Hex | 16 | 1C | 32 | 38 | 2C | 0 | 50 | E3 | 27 | E |
| Octal | 26 | 34 | 62 | 70 | 54 | 0 | 120 | 343 | 47 | 16 |
| Binary | 10110 | 11100 | 110010 | 111000 | 101100 | 0 | 1010000 | 11100011 | 100111 | 1110 |
Color Harmonies of #161C32
Complementary color
Monochromatic Colors of #161C32
Black with #161C32
Text Example
Text Example
White with #161C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C32; }
p { color: rgb(22,28,50); }
H1.HeaderClassName
{
color: #161C32;
}
.AnyTagClassName
{
color: #161C32;
}
</style>
background-color css
<style>
a { background-color: #161C32; }
a { background-color: rgb(22,28,50); }
div.DivClassName
{
background-color: #161C32;
}
.BgClassName
{
background-color: #161C32;
}
</style>
border-color css
<style>
span { border-color: #161C32; }
span { border-color: rgb(22,28,50); }
td.TdClassName
{
border-color: #161C32;
}
.TagClassName
{
border-color: #161C32;
}
</style>