Shades of Midnight Express #16163D
Tints of Midnight Express #16163D
RGB
CMYK
RGB Variations
Color information
#16163D (or 0x16163D) is known color: Midnight Express. HEX triplet: 16, 16 and 3D. RGB value is (22,22,61). Sum of RGB (Red+Green+Blue) = 22+22+61=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #16163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16163D is #E9E9C2. Grayscale: #1A1A1A. Windows color (decimal): -15329731 or 4003350. OLE color: 4003350.
HSL color Cylindrical-coordinate representation of color #16163D: hue angle of 240º 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 #16163D is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 22 | 61 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.76 |
| HSL | 240º | 0.47% | 0.16% | - |
| HSV(B) | 240º | 0.64% | 0.24% | - |
| XYZ | 1.46 | 1.08 | 4.55 | - |
| YUV | 26.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 61 | 0.64 | 0.64 | 0 | 0.76 | 240 | 0.47 | 0.16 |
| Hex | 16 | 16 | 3D | 40 | 40 | 0 | 4C | F0 | 2F | 10 |
| Octal | 26 | 26 | 75 | 100 | 100 | 0 | 114 | 360 | 57 | 20 |
| Binary | 10110 | 10110 | 111101 | 1000000 | 1000000 | 0 | 1001100 | 11110000 | 101111 | 10000 |
Color Harmonies of #16163D
Complementary color
Monochromatic Colors of #16163D
Black with #16163D
Text Example
Text Example
White with #16163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16163D; }
p { color: rgb(22,22,61); }
H1.HeaderClassName
{
color: #16163D;
}
.AnyTagClassName
{
color: #16163D;
}
</style>
background-color css
<style>
a { background-color: #16163D; }
a { background-color: rgb(22,22,61); }
div.DivClassName
{
background-color: #16163D;
}
.BgClassName
{
background-color: #16163D;
}
</style>
border-color css
<style>
span { border-color: #16163D; }
span { border-color: rgb(22,22,61); }
td.TdClassName
{
border-color: #16163D;
}
.TagClassName
{
border-color: #16163D;
}
</style>