Shades of Midnight Express #161D30
Tints of Midnight Express #161D30
RGB
CMYK
RGB Variations
Color information
#161D30 (or 0x161D30) is known color: Midnight Express. HEX triplet: 16, 1D and 30. RGB value is (22,29,48). Sum of RGB (Red+Green+Blue) = 22+29+48=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #161D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D30 is #E9E2CF. Grayscale: #1C1C1C. Windows color (decimal): -15327952 or 3153174. OLE color: 3153174.
HSL color Cylindrical-coordinate representation of color #161D30: hue angle of 223.85º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #161D30 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 29 | 48 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.81 |
| HSL | 223.85º | 0.37% | 0.14% | - |
| HSV(B) | 223.85º | 0.54% | 0.19% | - |
| XYZ | 1.3 | 1.26 | 2.97 | - |
| YUV | 29.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 48 | 0.54 | 0.40 | 0 | 0.81 | 223.85 | 0.37 | 0.14 |
| Hex | 16 | 1D | 30 | 36 | 28 | 0 | 51 | E0 | 25 | E |
| Octal | 26 | 35 | 60 | 66 | 50 | 0 | 121 | 340 | 45 | 16 |
| Binary | 10110 | 11101 | 110000 | 110110 | 101000 | 0 | 1010001 | 11100000 | 100101 | 1110 |
Color Harmonies of #161D30
Complementary color
Monochromatic Colors of #161D30
Black with #161D30
Text Example
Text Example
White with #161D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D30; }
p { color: rgb(22,29,48); }
H1.HeaderClassName
{
color: #161D30;
}
.AnyTagClassName
{
color: #161D30;
}
</style>
background-color css
<style>
a { background-color: #161D30; }
a { background-color: rgb(22,29,48); }
div.DivClassName
{
background-color: #161D30;
}
.BgClassName
{
background-color: #161D30;
}
</style>
border-color css
<style>
span { border-color: #161D30; }
span { border-color: rgb(22,29,48); }
td.TdClassName
{
border-color: #161D30;
}
.TagClassName
{
border-color: #161D30;
}
</style>