Shades of Midnight Express #161F3A
Tints of Midnight Express #161F3A
RGB
CMYK
RGB Variations
Color information
#161F3A (or 0x161F3A) is known color: Midnight Express. HEX triplet: 16, 1F and 3A. RGB value is (22,31,58). Sum of RGB (Red+Green+Blue) = 22+31+58=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #161F3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F3A is #E9E0C5. Grayscale: #1F1F1F. Windows color (decimal): -15327430 or 3809046. OLE color: 3809046.
HSL color Cylindrical-coordinate representation of color #161F3A: hue angle of 225º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #161F3A is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 31 | 58 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.77 |
| HSL | 225º | 0.45% | 0.16% | - |
| HSV(B) | 225º | 0.62% | 0.23% | - |
| XYZ | 1.58 | 1.46 | 4.2 | - |
| YUV | 31.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 58 | 0.62 | 0.47 | 0 | 0.77 | 225 | 0.45 | 0.16 |
| Hex | 16 | 1F | 3A | 3E | 2F | 0 | 4D | E1 | 2D | 10 |
| Octal | 26 | 37 | 72 | 76 | 57 | 0 | 115 | 341 | 55 | 20 |
| Binary | 10110 | 11111 | 111010 | 111110 | 101111 | 0 | 1001101 | 11100001 | 101101 | 10000 |
Color Harmonies of #161F3A
Complementary color
Monochromatic Colors of #161F3A
Black with #161F3A
Text Example
Text Example
White with #161F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F3A; }
p { color: rgb(22,31,58); }
H1.HeaderClassName
{
color: #161F3A;
}
.AnyTagClassName
{
color: #161F3A;
}
</style>
background-color css
<style>
a { background-color: #161F3A; }
a { background-color: rgb(22,31,58); }
div.DivClassName
{
background-color: #161F3A;
}
.BgClassName
{
background-color: #161F3A;
}
</style>
border-color css
<style>
span { border-color: #161F3A; }
span { border-color: rgb(22,31,58); }
td.TdClassName
{
border-color: #161F3A;
}
.TagClassName
{
border-color: #161F3A;
}
</style>