Shades of Midnight Express #111830
Tints of Midnight Express #111830
RGB
CMYK
RGB Variations
Color information
#111830 (or 0x111830) is known color: Midnight Express. HEX triplet: 11, 18 and 30. RGB value is (17,24,48). Sum of RGB (Red+Green+Blue) = 17+24+48=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #111830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111830 is #EEE7CF. Grayscale: #181818. Windows color (decimal): -15656912 or 3151889. OLE color: 3151889.
HSL color Cylindrical-coordinate representation of color #111830: hue angle of 226.45º 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 #111830 is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 24 | 48 | - |
| CMYK | 0.65 | 0.5 | 0 | 0.81 |
| HSL | 226.45º | 0.48% | 0.13% | - |
| HSV(B) | 226.45º | 0.65% | 0.19% | - |
| XYZ | 1.09 | 0.99 | 2.93 | - |
| YUV | 24.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 48 | 0.65 | 0.5 | 0 | 0.81 | 226.45 | 0.48 | 0.13 |
| Hex | 11 | 18 | 30 | 41 | 32 | 0 | 51 | E2 | 30 | D |
| Octal | 21 | 30 | 60 | 101 | 62 | 0 | 121 | 342 | 60 | 15 |
| Binary | 10001 | 11000 | 110000 | 1000001 | 110010 | 0 | 1010001 | 11100010 | 110000 | 1101 |
Color Harmonies of #111830
Complementary color
Monochromatic Colors of #111830
Black with #111830
Text Example
Text Example
White with #111830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111830; }
p { color: rgb(17,24,48); }
H1.HeaderClassName
{
color: #111830;
}
.AnyTagClassName
{
color: #111830;
}
</style>
background-color css
<style>
a { background-color: #111830; }
a { background-color: rgb(17,24,48); }
div.DivClassName
{
background-color: #111830;
}
.BgClassName
{
background-color: #111830;
}
</style>
border-color css
<style>
span { border-color: #111830; }
span { border-color: rgb(17,24,48); }
td.TdClassName
{
border-color: #111830;
}
.TagClassName
{
border-color: #111830;
}
</style>