Shades of Midnight Express #161D2E
Tints of Midnight Express #161D2E
RGB
CMYK
RGB Variations
Color information
#161D2E (or 0x161D2E) is known color: Midnight Express. HEX triplet: 16, 1D and 2E. RGB value is (22,29,46). Sum of RGB (Red+Green+Blue) = 22+29+46=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #161D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D2E is #E9E2D1. Grayscale: #1C1C1C. Windows color (decimal): -15327954 or 3022102. OLE color: 3022102.
HSL color Cylindrical-coordinate representation of color #161D2E: hue angle of 222.5º 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 #161D2E is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 29 | 46 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.82 |
| HSL | 222.5º | 0.35% | 0.13% | - |
| HSV(B) | 222.5º | 0.52% | 0.18% | - |
| XYZ | 1.26 | 1.25 | 2.76 | - |
| YUV | 28.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 46 | 0.52 | 0.37 | 0 | 0.82 | 222.5 | 0.35 | 0.13 |
| Hex | 16 | 1D | 2E | 34 | 25 | 0 | 52 | DE | 23 | D |
| Octal | 26 | 35 | 56 | 64 | 45 | 0 | 122 | 336 | 43 | 15 |
| Binary | 10110 | 11101 | 101110 | 110100 | 100101 | 0 | 1010010 | 11011110 | 100011 | 1101 |
Color Harmonies of #161D2E
Complementary color
Monochromatic Colors of #161D2E
Black with #161D2E
Text Example
Text Example
White with #161D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D2E; }
p { color: rgb(22,29,46); }
H1.HeaderClassName
{
color: #161D2E;
}
.AnyTagClassName
{
color: #161D2E;
}
</style>
background-color css
<style>
a { background-color: #161D2E; }
a { background-color: rgb(22,29,46); }
div.DivClassName
{
background-color: #161D2E;
}
.BgClassName
{
background-color: #161D2E;
}
</style>
border-color css
<style>
span { border-color: #161D2E; }
span { border-color: rgb(22,29,46); }
td.TdClassName
{
border-color: #161D2E;
}
.TagClassName
{
border-color: #161D2E;
}
</style>