Shades of Midnight Express #161D34
Tints of Midnight Express #161D34
RGB
CMYK
RGB Variations
Color information
#161D34 (or 0x161D34) is known color: Midnight Express. HEX triplet: 16, 1D and 34. RGB value is (22,29,52). Sum of RGB (Red+Green+Blue) = 22+29+52=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #161D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D34 is #E9E2CB. Grayscale: #1D1D1D. Windows color (decimal): -15327948 or 3415318. OLE color: 3415318.
HSL color Cylindrical-coordinate representation of color #161D34: hue angle of 226º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #161D34 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 29 | 52 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.80 |
| HSL | 226º | 0.41% | 0.15% | - |
| HSV(B) | 226º | 0.58% | 0.2% | - |
| XYZ | 1.39 | 1.3 | 3.43 | - |
| YUV | 29.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 52 | 0.58 | 0.44 | 0 | 0.80 | 226 | 0.41 | 0.15 |
| Hex | 16 | 1D | 34 | 3A | 2C | 0 | 50 | E2 | 29 | F |
| Octal | 26 | 35 | 64 | 72 | 54 | 0 | 120 | 342 | 51 | 17 |
| Binary | 10110 | 11101 | 110100 | 111010 | 101100 | 0 | 1010000 | 11100010 | 101001 | 1111 |
Color Harmonies of #161D34
Complementary color
Monochromatic Colors of #161D34
Black with #161D34
Text Example
Text Example
White with #161D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D34; }
p { color: rgb(22,29,52); }
H1.HeaderClassName
{
color: #161D34;
}
.AnyTagClassName
{
color: #161D34;
}
</style>
background-color css
<style>
a { background-color: #161D34; }
a { background-color: rgb(22,29,52); }
div.DivClassName
{
background-color: #161D34;
}
.BgClassName
{
background-color: #161D34;
}
</style>
border-color css
<style>
span { border-color: #161D34; }
span { border-color: rgb(22,29,52); }
td.TdClassName
{
border-color: #161D34;
}
.TagClassName
{
border-color: #161D34;
}
</style>