Shades of Midnight #242D3A
Tints of Midnight #242D3A
RGB
CMYK
RGB Variations
Color information
#242D3A (or 0x242D3A) is known color: Midnight. HEX triplet: 24, 2D and 3A. RGB value is (36,45,58). Sum of RGB (Red+Green+Blue) = 36+45+58=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #242D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D3A is #DBD2C5. Grayscale: #2B2B2B. Windows color (decimal): -14406342 or 3812644. OLE color: 3812644.
HSL color Cylindrical-coordinate representation of color #242D3A: hue angle of 215.45º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #242D3A is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 45 | 58 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.77 |
| HSL | 215.45º | 0.23% | 0.18% | - |
| HSV(B) | 215.45º | 0.38% | 0.23% | - |
| XYZ | 2.43 | 2.56 | 4.37 | - |
| YUV | 43.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 58 | 0.38 | 0.22 | 0 | 0.77 | 215.45 | 0.23 | 0.18 |
| Hex | 24 | 2D | 3A | 26 | 16 | 0 | 4D | D7 | 17 | 12 |
| Octal | 44 | 55 | 72 | 46 | 26 | 0 | 115 | 327 | 27 | 22 |
| Binary | 100100 | 101101 | 111010 | 100110 | 10110 | 0 | 1001101 | 11010111 | 10111 | 10010 |
Color Harmonies of #242D3A
Complementary color
Monochromatic Colors of #242D3A
Black with #242D3A
Text Example
Text Example
White with #242D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D3A; }
p { color: rgb(36,45,58); }
H1.HeaderClassName
{
color: #242D3A;
}
.AnyTagClassName
{
color: #242D3A;
}
</style>
background-color css
<style>
a { background-color: #242D3A; }
a { background-color: rgb(36,45,58); }
div.DivClassName
{
background-color: #242D3A;
}
.BgClassName
{
background-color: #242D3A;
}
</style>
border-color css
<style>
span { border-color: #242D3A; }
span { border-color: rgb(36,45,58); }
td.TdClassName
{
border-color: #242D3A;
}
.TagClassName
{
border-color: #242D3A;
}
</style>