Shades of Midnight Express #111931
Tints of Midnight Express #111931
RGB
CMYK
RGB Variations
Color information
#111931 (or 0x111931) is known color: Midnight Express. HEX triplet: 11, 19 and 31. RGB value is (17,25,49). Sum of RGB (Red+Green+Blue) = 17+25+49=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #111931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111931 is #EEE6CE. Grayscale: #191919. Windows color (decimal): -15656655 or 3217681. OLE color: 3217681.
HSL color Cylindrical-coordinate representation of color #111931: hue angle of 225º 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 #111931 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 25 | 49 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.81 |
| HSL | 225º | 0.48% | 0.13% | - |
| HSV(B) | 225º | 0.65% | 0.19% | - |
| XYZ | 1.13 | 1.04 | 3.05 | - |
| YUV | 25.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 49 | 0.65 | 0.49 | 0 | 0.81 | 225 | 0.48 | 0.13 |
| Hex | 11 | 19 | 31 | 41 | 31 | 0 | 51 | E1 | 30 | D |
| Octal | 21 | 31 | 61 | 101 | 61 | 0 | 121 | 341 | 60 | 15 |
| Binary | 10001 | 11001 | 110001 | 1000001 | 110001 | 0 | 1010001 | 11100001 | 110000 | 1101 |
Color Harmonies of #111931
Complementary color
Monochromatic Colors of #111931
Black with #111931
Text Example
Text Example
White with #111931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111931; }
p { color: rgb(17,25,49); }
H1.HeaderClassName
{
color: #111931;
}
.AnyTagClassName
{
color: #111931;
}
</style>
background-color css
<style>
a { background-color: #111931; }
a { background-color: rgb(17,25,49); }
div.DivClassName
{
background-color: #111931;
}
.BgClassName
{
background-color: #111931;
}
</style>
border-color css
<style>
span { border-color: #111931; }
span { border-color: rgb(17,25,49); }
td.TdClassName
{
border-color: #111931;
}
.TagClassName
{
border-color: #111931;
}
</style>