Shades of Midnight Express #242A35
Tints of Midnight Express #242A35
RGB
CMYK
RGB Variations
Color information
#242A35 (or 0x242A35) is known color: Midnight Express. HEX triplet: 24, 2A and 35. RGB value is (36,42,53). Sum of RGB (Red+Green+Blue) = 36+42+53=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: blue. Hex color #242A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A35 is #DBD5CA. Grayscale: #292929. Windows color (decimal): -14407115 or 3484196. OLE color: 3484196.
HSL color Cylindrical-coordinate representation of color #242A35: hue angle of 218.82º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #242A35 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 42 | 53 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.79 |
| HSL | 218.82º | 0.19% | 0.17% | - |
| HSV(B) | 218.82º | 0.32% | 0.21% | - |
| XYZ | 2.2 | 2.29 | 3.69 | - |
| YUV | 41.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 53 | 0.32 | 0.21 | 0 | 0.79 | 218.82 | 0.19 | 0.17 |
| Hex | 24 | 2A | 35 | 20 | 15 | 0 | 4F | DB | 13 | 11 |
| Octal | 44 | 52 | 65 | 40 | 25 | 0 | 117 | 333 | 23 | 21 |
| Binary | 100100 | 101010 | 110101 | 100000 | 10101 | 0 | 1001111 | 11011011 | 10011 | 10001 |
Color Harmonies of #242A35
Complementary color
Monochromatic Colors of #242A35
Black with #242A35
Text Example
Text Example
White with #242A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A35; }
p { color: rgb(36,42,53); }
H1.HeaderClassName
{
color: #242A35;
}
.AnyTagClassName
{
color: #242A35;
}
</style>
background-color css
<style>
a { background-color: #242A35; }
a { background-color: rgb(36,42,53); }
div.DivClassName
{
background-color: #242A35;
}
.BgClassName
{
background-color: #242A35;
}
</style>
border-color css
<style>
span { border-color: #242A35; }
span { border-color: rgb(36,42,53); }
td.TdClassName
{
border-color: #242A35;
}
.TagClassName
{
border-color: #242A35;
}
</style>