Shades of Midnight Express #161D3D
Tints of Midnight Express #161D3D
RGB
CMYK
RGB Variations
Color information
#161D3D (or 0x161D3D) is known color: Midnight Express. HEX triplet: 16, 1D and 3D. RGB value is (22,29,61). Sum of RGB (Red+Green+Blue) = 22+29+61=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #161D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D3D is #E9E2C2. Grayscale: #1E1E1E. Windows color (decimal): -15327939 or 4005142. OLE color: 4005142.
HSL color Cylindrical-coordinate representation of color #161D3D: hue angle of 229.23º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #161D3D is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 29 | 61 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.76 |
| HSL | 229.23º | 0.47% | 0.16% | - |
| HSV(B) | 229.23º | 0.64% | 0.24% | - |
| XYZ | 1.61 | 1.39 | 4.6 | - |
| YUV | 30.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 61 | 0.64 | 0.52 | 0 | 0.76 | 229.23 | 0.47 | 0.16 |
| Hex | 16 | 1D | 3D | 40 | 34 | 0 | 4C | E5 | 2F | 10 |
| Octal | 26 | 35 | 75 | 100 | 64 | 0 | 114 | 345 | 57 | 20 |
| Binary | 10110 | 11101 | 111101 | 1000000 | 110100 | 0 | 1001100 | 11100101 | 101111 | 10000 |
Color Harmonies of #161D3D
Complementary color
Monochromatic Colors of #161D3D
Black with #161D3D
Text Example
Text Example
White with #161D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D3D; }
p { color: rgb(22,29,61); }
H1.HeaderClassName
{
color: #161D3D;
}
.AnyTagClassName
{
color: #161D3D;
}
</style>
background-color css
<style>
a { background-color: #161D3D; }
a { background-color: rgb(22,29,61); }
div.DivClassName
{
background-color: #161D3D;
}
.BgClassName
{
background-color: #161D3D;
}
</style>
border-color css
<style>
span { border-color: #161D3D; }
span { border-color: rgb(22,29,61); }
td.TdClassName
{
border-color: #161D3D;
}
.TagClassName
{
border-color: #161D3D;
}
</style>