Shades of Midnight Express #111831
Tints of Midnight Express #111831
RGB
CMYK
RGB Variations
Color information
#111831 (or 0x111831) is known color: Midnight Express. HEX triplet: 11, 18 and 31. RGB value is (17,24,49). Sum of RGB (Red+Green+Blue) = 17+24+49=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #111831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111831 is #EEE7CE. Grayscale: #181818. Windows color (decimal): -15656911 or 3217425. OLE color: 3217425.
HSL color Cylindrical-coordinate representation of color #111831: hue angle of 226.88º 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 #111831 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 24 | 49 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.81 |
| HSL | 226.88º | 0.48% | 0.13% | - |
| HSV(B) | 226.88º | 0.65% | 0.19% | - |
| XYZ | 1.11 | 0.99 | 3.04 | - |
| YUV | 24.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 49 | 0.65 | 0.51 | 0 | 0.81 | 226.88 | 0.48 | 0.13 |
| Hex | 11 | 18 | 31 | 41 | 33 | 0 | 51 | E3 | 30 | D |
| Octal | 21 | 30 | 61 | 101 | 63 | 0 | 121 | 343 | 60 | 15 |
| Binary | 10001 | 11000 | 110001 | 1000001 | 110011 | 0 | 1010001 | 11100011 | 110000 | 1101 |
Color Harmonies of #111831
Complementary color
Monochromatic Colors of #111831
Black with #111831
Text Example
Text Example
White with #111831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111831; }
p { color: rgb(17,24,49); }
H1.HeaderClassName
{
color: #111831;
}
.AnyTagClassName
{
color: #111831;
}
</style>
background-color css
<style>
a { background-color: #111831; }
a { background-color: rgb(17,24,49); }
div.DivClassName
{
background-color: #111831;
}
.BgClassName
{
background-color: #111831;
}
</style>
border-color css
<style>
span { border-color: #111831; }
span { border-color: rgb(17,24,49); }
td.TdClassName
{
border-color: #111831;
}
.TagClassName
{
border-color: #111831;
}
</style>