Shades of Mardi Gras #231E24
Tints of Mardi Gras #231E24
RGB
CMYK
RGB Variations
Color information
#231E24 (or 0x231E24) is known color: Mardi Gras. HEX triplet: 23, 1E and 24. RGB value is (35,30,36). Sum of RGB (Red+Green+Blue) = 35+30+36=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 36 - color contains mainly: blue. Hex color #231E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E24 is #DCE1DB. Grayscale: #202020. Windows color (decimal): -14475740 or 2367011. OLE color: 2367011.
HSL color Cylindrical-coordinate representation of color #231E24: hue angle of 290º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #231E24 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 30 | 36 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.86 |
| HSL | 290º | 0.09% | 0.13% | - |
| HSV(B) | 290º | 0.17% | 0.14% | - |
| XYZ | 1.48 | 1.41 | 1.86 | - |
| YUV | 32.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 36 | 0.03 | 0.17 | 0 | 0.86 | 290 | 0.09 | 0.13 |
| Hex | 23 | 1E | 24 | 3 | 11 | 0 | 56 | 122 | 9 | D |
| Octal | 43 | 36 | 44 | 3 | 21 | 0 | 126 | 442 | 11 | 15 |
| Binary | 100011 | 11110 | 100100 | 11 | 10001 | 0 | 1010110 | 100100010 | 1001 | 1101 |
Color Harmonies of #231E24
Complementary color
Monochromatic Colors of #231E24
Black with #231E24
Text Example
Text Example
White with #231E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E24; }
p { color: rgb(35,30,36); }
H1.HeaderClassName
{
color: #231E24;
}
.AnyTagClassName
{
color: #231E24;
}
</style>
background-color css
<style>
a { background-color: #231E24; }
a { background-color: rgb(35,30,36); }
div.DivClassName
{
background-color: #231E24;
}
.BgClassName
{
background-color: #231E24;
}
</style>
border-color css
<style>
span { border-color: #231E24; }
span { border-color: rgb(35,30,36); }
td.TdClassName
{
border-color: #231E24;
}
.TagClassName
{
border-color: #231E24;
}
</style>