Shades of Midnight Express #110F3C
Tints of Midnight Express #110F3C
RGB
CMYK
RGB Variations
Color information
#110F3C (or 0x110F3C) is known color: Midnight Express. HEX triplet: 11, 0F and 3C. RGB value is (17,15,60). Sum of RGB (Red+Green+Blue) = 17+15+60=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #110F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F3C is #EEF0C3. Grayscale: #141414. Windows color (decimal): -15659204 or 3936017. OLE color: 3936017.
HSL color Cylindrical-coordinate representation of color #110F3C: hue angle of 242.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110F3C is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 15 | 60 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.76 |
| HSL | 242.67º | 0.6% | 0.15% | - |
| HSV(B) | 242.67º | 0.75% | 0.24% | - |
| XYZ | 1.22 | 0.79 | 4.36 | - |
| YUV | 20.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 60 | 0.72 | 0.75 | 0 | 0.76 | 242.67 | 0.6 | 0.15 |
| Hex | 11 | F | 3C | 48 | 4B | 0 | 4C | F3 | 3C | F |
| Octal | 21 | 17 | 74 | 110 | 113 | 0 | 114 | 363 | 74 | 17 |
| Binary | 10001 | 1111 | 111100 | 1001000 | 1001011 | 0 | 1001100 | 11110011 | 111100 | 1111 |
Color Harmonies of #110F3C
Complementary color
Monochromatic Colors of #110F3C
Black with #110F3C
Text Example
Text Example
White with #110F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F3C; }
p { color: rgb(17,15,60); }
H1.HeaderClassName
{
color: #110F3C;
}
.AnyTagClassName
{
color: #110F3C;
}
</style>
background-color css
<style>
a { background-color: #110F3C; }
a { background-color: rgb(17,15,60); }
div.DivClassName
{
background-color: #110F3C;
}
.BgClassName
{
background-color: #110F3C;
}
</style>
border-color css
<style>
span { border-color: #110F3C; }
span { border-color: rgb(17,15,60); }
td.TdClassName
{
border-color: #110F3C;
}
.TagClassName
{
border-color: #110F3C;
}
</style>