Shades of Midnight Express #182448
Tints of Midnight Express #182448
RGB
CMYK
RGB Variations
Color information
#182448 (or 0x182448) is known color: Midnight Express. HEX triplet: 18, 24 and 48. RGB value is (24,36,72). Sum of RGB (Red+Green+Blue) = 24+36+72=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #182448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182448 is #E7DBB7. Grayscale: #242424. Windows color (decimal): -15195064 or 4727832. OLE color: 4727832.
HSL color Cylindrical-coordinate representation of color #182448: hue angle of 225º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182448 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 36 | 72 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.72 |
| HSL | 225º | 0.5% | 0.19% | - |
| HSV(B) | 225º | 0.67% | 0.28% | - |
| XYZ | 2.18 | 1.92 | 6.39 | - |
| YUV | 36.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 72 | 0.67 | 0.5 | 0 | 0.72 | 225 | 0.5 | 0.19 |
| Hex | 18 | 24 | 48 | 43 | 32 | 0 | 48 | E1 | 32 | 13 |
| Octal | 30 | 44 | 110 | 103 | 62 | 0 | 110 | 341 | 62 | 23 |
| Binary | 11000 | 100100 | 1001000 | 1000011 | 110010 | 0 | 1001000 | 11100001 | 110010 | 10011 |
Color Harmonies of #182448
Complementary color
Monochromatic Colors of #182448
Black with #182448
Text Example
Text Example
White with #182448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182448; }
p { color: rgb(24,36,72); }
H1.HeaderClassName
{
color: #182448;
}
.AnyTagClassName
{
color: #182448;
}
</style>
background-color css
<style>
a { background-color: #182448; }
a { background-color: rgb(24,36,72); }
div.DivClassName
{
background-color: #182448;
}
.BgClassName
{
background-color: #182448;
}
</style>
border-color css
<style>
span { border-color: #182448; }
span { border-color: rgb(24,36,72); }
td.TdClassName
{
border-color: #182448;
}
.TagClassName
{
border-color: #182448;
}
</style>