Shades of Midnight #243142
Tints of Midnight #243142
RGB
CMYK
RGB Variations
Color information
#243142 (or 0x243142) is known color: Midnight. HEX triplet: 24, 31 and 42. RGB value is (36,49,66). Sum of RGB (Red+Green+Blue) = 36+49+66=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #243142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243142 is #DBCEBD. Grayscale: #2E2E2E. Windows color (decimal): -14405310 or 4337956. OLE color: 4337956.
HSL color Cylindrical-coordinate representation of color #243142: hue angle of 214º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #243142 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 49 | 66 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.74 |
| HSL | 214º | 0.29% | 0.2% | - |
| HSV(B) | 214º | 0.45% | 0.26% | - |
| XYZ | 2.81 | 2.97 | 5.58 | - |
| YUV | 47.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 66 | 0.45 | 0.26 | 0 | 0.74 | 214 | 0.29 | 0.2 |
| Hex | 24 | 31 | 42 | 2D | 1A | 0 | 4A | D6 | 1D | 14 |
| Octal | 44 | 61 | 102 | 55 | 32 | 0 | 112 | 326 | 35 | 24 |
| Binary | 100100 | 110001 | 1000010 | 101101 | 11010 | 0 | 1001010 | 11010110 | 11101 | 10100 |
Color Harmonies of #243142
Complementary color
Monochromatic Colors of #243142
Black with #243142
Text Example
Text Example
White with #243142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243142; }
p { color: rgb(36,49,66); }
H1.HeaderClassName
{
color: #243142;
}
.AnyTagClassName
{
color: #243142;
}
</style>
background-color css
<style>
a { background-color: #243142; }
a { background-color: rgb(36,49,66); }
div.DivClassName
{
background-color: #243142;
}
.BgClassName
{
background-color: #243142;
}
</style>
border-color css
<style>
span { border-color: #243142; }
span { border-color: rgb(36,49,66); }
td.TdClassName
{
border-color: #243142;
}
.TagClassName
{
border-color: #243142;
}
</style>