Shades of Mardi Gras #240D23
Tints of Mardi Gras #240D23
RGB
CMYK
RGB Variations
Color information
#240D23 (or 0x240D23) is known color: Mardi Gras. HEX triplet: 24, 0D and 23. RGB value is (36,13,35). Sum of RGB (Red+Green+Blue) = 36+13+35=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #240D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D23 is #DBF2DC. Grayscale: #161616. Windows color (decimal): -14414557 or 2297124. OLE color: 2297124.
HSL color Cylindrical-coordinate representation of color #240D23: hue angle of 302.61º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #240D23 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 13 | 35 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.86 |
| HSL | 302.61º | 0.47% | 0.1% | - |
| HSV(B) | 302.61º | 0.64% | 0.14% | - |
| XYZ | 1.17 | 0.78 | 1.68 | - |
| YUV | 22.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 35 | 0 | 0.64 | 0.03 | 0.86 | 302.61 | 0.47 | 0.1 |
| Hex | 24 | D | 23 | 0 | 40 | 3 | 56 | 12F | 2F | A |
| Octal | 44 | 15 | 43 | 0 | 100 | 3 | 126 | 457 | 57 | 12 |
| Binary | 100100 | 1101 | 100011 | 0 | 1000000 | 11 | 1010110 | 100101111 | 101111 | 1010 |
Color Harmonies of #240D23
Complementary color
Monochromatic Colors of #240D23
Black with #240D23
Text Example
Text Example
White with #240D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D23; }
p { color: rgb(36,13,35); }
H1.HeaderClassName
{
color: #240D23;
}
.AnyTagClassName
{
color: #240D23;
}
</style>
background-color css
<style>
a { background-color: #240D23; }
a { background-color: rgb(36,13,35); }
div.DivClassName
{
background-color: #240D23;
}
.BgClassName
{
background-color: #240D23;
}
</style>
border-color css
<style>
span { border-color: #240D23; }
span { border-color: rgb(36,13,35); }
td.TdClassName
{
border-color: #240D23;
}
.TagClassName
{
border-color: #240D23;
}
</style>