Shades of Midnight #242F3D
Tints of Midnight #242F3D
RGB
CMYK
RGB Variations
Color information
#242F3D (or 0x242F3D) is known color: Midnight. HEX triplet: 24, 2F and 3D. RGB value is (36,47,61). Sum of RGB (Red+Green+Blue) = 36+47+61=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #242F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F3D is #DBD0C2. Grayscale: #2D2D2D. Windows color (decimal): -14405827 or 4009764. OLE color: 4009764.
HSL color Cylindrical-coordinate representation of color #242F3D: hue angle of 213.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #242F3D is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 47 | 61 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.76 |
| HSL | 213.6º | 0.26% | 0.19% | - |
| HSV(B) | 213.6º | 0.41% | 0.24% | - |
| XYZ | 2.59 | 2.75 | 4.81 | - |
| YUV | 45.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 61 | 0.41 | 0.23 | 0 | 0.76 | 213.6 | 0.26 | 0.19 |
| Hex | 24 | 2F | 3D | 29 | 17 | 0 | 4C | D6 | 1A | 13 |
| Octal | 44 | 57 | 75 | 51 | 27 | 0 | 114 | 326 | 32 | 23 |
| Binary | 100100 | 101111 | 111101 | 101001 | 10111 | 0 | 1001100 | 11010110 | 11010 | 10011 |
Color Harmonies of #242F3D
Complementary color
Monochromatic Colors of #242F3D
Black with #242F3D
Text Example
Text Example
White with #242F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F3D; }
p { color: rgb(36,47,61); }
H1.HeaderClassName
{
color: #242F3D;
}
.AnyTagClassName
{
color: #242F3D;
}
</style>
background-color css
<style>
a { background-color: #242F3D; }
a { background-color: rgb(36,47,61); }
div.DivClassName
{
background-color: #242F3D;
}
.BgClassName
{
background-color: #242F3D;
}
</style>
border-color css
<style>
span { border-color: #242F3D; }
span { border-color: rgb(36,47,61); }
td.TdClassName
{
border-color: #242F3D;
}
.TagClassName
{
border-color: #242F3D;
}
</style>