Shades of Midnight Express #161838
Tints of Midnight Express #161838
RGB
CMYK
RGB Variations
Color information
#161838 (or 0x161838) is known color: Midnight Express. HEX triplet: 16, 18 and 38. RGB value is (22,24,56). Sum of RGB (Red+Green+Blue) = 22+24+56=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #161838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161838 is #E9E7C7. Grayscale: #1A1A1A. Windows color (decimal): -15329224 or 3676182. OLE color: 3676182.
HSL color Cylindrical-coordinate representation of color #161838: hue angle of 236.47º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #161838 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 24 | 56 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.78 |
| HSL | 236.47º | 0.44% | 0.15% | - |
| HSV(B) | 236.47º | 0.61% | 0.22% | - |
| XYZ | 1.37 | 1.11 | 3.88 | - |
| YUV | 27.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 56 | 0.61 | 0.57 | 0 | 0.78 | 236.47 | 0.44 | 0.15 |
| Hex | 16 | 18 | 38 | 3D | 39 | 0 | 4E | EC | 2C | F |
| Octal | 26 | 30 | 70 | 75 | 71 | 0 | 116 | 354 | 54 | 17 |
| Binary | 10110 | 11000 | 111000 | 111101 | 111001 | 0 | 1001110 | 11101100 | 101100 | 1111 |
Color Harmonies of #161838
Complementary color
Monochromatic Colors of #161838
Black with #161838
Text Example
Text Example
White with #161838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161838; }
p { color: rgb(22,24,56); }
H1.HeaderClassName
{
color: #161838;
}
.AnyTagClassName
{
color: #161838;
}
</style>
background-color css
<style>
a { background-color: #161838; }
a { background-color: rgb(22,24,56); }
div.DivClassName
{
background-color: #161838;
}
.BgClassName
{
background-color: #161838;
}
</style>
border-color css
<style>
span { border-color: #161838; }
span { border-color: rgb(22,24,56); }
td.TdClassName
{
border-color: #161838;
}
.TagClassName
{
border-color: #161838;
}
</style>