Shades of Midnight Express #111731
Tints of Midnight Express #111731
RGB
CMYK
RGB Variations
Color information
#111731 (or 0x111731) is known color: Midnight Express. HEX triplet: 11, 17 and 31. RGB value is (17,23,49). Sum of RGB (Red+Green+Blue) = 17+23+49=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #111731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111731 is #EEE8CE. Grayscale: #181818. Windows color (decimal): -15657167 or 3217169. OLE color: 3217169.
HSL color Cylindrical-coordinate representation of color #111731: hue angle of 228.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111731 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 23 | 49 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.81 |
| HSL | 228.75º | 0.48% | 0.13% | - |
| HSV(B) | 228.75º | 0.65% | 0.19% | - |
| XYZ | 1.09 | 0.95 | 3.03 | - |
| YUV | 24.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 49 | 0.65 | 0.53 | 0 | 0.81 | 228.75 | 0.48 | 0.13 |
| Hex | 11 | 17 | 31 | 41 | 35 | 0 | 51 | E5 | 30 | D |
| Octal | 21 | 27 | 61 | 101 | 65 | 0 | 121 | 345 | 60 | 15 |
| Binary | 10001 | 10111 | 110001 | 1000001 | 110101 | 0 | 1010001 | 11100101 | 110000 | 1101 |
Color Harmonies of #111731
Complementary color
Monochromatic Colors of #111731
Black with #111731
Text Example
Text Example
White with #111731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111731; }
p { color: rgb(17,23,49); }
H1.HeaderClassName
{
color: #111731;
}
.AnyTagClassName
{
color: #111731;
}
</style>
background-color css
<style>
a { background-color: #111731; }
a { background-color: rgb(17,23,49); }
div.DivClassName
{
background-color: #111731;
}
.BgClassName
{
background-color: #111731;
}
</style>
border-color css
<style>
span { border-color: #111731; }
span { border-color: rgb(17,23,49); }
td.TdClassName
{
border-color: #111731;
}
.TagClassName
{
border-color: #111731;
}
</style>