Shades of Midnight #242F38
Tints of Midnight #242F38
RGB
CMYK
RGB Variations
Color information
#242F38 (or 0x242F38) is known color: Midnight. HEX triplet: 24, 2F and 38. RGB value is (36,47,56). Sum of RGB (Red+Green+Blue) = 36+47+56=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #242F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F38 is #DBD0C7. Grayscale: #2C2C2C. Windows color (decimal): -14405832 or 3682084. OLE color: 3682084.
HSL color Cylindrical-coordinate representation of color #242F38: hue angle of 207º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #242F38 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 47 | 56 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.78 |
| HSL | 207º | 0.22% | 0.18% | - |
| HSV(B) | 207º | 0.36% | 0.22% | - |
| XYZ | 2.46 | 2.69 | 4.13 | - |
| YUV | 44.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 56 | 0.36 | 0.16 | 0 | 0.78 | 207 | 0.22 | 0.18 |
| Hex | 24 | 2F | 38 | 24 | 10 | 0 | 4E | CF | 16 | 12 |
| Octal | 44 | 57 | 70 | 44 | 20 | 0 | 116 | 317 | 26 | 22 |
| Binary | 100100 | 101111 | 111000 | 100100 | 10000 | 0 | 1001110 | 11001111 | 10110 | 10010 |
Color Harmonies of #242F38
Complementary color
Monochromatic Colors of #242F38
Black with #242F38
Text Example
Text Example
White with #242F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F38; }
p { color: rgb(36,47,56); }
H1.HeaderClassName
{
color: #242F38;
}
.AnyTagClassName
{
color: #242F38;
}
</style>
background-color css
<style>
a { background-color: #242F38; }
a { background-color: rgb(36,47,56); }
div.DivClassName
{
background-color: #242F38;
}
.BgClassName
{
background-color: #242F38;
}
</style>
border-color css
<style>
span { border-color: #242F38; }
span { border-color: rgb(36,47,56); }
td.TdClassName
{
border-color: #242F38;
}
.TagClassName
{
border-color: #242F38;
}
</style>