Shades of Midnight Express #110C3D
Tints of Midnight Express #110C3D
RGB
CMYK
RGB Variations
Color information
#110C3D (or 0x110C3D) is known color: Midnight Express. HEX triplet: 11, 0C and 3D. RGB value is (17,12,61). Sum of RGB (Red+Green+Blue) = 17+12+61=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #110C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C3D is #EEF3C2. Grayscale: #121212. Windows color (decimal): -15659971 or 4000785. OLE color: 4000785.
HSL color Cylindrical-coordinate representation of color #110C3D: hue angle of 246.12º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #110C3D is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 12 | 61 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.76 |
| HSL | 246.12º | 0.67% | 0.14% | - |
| HSV(B) | 246.12º | 0.8% | 0.24% | - |
| XYZ | 1.2 | 0.72 | 4.49 | - |
| YUV | 19.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 61 | 0.72 | 0.80 | 0 | 0.76 | 246.12 | 0.67 | 0.14 |
| Hex | 11 | C | 3D | 48 | 50 | 0 | 4C | F6 | 43 | E |
| Octal | 21 | 14 | 75 | 110 | 120 | 0 | 114 | 366 | 103 | 16 |
| Binary | 10001 | 1100 | 111101 | 1001000 | 1010000 | 0 | 1001100 | 11110110 | 1000011 | 1110 |
Color Harmonies of #110C3D
Complementary color
Monochromatic Colors of #110C3D
Black with #110C3D
Text Example
Text Example
White with #110C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C3D; }
p { color: rgb(17,12,61); }
H1.HeaderClassName
{
color: #110C3D;
}
.AnyTagClassName
{
color: #110C3D;
}
</style>
background-color css
<style>
a { background-color: #110C3D; }
a { background-color: rgb(17,12,61); }
div.DivClassName
{
background-color: #110C3D;
}
.BgClassName
{
background-color: #110C3D;
}
</style>
border-color css
<style>
span { border-color: #110C3D; }
span { border-color: rgb(17,12,61); }
td.TdClassName
{
border-color: #110C3D;
}
.TagClassName
{
border-color: #110C3D;
}
</style>