Shades of Midnight Express #161F32
Tints of Midnight Express #161F32
RGB
CMYK
RGB Variations
Color information
#161F32 (or 0x161F32) is known color: Midnight Express. HEX triplet: 16, 1F and 32. RGB value is (22,31,50). Sum of RGB (Red+Green+Blue) = 22+31+50=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #161F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F32 is #E9E0CD. Grayscale: #1E1E1E. Windows color (decimal): -15327438 or 3284758. OLE color: 3284758.
HSL color Cylindrical-coordinate representation of color #161F32: hue angle of 220.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #161F32 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 31 | 50 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.80 |
| HSL | 220.71º | 0.39% | 0.14% | - |
| HSV(B) | 220.71º | 0.56% | 0.2% | - |
| XYZ | 1.4 | 1.38 | 3.21 | - |
| YUV | 30.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 50 | 0.56 | 0.38 | 0 | 0.80 | 220.71 | 0.39 | 0.14 |
| Hex | 16 | 1F | 32 | 38 | 26 | 0 | 50 | DD | 27 | E |
| Octal | 26 | 37 | 62 | 70 | 46 | 0 | 120 | 335 | 47 | 16 |
| Binary | 10110 | 11111 | 110010 | 111000 | 100110 | 0 | 1010000 | 11011101 | 100111 | 1110 |
Color Harmonies of #161F32
Complementary color
Monochromatic Colors of #161F32
Black with #161F32
Text Example
Text Example
White with #161F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F32; }
p { color: rgb(22,31,50); }
H1.HeaderClassName
{
color: #161F32;
}
.AnyTagClassName
{
color: #161F32;
}
</style>
background-color css
<style>
a { background-color: #161F32; }
a { background-color: rgb(22,31,50); }
div.DivClassName
{
background-color: #161F32;
}
.BgClassName
{
background-color: #161F32;
}
</style>
border-color css
<style>
span { border-color: #161F32; }
span { border-color: rgb(22,31,50); }
td.TdClassName
{
border-color: #161F32;
}
.TagClassName
{
border-color: #161F32;
}
</style>