Shades of Midnight Express #182449
Tints of Midnight Express #182449
RGB
CMYK
RGB Variations
Color information
#182449 (or 0x182449) is known color: Midnight Express. HEX triplet: 18, 24 and 49. RGB value is (24,36,73). Sum of RGB (Red+Green+Blue) = 24+36+73=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #182449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182449 is #E7DBB6. Grayscale: #242424. Windows color (decimal): -15195063 or 4793368. OLE color: 4793368.
HSL color Cylindrical-coordinate representation of color #182449: hue angle of 225.31º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182449 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 36 | 73 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.71 |
| HSL | 225.31º | 0.51% | 0.19% | - |
| HSV(B) | 225.31º | 0.67% | 0.29% | - |
| XYZ | 2.21 | 1.94 | 6.56 | - |
| YUV | 36.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 73 | 0.67 | 0.51 | 0 | 0.71 | 225.31 | 0.51 | 0.19 |
| Hex | 18 | 24 | 49 | 43 | 33 | 0 | 47 | E1 | 33 | 13 |
| Octal | 30 | 44 | 111 | 103 | 63 | 0 | 107 | 341 | 63 | 23 |
| Binary | 11000 | 100100 | 1001001 | 1000011 | 110011 | 0 | 1000111 | 11100001 | 110011 | 10011 |
Color Harmonies of #182449
Complementary color
Monochromatic Colors of #182449
Black with #182449
Text Example
Text Example
White with #182449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182449; }
p { color: rgb(24,36,73); }
H1.HeaderClassName
{
color: #182449;
}
.AnyTagClassName
{
color: #182449;
}
</style>
background-color css
<style>
a { background-color: #182449; }
a { background-color: rgb(24,36,73); }
div.DivClassName
{
background-color: #182449;
}
.BgClassName
{
background-color: #182449;
}
</style>
border-color css
<style>
span { border-color: #182449; }
span { border-color: rgb(24,36,73); }
td.TdClassName
{
border-color: #182449;
}
.TagClassName
{
border-color: #182449;
}
</style>