Shades of Mardi Gras #240E21
Tints of Mardi Gras #240E21
RGB
CMYK
RGB Variations
Color information
#240E21 (or 0x240E21) is known color: Mardi Gras. HEX triplet: 24, 0E and 21. RGB value is (36,14,33). Sum of RGB (Red+Green+Blue) = 36+14+33=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #240E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E21 is #DBF1DE. Grayscale: #161616. Windows color (decimal): -14414303 or 2166308. OLE color: 2166308.
HSL color Cylindrical-coordinate representation of color #240E21: hue angle of 308.18º 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 #240E21 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 14 | 33 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.86 |
| HSL | 308.18º | 0.44% | 0.1% | - |
| HSV(B) | 308.18º | 0.61% | 0.14% | - |
| XYZ | 1.16 | 0.8 | 1.53 | - |
| YUV | 22.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 33 | 0 | 0.61 | 0.08 | 0.86 | 308.18 | 0.44 | 0.1 |
| Hex | 24 | E | 21 | 0 | 3D | 8 | 56 | 134 | 2C | A |
| Octal | 44 | 16 | 41 | 0 | 75 | 10 | 126 | 464 | 54 | 12 |
| Binary | 100100 | 1110 | 100001 | 0 | 111101 | 1000 | 1010110 | 100110100 | 101100 | 1010 |
Color Harmonies of #240E21
Complementary color
Monochromatic Colors of #240E21
Black with #240E21
Text Example
Text Example
White with #240E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E21; }
p { color: rgb(36,14,33); }
H1.HeaderClassName
{
color: #240E21;
}
.AnyTagClassName
{
color: #240E21;
}
</style>
background-color css
<style>
a { background-color: #240E21; }
a { background-color: rgb(36,14,33); }
div.DivClassName
{
background-color: #240E21;
}
.BgClassName
{
background-color: #240E21;
}
</style>
border-color css
<style>
span { border-color: #240E21; }
span { border-color: rgb(36,14,33); }
td.TdClassName
{
border-color: #240E21;
}
.TagClassName
{
border-color: #240E21;
}
</style>