Shades of Midnight Express #161834
Tints of Midnight Express #161834
RGB
CMYK
RGB Variations
Color information
#161834 (or 0x161834) is known color: Midnight Express. HEX triplet: 16, 18 and 34. RGB value is (22,24,52). Sum of RGB (Red+Green+Blue) = 22+24+52=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #161834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161834 is #E9E7CB. Grayscale: #1A1A1A. Windows color (decimal): -15329228 or 3414038. OLE color: 3414038.
HSL color Cylindrical-coordinate representation of color #161834: hue angle of 236º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #161834 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 24 | 52 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.80 |
| HSL | 236º | 0.41% | 0.15% | - |
| HSV(B) | 236º | 0.58% | 0.2% | - |
| XYZ | 1.28 | 1.07 | 3.39 | - |
| YUV | 26.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 52 | 0.58 | 0.54 | 0 | 0.80 | 236 | 0.41 | 0.15 |
| Hex | 16 | 18 | 34 | 3A | 36 | 0 | 50 | EC | 29 | F |
| Octal | 26 | 30 | 64 | 72 | 66 | 0 | 120 | 354 | 51 | 17 |
| Binary | 10110 | 11000 | 110100 | 111010 | 110110 | 0 | 1010000 | 11101100 | 101001 | 1111 |
Color Harmonies of #161834
Complementary color
Monochromatic Colors of #161834
Black with #161834
Text Example
Text Example
White with #161834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161834; }
p { color: rgb(22,24,52); }
H1.HeaderClassName
{
color: #161834;
}
.AnyTagClassName
{
color: #161834;
}
</style>
background-color css
<style>
a { background-color: #161834; }
a { background-color: rgb(22,24,52); }
div.DivClassName
{
background-color: #161834;
}
.BgClassName
{
background-color: #161834;
}
</style>
border-color css
<style>
span { border-color: #161834; }
span { border-color: rgb(22,24,52); }
td.TdClassName
{
border-color: #161834;
}
.TagClassName
{
border-color: #161834;
}
</style>