Shades of Midnight Express #111B2F
Tints of Midnight Express #111B2F
RGB
CMYK
RGB Variations
Color information
#111B2F (or 0x111B2F) is known color: Midnight Express. HEX triplet: 11, 1B and 2F. RGB value is (17,27,47). Sum of RGB (Red+Green+Blue) = 17+27+47=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #111B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B2F is #EEE4D0. Grayscale: #1A1A1A. Windows color (decimal): -15656145 or 3087121. OLE color: 3087121.
HSL color Cylindrical-coordinate representation of color #111B2F: hue angle of 220º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #111B2F is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 27 | 47 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.82 |
| HSL | 220º | 0.47% | 0.13% | - |
| HSV(B) | 220º | 0.64% | 0.18% | - |
| XYZ | 1.14 | 1.11 | 2.84 | - |
| YUV | 26.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 47 | 0.64 | 0.43 | 0 | 0.82 | 220 | 0.47 | 0.13 |
| Hex | 11 | 1B | 2F | 40 | 2B | 0 | 52 | DC | 2F | D |
| Octal | 21 | 33 | 57 | 100 | 53 | 0 | 122 | 334 | 57 | 15 |
| Binary | 10001 | 11011 | 101111 | 1000000 | 101011 | 0 | 1010010 | 11011100 | 101111 | 1101 |
Color Harmonies of #111B2F
Complementary color
Monochromatic Colors of #111B2F
Black with #111B2F
Text Example
Text Example
White with #111B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B2F; }
p { color: rgb(17,27,47); }
H1.HeaderClassName
{
color: #111B2F;
}
.AnyTagClassName
{
color: #111B2F;
}
</style>
background-color css
<style>
a { background-color: #111B2F; }
a { background-color: rgb(17,27,47); }
div.DivClassName
{
background-color: #111B2F;
}
.BgClassName
{
background-color: #111B2F;
}
</style>
border-color css
<style>
span { border-color: #111B2F; }
span { border-color: rgb(17,27,47); }
td.TdClassName
{
border-color: #111B2F;
}
.TagClassName
{
border-color: #111B2F;
}
</style>