Shades of Mardi Gras #240E22
Tints of Mardi Gras #240E22
RGB
CMYK
RGB Variations
Color information
#240E22 (or 0x240E22) is known color: Mardi Gras. HEX triplet: 24, 0E and 22. RGB value is (36,14,34). Sum of RGB (Red+Green+Blue) = 36+14+34=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #240E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E22 is #DBF1DD. Grayscale: #161616. Windows color (decimal): -14414302 or 2231844. OLE color: 2231844.
HSL color Cylindrical-coordinate representation of color #240E22: hue angle of 305.45º 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 #240E22 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 14 | 34 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.86 |
| HSL | 305.45º | 0.44% | 0.1% | - |
| HSV(B) | 305.45º | 0.61% | 0.14% | - |
| XYZ | 1.17 | 0.8 | 1.61 | - |
| YUV | 22.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 34 | 0 | 0.61 | 0.06 | 0.86 | 305.45 | 0.44 | 0.1 |
| Hex | 24 | E | 22 | 0 | 3D | 6 | 56 | 131 | 2C | A |
| Octal | 44 | 16 | 42 | 0 | 75 | 6 | 126 | 461 | 54 | 12 |
| Binary | 100100 | 1110 | 100010 | 0 | 111101 | 110 | 1010110 | 100110001 | 101100 | 1010 |
Color Harmonies of #240E22
Complementary color
Monochromatic Colors of #240E22
Black with #240E22
Text Example
Text Example
White with #240E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E22; }
p { color: rgb(36,14,34); }
H1.HeaderClassName
{
color: #240E22;
}
.AnyTagClassName
{
color: #240E22;
}
</style>
background-color css
<style>
a { background-color: #240E22; }
a { background-color: rgb(36,14,34); }
div.DivClassName
{
background-color: #240E22;
}
.BgClassName
{
background-color: #240E22;
}
</style>
border-color css
<style>
span { border-color: #240E22; }
span { border-color: rgb(36,14,34); }
td.TdClassName
{
border-color: #240E22;
}
.TagClassName
{
border-color: #240E22;
}
</style>