Shades of Midnight Express #18243F
Tints of Midnight Express #18243F
RGB
CMYK
RGB Variations
Color information
#18243F (or 0x18243F) is known color: Midnight Express. HEX triplet: 18, 24 and 3F. RGB value is (24,36,63). Sum of RGB (Red+Green+Blue) = 24+36+63=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #18243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18243F is #E7DBC0. Grayscale: #232323. Windows color (decimal): -15195073 or 4138008. OLE color: 4138008.
HSL color Cylindrical-coordinate representation of color #18243F: hue angle of 221.54º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18243F is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 36 | 63 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.75 |
| HSL | 221.54º | 0.45% | 0.17% | - |
| HSV(B) | 221.54º | 0.62% | 0.25% | - |
| XYZ | 1.9 | 1.81 | 4.95 | - |
| YUV | 35.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 63 | 0.62 | 0.43 | 0 | 0.75 | 221.54 | 0.45 | 0.17 |
| Hex | 18 | 24 | 3F | 3E | 2B | 0 | 4B | DE | 2D | 11 |
| Octal | 30 | 44 | 77 | 76 | 53 | 0 | 113 | 336 | 55 | 21 |
| Binary | 11000 | 100100 | 111111 | 111110 | 101011 | 0 | 1001011 | 11011110 | 101101 | 10001 |
Color Harmonies of #18243F
Complementary color
Monochromatic Colors of #18243F
Black with #18243F
Text Example
Text Example
White with #18243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18243F; }
p { color: rgb(24,36,63); }
H1.HeaderClassName
{
color: #18243F;
}
.AnyTagClassName
{
color: #18243F;
}
</style>
background-color css
<style>
a { background-color: #18243F; }
a { background-color: rgb(24,36,63); }
div.DivClassName
{
background-color: #18243F;
}
.BgClassName
{
background-color: #18243F;
}
</style>
border-color css
<style>
span { border-color: #18243F; }
span { border-color: rgb(24,36,63); }
td.TdClassName
{
border-color: #18243F;
}
.TagClassName
{
border-color: #18243F;
}
</style>