Shades of Midnight Express #161A32
Tints of Midnight Express #161A32
RGB
CMYK
RGB Variations
Color information
#161A32 (or 0x161A32) is known color: Midnight Express. HEX triplet: 16, 1A and 32. RGB value is (22,26,50). Sum of RGB (Red+Green+Blue) = 22+26+50=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #161A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161A32 is #E9E5CD. Grayscale: #1B1B1B. Windows color (decimal): -15328718 or 3283478. OLE color: 3283478.
HSL color Cylindrical-coordinate representation of color #161A32: hue angle of 231.43º 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 #161A32 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 26 | 50 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.80 |
| HSL | 231.43º | 0.39% | 0.14% | - |
| HSV(B) | 231.43º | 0.56% | 0.2% | - |
| XYZ | 1.28 | 1.14 | 3.17 | - |
| YUV | 27.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 50 | 0.56 | 0.48 | 0 | 0.80 | 231.43 | 0.39 | 0.14 |
| Hex | 16 | 1A | 32 | 38 | 30 | 0 | 50 | E7 | 27 | E |
| Octal | 26 | 32 | 62 | 70 | 60 | 0 | 120 | 347 | 47 | 16 |
| Binary | 10110 | 11010 | 110010 | 111000 | 110000 | 0 | 1010000 | 11100111 | 100111 | 1110 |
Color Harmonies of #161A32
Complementary color
Monochromatic Colors of #161A32
Black with #161A32
Text Example
Text Example
White with #161A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A32; }
p { color: rgb(22,26,50); }
H1.HeaderClassName
{
color: #161A32;
}
.AnyTagClassName
{
color: #161A32;
}
</style>
background-color css
<style>
a { background-color: #161A32; }
a { background-color: rgb(22,26,50); }
div.DivClassName
{
background-color: #161A32;
}
.BgClassName
{
background-color: #161A32;
}
</style>
border-color css
<style>
span { border-color: #161A32; }
span { border-color: rgb(22,26,50); }
td.TdClassName
{
border-color: #161A32;
}
.TagClassName
{
border-color: #161A32;
}
</style>