Shades of Midnight Express #161D2F
Tints of Midnight Express #161D2F
RGB
CMYK
RGB Variations
Color information
#161D2F (or 0x161D2F) is known color: Midnight Express. HEX triplet: 16, 1D and 2F. RGB value is (22,29,47). Sum of RGB (Red+Green+Blue) = 22+29+47=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #161D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D2F is #E9E2D0. Grayscale: #1C1C1C. Windows color (decimal): -15327953 or 3087638. OLE color: 3087638.
HSL color Cylindrical-coordinate representation of color #161D2F: hue angle of 223.2º 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 #161D2F is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 29 | 47 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.82 |
| HSL | 223.2º | 0.36% | 0.14% | - |
| HSV(B) | 223.2º | 0.53% | 0.18% | - |
| XYZ | 1.28 | 1.25 | 2.86 | - |
| YUV | 28.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 47 | 0.53 | 0.38 | 0 | 0.82 | 223.2 | 0.36 | 0.14 |
| Hex | 16 | 1D | 2F | 35 | 26 | 0 | 52 | DF | 24 | E |
| Octal | 26 | 35 | 57 | 65 | 46 | 0 | 122 | 337 | 44 | 16 |
| Binary | 10110 | 11101 | 101111 | 110101 | 100110 | 0 | 1010010 | 11011111 | 100100 | 1110 |
Color Harmonies of #161D2F
Complementary color
Monochromatic Colors of #161D2F
Black with #161D2F
Text Example
Text Example
White with #161D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D2F; }
p { color: rgb(22,29,47); }
H1.HeaderClassName
{
color: #161D2F;
}
.AnyTagClassName
{
color: #161D2F;
}
</style>
background-color css
<style>
a { background-color: #161D2F; }
a { background-color: rgb(22,29,47); }
div.DivClassName
{
background-color: #161D2F;
}
.BgClassName
{
background-color: #161D2F;
}
</style>
border-color css
<style>
span { border-color: #161D2F; }
span { border-color: rgb(22,29,47); }
td.TdClassName
{
border-color: #161D2F;
}
.TagClassName
{
border-color: #161D2F;
}
</style>