Shades of Mardi Gras #240E23
Tints of Mardi Gras #240E23
RGB
CMYK
RGB Variations
Color information
#240E23 (or 0x240E23) is known color: Mardi Gras. HEX triplet: 24, 0E and 23. RGB value is (36,14,35). Sum of RGB (Red+Green+Blue) = 36+14+35=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #240E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E23 is #DBF1DC. Grayscale: #161616. Windows color (decimal): -14414301 or 2297380. OLE color: 2297380.
HSL color Cylindrical-coordinate representation of color #240E23: hue angle of 302.73º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #240E23 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 14 | 35 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.86 |
| HSL | 302.73º | 0.44% | 0.1% | - |
| HSV(B) | 302.73º | 0.61% | 0.14% | - |
| XYZ | 1.19 | 0.81 | 1.68 | - |
| YUV | 22.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 35 | 0 | 0.61 | 0.03 | 0.86 | 302.73 | 0.44 | 0.1 |
| Hex | 24 | E | 23 | 0 | 3D | 3 | 56 | 12F | 2C | A |
| Octal | 44 | 16 | 43 | 0 | 75 | 3 | 126 | 457 | 54 | 12 |
| Binary | 100100 | 1110 | 100011 | 0 | 111101 | 11 | 1010110 | 100101111 | 101100 | 1010 |
Color Harmonies of #240E23
Complementary color
Monochromatic Colors of #240E23
Black with #240E23
Text Example
Text Example
White with #240E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E23; }
p { color: rgb(36,14,35); }
H1.HeaderClassName
{
color: #240E23;
}
.AnyTagClassName
{
color: #240E23;
}
</style>
background-color css
<style>
a { background-color: #240E23; }
a { background-color: rgb(36,14,35); }
div.DivClassName
{
background-color: #240E23;
}
.BgClassName
{
background-color: #240E23;
}
</style>
border-color css
<style>
span { border-color: #240E23; }
span { border-color: rgb(36,14,35); }
td.TdClassName
{
border-color: #240E23;
}
.TagClassName
{
border-color: #240E23;
}
</style>