Shades of Midnight Express #161E2E
Tints of Midnight Express #161E2E
RGB
CMYK
RGB Variations
Color information
#161E2E (or 0x161E2E) is known color: Midnight Express. HEX triplet: 16, 1E and 2E. RGB value is (22,30,46). Sum of RGB (Red+Green+Blue) = 22+30+46=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #161E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E2E is #E9E1D1. Grayscale: #1D1D1D. Windows color (decimal): -15327698 or 3022358. OLE color: 3022358.
HSL color Cylindrical-coordinate representation of color #161E2E: hue angle of 220º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #161E2E is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 30 | 46 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.82 |
| HSL | 220º | 0.35% | 0.13% | - |
| HSV(B) | 220º | 0.52% | 0.18% | - |
| XYZ | 1.29 | 1.3 | 2.77 | - |
| YUV | 29.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 46 | 0.52 | 0.35 | 0 | 0.82 | 220 | 0.35 | 0.13 |
| Hex | 16 | 1E | 2E | 34 | 23 | 0 | 52 | DC | 23 | D |
| Octal | 26 | 36 | 56 | 64 | 43 | 0 | 122 | 334 | 43 | 15 |
| Binary | 10110 | 11110 | 101110 | 110100 | 100011 | 0 | 1010010 | 11011100 | 100011 | 1101 |
Color Harmonies of #161E2E
Complementary color
Monochromatic Colors of #161E2E
Black with #161E2E
Text Example
Text Example
White with #161E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E2E; }
p { color: rgb(22,30,46); }
H1.HeaderClassName
{
color: #161E2E;
}
.AnyTagClassName
{
color: #161E2E;
}
</style>
background-color css
<style>
a { background-color: #161E2E; }
a { background-color: rgb(22,30,46); }
div.DivClassName
{
background-color: #161E2E;
}
.BgClassName
{
background-color: #161E2E;
}
</style>
border-color css
<style>
span { border-color: #161E2E; }
span { border-color: rgb(22,30,46); }
td.TdClassName
{
border-color: #161E2E;
}
.TagClassName
{
border-color: #161E2E;
}
</style>