Shades of Midnight Express #111B2D
Tints of Midnight Express #111B2D
RGB
CMYK
RGB Variations
Color information
#111B2D (or 0x111B2D) is known color: Midnight Express. HEX triplet: 11, 1B and 2D. RGB value is (17,27,45). Sum of RGB (Red+Green+Blue) = 17+27+45=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #111B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B2D is #EEE4D2. Grayscale: #191919. Windows color (decimal): -15656147 or 2956049. OLE color: 2956049.
HSL color Cylindrical-coordinate representation of color #111B2D: hue angle of 218.57º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #111B2D is Cyan = 0.62, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 27 | 45 | - |
| CMYK | 0.62 | 0.4 | 0 | 0.82 |
| HSL | 218.57º | 0.45% | 0.12% | - |
| HSV(B) | 218.57º | 0.62% | 0.18% | - |
| XYZ | 1.1 | 1.09 | 2.64 | - |
| YUV | 26.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 45 | 0.62 | 0.4 | 0 | 0.82 | 218.57 | 0.45 | 0.12 |
| Hex | 11 | 1B | 2D | 3E | 28 | 0 | 52 | DB | 2D | C |
| Octal | 21 | 33 | 55 | 76 | 50 | 0 | 122 | 333 | 55 | 14 |
| Binary | 10001 | 11011 | 101101 | 111110 | 101000 | 0 | 1010010 | 11011011 | 101101 | 1100 |
Color Harmonies of #111B2D
Complementary color
Monochromatic Colors of #111B2D
Black with #111B2D
Text Example
Text Example
White with #111B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B2D; }
p { color: rgb(17,27,45); }
H1.HeaderClassName
{
color: #111B2D;
}
.AnyTagClassName
{
color: #111B2D;
}
</style>
background-color css
<style>
a { background-color: #111B2D; }
a { background-color: rgb(17,27,45); }
div.DivClassName
{
background-color: #111B2D;
}
.BgClassName
{
background-color: #111B2D;
}
</style>
border-color css
<style>
span { border-color: #111B2D; }
span { border-color: rgb(17,27,45); }
td.TdClassName
{
border-color: #111B2D;
}
.TagClassName
{
border-color: #111B2D;
}
</style>