Shades of Midnight Express #242C40
Tints of Midnight Express #242C40
RGB
CMYK
RGB Variations
Color information
#242C40 (or 0x242C40) is known color: Midnight Express. HEX triplet: 24, 2C and 40. RGB value is (36,44,64). Sum of RGB (Red+Green+Blue) = 36+44+64=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #242C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C40 is #DBD3BF. Grayscale: #2B2B2B. Windows color (decimal): -14406592 or 4205604. OLE color: 4205604.
HSL color Cylindrical-coordinate representation of color #242C40: hue angle of 222.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #242C40 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 44 | 64 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.75 |
| HSL | 222.86º | 0.28% | 0.2% | - |
| HSV(B) | 222.86º | 0.44% | 0.25% | - |
| XYZ | 2.55 | 2.55 | 5.21 | - |
| YUV | 43.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 64 | 0.44 | 0.31 | 0 | 0.75 | 222.86 | 0.28 | 0.2 |
| Hex | 24 | 2C | 40 | 2C | 1F | 0 | 4B | DF | 1C | 14 |
| Octal | 44 | 54 | 100 | 54 | 37 | 0 | 113 | 337 | 34 | 24 |
| Binary | 100100 | 101100 | 1000000 | 101100 | 11111 | 0 | 1001011 | 11011111 | 11100 | 10100 |
Color Harmonies of #242C40
Complementary color
Monochromatic Colors of #242C40
Black with #242C40
Text Example
Text Example
White with #242C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C40; }
p { color: rgb(36,44,64); }
H1.HeaderClassName
{
color: #242C40;
}
.AnyTagClassName
{
color: #242C40;
}
</style>
background-color css
<style>
a { background-color: #242C40; }
a { background-color: rgb(36,44,64); }
div.DivClassName
{
background-color: #242C40;
}
.BgClassName
{
background-color: #242C40;
}
</style>
border-color css
<style>
span { border-color: #242C40; }
span { border-color: rgb(36,44,64); }
td.TdClassName
{
border-color: #242C40;
}
.TagClassName
{
border-color: #242C40;
}
</style>