Shades of Midnight #243340
Tints of Midnight #243340
RGB
CMYK
RGB Variations
Color information
#243340 (or 0x243340) is known color: Midnight. HEX triplet: 24, 33 and 40. RGB value is (36,51,64). Sum of RGB (Red+Green+Blue) = 36+51+64=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #243340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243340 is #DBCCBF. Grayscale: #2F2F2F. Windows color (decimal): -14404800 or 4207396. OLE color: 4207396.
HSL color Cylindrical-coordinate representation of color #243340: hue angle of 207.86º 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 #243340 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 51 | 64 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.75 |
| HSL | 207.86º | 0.28% | 0.2% | - |
| HSV(B) | 207.86º | 0.44% | 0.25% | - |
| XYZ | 2.84 | 3.11 | 5.3 | - |
| YUV | 48 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 64 | 0.44 | 0.20 | 0 | 0.75 | 207.86 | 0.28 | 0.2 |
| Hex | 24 | 33 | 40 | 2C | 14 | 0 | 4B | D0 | 1C | 14 |
| Octal | 44 | 63 | 100 | 54 | 24 | 0 | 113 | 320 | 34 | 24 |
| Binary | 100100 | 110011 | 1000000 | 101100 | 10100 | 0 | 1001011 | 11010000 | 11100 | 10100 |
Color Harmonies of #243340
Complementary color
Monochromatic Colors of #243340
Black with #243340
Text Example
Text Example
White with #243340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243340; }
p { color: rgb(36,51,64); }
H1.HeaderClassName
{
color: #243340;
}
.AnyTagClassName
{
color: #243340;
}
</style>
background-color css
<style>
a { background-color: #243340; }
a { background-color: rgb(36,51,64); }
div.DivClassName
{
background-color: #243340;
}
.BgClassName
{
background-color: #243340;
}
</style>
border-color css
<style>
span { border-color: #243340; }
span { border-color: rgb(36,51,64); }
td.TdClassName
{
border-color: #243340;
}
.TagClassName
{
border-color: #243340;
}
</style>