Shades of Midnight Express #110E3C
Tints of Midnight Express #110E3C
RGB
CMYK
RGB Variations
Color information
#110E3C (or 0x110E3C) is known color: Midnight Express. HEX triplet: 11, 0E and 3C. RGB value is (17,14,60). Sum of RGB (Red+Green+Blue) = 17+14+60=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #110E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E3C is #EEF1C3. Grayscale: #131313. Windows color (decimal): -15659460 or 3935761. OLE color: 3935761.
HSL color Cylindrical-coordinate representation of color #110E3C: hue angle of 243.91º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #110E3C is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 14 | 60 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.76 |
| HSL | 243.91º | 0.62% | 0.15% | - |
| HSV(B) | 243.91º | 0.77% | 0.24% | - |
| XYZ | 1.2 | 0.76 | 4.36 | - |
| YUV | 20.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 60 | 0.72 | 0.77 | 0 | 0.76 | 243.91 | 0.62 | 0.15 |
| Hex | 11 | E | 3C | 48 | 4D | 0 | 4C | F4 | 3E | F |
| Octal | 21 | 16 | 74 | 110 | 115 | 0 | 114 | 364 | 76 | 17 |
| Binary | 10001 | 1110 | 111100 | 1001000 | 1001101 | 0 | 1001100 | 11110100 | 111110 | 1111 |
Color Harmonies of #110E3C
Complementary color
Monochromatic Colors of #110E3C
Black with #110E3C
Text Example
Text Example
White with #110E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E3C; }
p { color: rgb(17,14,60); }
H1.HeaderClassName
{
color: #110E3C;
}
.AnyTagClassName
{
color: #110E3C;
}
</style>
background-color css
<style>
a { background-color: #110E3C; }
a { background-color: rgb(17,14,60); }
div.DivClassName
{
background-color: #110E3C;
}
.BgClassName
{
background-color: #110E3C;
}
</style>
border-color css
<style>
span { border-color: #110E3C; }
span { border-color: rgb(17,14,60); }
td.TdClassName
{
border-color: #110E3C;
}
.TagClassName
{
border-color: #110E3C;
}
</style>