Shades of Midnight Express #111D31
Tints of Midnight Express #111D31
RGB
CMYK
RGB Variations
Color information
#111D31 (or 0x111D31) is known color: Midnight Express. HEX triplet: 11, 1D and 31. RGB value is (17,29,49). Sum of RGB (Red+Green+Blue) = 17+29+49=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #111D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D31 is #EEE2CE. Grayscale: #1B1B1B. Windows color (decimal): -15655631 or 3218705. OLE color: 3218705.
HSL color Cylindrical-coordinate representation of color #111D31: hue angle of 217.5º 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 #111D31 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 29 | 49 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.81 |
| HSL | 217.5º | 0.48% | 0.13% | - |
| HSV(B) | 217.5º | 0.65% | 0.19% | - |
| XYZ | 1.22 | 1.22 | 3.08 | - |
| YUV | 27.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 49 | 0.65 | 0.41 | 0 | 0.81 | 217.5 | 0.48 | 0.13 |
| Hex | 11 | 1D | 31 | 41 | 29 | 0 | 51 | DA | 30 | D |
| Octal | 21 | 35 | 61 | 101 | 51 | 0 | 121 | 332 | 60 | 15 |
| Binary | 10001 | 11101 | 110001 | 1000001 | 101001 | 0 | 1010001 | 11011010 | 110000 | 1101 |
Color Harmonies of #111D31
Complementary color
Monochromatic Colors of #111D31
Black with #111D31
Text Example
Text Example
White with #111D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D31; }
p { color: rgb(17,29,49); }
H1.HeaderClassName
{
color: #111D31;
}
.AnyTagClassName
{
color: #111D31;
}
</style>
background-color css
<style>
a { background-color: #111D31; }
a { background-color: rgb(17,29,49); }
div.DivClassName
{
background-color: #111D31;
}
.BgClassName
{
background-color: #111D31;
}
</style>
border-color css
<style>
span { border-color: #111D31; }
span { border-color: rgb(17,29,49); }
td.TdClassName
{
border-color: #111D31;
}
.TagClassName
{
border-color: #111D31;
}
</style>