Shades of Midnight Express #161E2F
Tints of Midnight Express #161E2F
RGB
CMYK
RGB Variations
Color information
#161E2F (or 0x161E2F) is known color: Midnight Express. HEX triplet: 16, 1E and 2F. RGB value is (22,30,47). Sum of RGB (Red+Green+Blue) = 22+30+47=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #161E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E2F is #E9E1D0. Grayscale: #1D1D1D. Windows color (decimal): -15327697 or 3087894. OLE color: 3087894.
HSL color Cylindrical-coordinate representation of color #161E2F: hue angle of 220.8º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #161E2F is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 30 | 47 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.82 |
| HSL | 220.8º | 0.36% | 0.14% | - |
| HSV(B) | 220.8º | 0.53% | 0.18% | - |
| XYZ | 1.31 | 1.3 | 2.87 | - |
| YUV | 29.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 47 | 0.53 | 0.36 | 0 | 0.82 | 220.8 | 0.36 | 0.14 |
| Hex | 16 | 1E | 2F | 35 | 24 | 0 | 52 | DD | 24 | E |
| Octal | 26 | 36 | 57 | 65 | 44 | 0 | 122 | 335 | 44 | 16 |
| Binary | 10110 | 11110 | 101111 | 110101 | 100100 | 0 | 1010010 | 11011101 | 100100 | 1110 |
Color Harmonies of #161E2F
Complementary color
Monochromatic Colors of #161E2F
Black with #161E2F
Text Example
Text Example
White with #161E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E2F; }
p { color: rgb(22,30,47); }
H1.HeaderClassName
{
color: #161E2F;
}
.AnyTagClassName
{
color: #161E2F;
}
</style>
background-color css
<style>
a { background-color: #161E2F; }
a { background-color: rgb(22,30,47); }
div.DivClassName
{
background-color: #161E2F;
}
.BgClassName
{
background-color: #161E2F;
}
</style>
border-color css
<style>
span { border-color: #161E2F; }
span { border-color: rgb(22,30,47); }
td.TdClassName
{
border-color: #161E2F;
}
.TagClassName
{
border-color: #161E2F;
}
</style>