Shades of Midnight Express #161B3D
Tints of Midnight Express #161B3D
RGB
CMYK
RGB Variations
Color information
#161B3D (or 0x161B3D) is known color: Midnight Express. HEX triplet: 16, 1B and 3D. RGB value is (22,27,61). Sum of RGB (Red+Green+Blue) = 22+27+61=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #161B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B3D is #E9E4C2. Grayscale: #1D1D1D. Windows color (decimal): -15328451 or 4004630. OLE color: 4004630.
HSL color Cylindrical-coordinate representation of color #161B3D: hue angle of 232.31º 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 #161B3D is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 27 | 61 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.76 |
| HSL | 232.31º | 0.47% | 0.16% | - |
| HSV(B) | 232.31º | 0.64% | 0.24% | - |
| XYZ | 1.57 | 1.29 | 4.58 | - |
| YUV | 29.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 61 | 0.64 | 0.56 | 0 | 0.76 | 232.31 | 0.47 | 0.16 |
| Hex | 16 | 1B | 3D | 40 | 38 | 0 | 4C | E8 | 2F | 10 |
| Octal | 26 | 33 | 75 | 100 | 70 | 0 | 114 | 350 | 57 | 20 |
| Binary | 10110 | 11011 | 111101 | 1000000 | 111000 | 0 | 1001100 | 11101000 | 101111 | 10000 |
Color Harmonies of #161B3D
Complementary color
Monochromatic Colors of #161B3D
Black with #161B3D
Text Example
Text Example
White with #161B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B3D; }
p { color: rgb(22,27,61); }
H1.HeaderClassName
{
color: #161B3D;
}
.AnyTagClassName
{
color: #161B3D;
}
</style>
background-color css
<style>
a { background-color: #161B3D; }
a { background-color: rgb(22,27,61); }
div.DivClassName
{
background-color: #161B3D;
}
.BgClassName
{
background-color: #161B3D;
}
</style>
border-color css
<style>
span { border-color: #161B3D; }
span { border-color: rgb(22,27,61); }
td.TdClassName
{
border-color: #161B3D;
}
.TagClassName
{
border-color: #161B3D;
}
</style>