Shades of Midnight Express #242A40
Tints of Midnight Express #242A40
RGB
CMYK
RGB Variations
Color information
#242A40 (or 0x242A40) is known color: Midnight Express. HEX triplet: 24, 2A and 40. RGB value is (36,42,64). Sum of RGB (Red+Green+Blue) = 36+42+64=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #242A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A40 is #DBD5BF. Grayscale: #2A2A2A. Windows color (decimal): -14407104 or 4205092. OLE color: 4205092.
HSL color Cylindrical-coordinate representation of color #242A40: hue angle of 227.14º 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 #242A40 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 42 | 64 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.75 |
| HSL | 227.14º | 0.28% | 0.2% | - |
| HSV(B) | 227.14º | 0.44% | 0.25% | - |
| XYZ | 2.48 | 2.4 | 5.18 | - |
| YUV | 42.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 64 | 0.44 | 0.34 | 0 | 0.75 | 227.14 | 0.28 | 0.2 |
| Hex | 24 | 2A | 40 | 2C | 22 | 0 | 4B | E3 | 1C | 14 |
| Octal | 44 | 52 | 100 | 54 | 42 | 0 | 113 | 343 | 34 | 24 |
| Binary | 100100 | 101010 | 1000000 | 101100 | 100010 | 0 | 1001011 | 11100011 | 11100 | 10100 |
Color Harmonies of #242A40
Complementary color
Monochromatic Colors of #242A40
Black with #242A40
Text Example
Text Example
White with #242A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A40; }
p { color: rgb(36,42,64); }
H1.HeaderClassName
{
color: #242A40;
}
.AnyTagClassName
{
color: #242A40;
}
</style>
background-color css
<style>
a { background-color: #242A40; }
a { background-color: rgb(36,42,64); }
div.DivClassName
{
background-color: #242A40;
}
.BgClassName
{
background-color: #242A40;
}
</style>
border-color css
<style>
span { border-color: #242A40; }
span { border-color: rgb(36,42,64); }
td.TdClassName
{
border-color: #242A40;
}
.TagClassName
{
border-color: #242A40;
}
</style>