Shades of Midnight #242F3B
Tints of Midnight #242F3B
RGB
CMYK
RGB Variations
Color information
#242F3B (or 0x242F3B) is known color: Midnight. HEX triplet: 24, 2F and 3B. RGB value is (36,47,59). Sum of RGB (Red+Green+Blue) = 36+47+59=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #242F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F3B is #DBD0C4. Grayscale: #2D2D2D. Windows color (decimal): -14405829 or 3878692. OLE color: 3878692.
HSL color Cylindrical-coordinate representation of color #242F3B: hue angle of 211.3º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #242F3B is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 47 | 59 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.77 |
| HSL | 211.3º | 0.24% | 0.19% | - |
| HSV(B) | 211.3º | 0.39% | 0.23% | - |
| XYZ | 2.53 | 2.72 | 4.53 | - |
| YUV | 45.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 59 | 0.39 | 0.20 | 0 | 0.77 | 211.3 | 0.24 | 0.19 |
| Hex | 24 | 2F | 3B | 27 | 14 | 0 | 4D | D3 | 18 | 13 |
| Octal | 44 | 57 | 73 | 47 | 24 | 0 | 115 | 323 | 30 | 23 |
| Binary | 100100 | 101111 | 111011 | 100111 | 10100 | 0 | 1001101 | 11010011 | 11000 | 10011 |
Color Harmonies of #242F3B
Complementary color
Monochromatic Colors of #242F3B
Black with #242F3B
Text Example
Text Example
White with #242F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F3B; }
p { color: rgb(36,47,59); }
H1.HeaderClassName
{
color: #242F3B;
}
.AnyTagClassName
{
color: #242F3B;
}
</style>
background-color css
<style>
a { background-color: #242F3B; }
a { background-color: rgb(36,47,59); }
div.DivClassName
{
background-color: #242F3B;
}
.BgClassName
{
background-color: #242F3B;
}
</style>
border-color css
<style>
span { border-color: #242F3B; }
span { border-color: rgb(36,47,59); }
td.TdClassName
{
border-color: #242F3B;
}
.TagClassName
{
border-color: #242F3B;
}
</style>