Shades of Mardi Gras #240921
Tints of Mardi Gras #240921
RGB
CMYK
RGB Variations
Color information
#240921 (or 0x240921) is known color: Mardi Gras. HEX triplet: 24, 09 and 21. RGB value is (36,9,33). Sum of RGB (Red+Green+Blue) = 36+9+33=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #240921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240921 is #DBF6DE. Grayscale: #131313. Windows color (decimal): -14415583 or 2165028. OLE color: 2165028.
HSL color Cylindrical-coordinate representation of color #240921: hue angle of 306.67º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #240921 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 9 | 33 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.86 |
| HSL | 306.67º | 0.6% | 0.09% | - |
| HSV(B) | 306.67º | 0.75% | 0.14% | - |
| XYZ | 1.1 | 0.68 | 1.51 | - |
| YUV | 19.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 33 | 0 | 0.75 | 0.08 | 0.86 | 306.67 | 0.6 | 0.09 |
| Hex | 24 | 9 | 21 | 0 | 4B | 8 | 56 | 133 | 3C | 9 |
| Octal | 44 | 11 | 41 | 0 | 113 | 10 | 126 | 463 | 74 | 11 |
| Binary | 100100 | 1001 | 100001 | 0 | 1001011 | 1000 | 1010110 | 100110011 | 111100 | 1001 |
Color Harmonies of #240921
Complementary color
Monochromatic Colors of #240921
Black with #240921
Text Example
Text Example
White with #240921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240921; }
p { color: rgb(36,9,33); }
H1.HeaderClassName
{
color: #240921;
}
.AnyTagClassName
{
color: #240921;
}
</style>
background-color css
<style>
a { background-color: #240921; }
a { background-color: rgb(36,9,33); }
div.DivClassName
{
background-color: #240921;
}
.BgClassName
{
background-color: #240921;
}
</style>
border-color css
<style>
span { border-color: #240921; }
span { border-color: rgb(36,9,33); }
td.TdClassName
{
border-color: #240921;
}
.TagClassName
{
border-color: #240921;
}
</style>