Shades of Midnight #243140
Tints of Midnight #243140
RGB
CMYK
RGB Variations
Color information
#243140 (or 0x243140) is known color: Midnight. HEX triplet: 24, 31 and 40. RGB value is (36,49,64). Sum of RGB (Red+Green+Blue) = 36+49+64=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #243140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243140 is #DBCEBF. Grayscale: #2E2E2E. Windows color (decimal): -14405312 or 4206884. OLE color: 4206884.
HSL color Cylindrical-coordinate representation of color #243140: hue angle of 212.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #243140 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 49 | 64 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.75 |
| HSL | 212.14º | 0.28% | 0.2% | - |
| HSV(B) | 212.14º | 0.44% | 0.25% | - |
| XYZ | 2.75 | 2.94 | 5.27 | - |
| YUV | 46.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 64 | 0.44 | 0.23 | 0 | 0.75 | 212.14 | 0.28 | 0.2 |
| Hex | 24 | 31 | 40 | 2C | 17 | 0 | 4B | D4 | 1C | 14 |
| Octal | 44 | 61 | 100 | 54 | 27 | 0 | 113 | 324 | 34 | 24 |
| Binary | 100100 | 110001 | 1000000 | 101100 | 10111 | 0 | 1001011 | 11010100 | 11100 | 10100 |
Color Harmonies of #243140
Complementary color
Monochromatic Colors of #243140
Black with #243140
Text Example
Text Example
White with #243140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243140; }
p { color: rgb(36,49,64); }
H1.HeaderClassName
{
color: #243140;
}
.AnyTagClassName
{
color: #243140;
}
</style>
background-color css
<style>
a { background-color: #243140; }
a { background-color: rgb(36,49,64); }
div.DivClassName
{
background-color: #243140;
}
.BgClassName
{
background-color: #243140;
}
</style>
border-color css
<style>
span { border-color: #243140; }
span { border-color: rgb(36,49,64); }
td.TdClassName
{
border-color: #243140;
}
.TagClassName
{
border-color: #243140;
}
</style>