Shades of Midnight Express #111B31
Tints of Midnight Express #111B31
RGB
CMYK
RGB Variations
Color information
#111B31 (or 0x111B31) is known color: Midnight Express. HEX triplet: 11, 1B and 31. RGB value is (17,27,49). Sum of RGB (Red+Green+Blue) = 17+27+49=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #111B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B31 is #EEE4CE. Grayscale: #1A1A1A. Windows color (decimal): -15656143 or 3218193. OLE color: 3218193.
HSL color Cylindrical-coordinate representation of color #111B31: hue angle of 221.25º 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 #111B31 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 27 | 49 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.81 |
| HSL | 221.25º | 0.48% | 0.13% | - |
| HSV(B) | 221.25º | 0.65% | 0.19% | - |
| XYZ | 1.18 | 1.12 | 3.06 | - |
| YUV | 26.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 49 | 0.65 | 0.45 | 0 | 0.81 | 221.25 | 0.48 | 0.13 |
| Hex | 11 | 1B | 31 | 41 | 2D | 0 | 51 | DD | 30 | D |
| Octal | 21 | 33 | 61 | 101 | 55 | 0 | 121 | 335 | 60 | 15 |
| Binary | 10001 | 11011 | 110001 | 1000001 | 101101 | 0 | 1010001 | 11011101 | 110000 | 1101 |
Color Harmonies of #111B31
Complementary color
Monochromatic Colors of #111B31
Black with #111B31
Text Example
Text Example
White with #111B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B31; }
p { color: rgb(17,27,49); }
H1.HeaderClassName
{
color: #111B31;
}
.AnyTagClassName
{
color: #111B31;
}
</style>
background-color css
<style>
a { background-color: #111B31; }
a { background-color: rgb(17,27,49); }
div.DivClassName
{
background-color: #111B31;
}
.BgClassName
{
background-color: #111B31;
}
</style>
border-color css
<style>
span { border-color: #111B31; }
span { border-color: rgb(17,27,49); }
td.TdClassName
{
border-color: #111B31;
}
.TagClassName
{
border-color: #111B31;
}
</style>