Shades of Mardi Gras #240B21
Tints of Mardi Gras #240B21
RGB
CMYK
RGB Variations
Color information
#240B21 (or 0x240B21) is known color: Mardi Gras. HEX triplet: 24, 0B and 21. RGB value is (36,11,33). Sum of RGB (Red+Green+Blue) = 36+11+33=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #240B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B21 is #DBF4DE. Grayscale: #141414. Windows color (decimal): -14415071 or 2165540. OLE color: 2165540.
HSL color Cylindrical-coordinate representation of color #240B21: hue angle of 307.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240B21 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 11 | 33 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.86 |
| HSL | 307.2º | 0.53% | 0.09% | - |
| HSV(B) | 307.2º | 0.69% | 0.14% | - |
| XYZ | 1.12 | 0.72 | 1.52 | - |
| YUV | 20.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 33 | 0 | 0.69 | 0.08 | 0.86 | 307.2 | 0.53 | 0.09 |
| Hex | 24 | B | 21 | 0 | 45 | 8 | 56 | 133 | 35 | 9 |
| Octal | 44 | 13 | 41 | 0 | 105 | 10 | 126 | 463 | 65 | 11 |
| Binary | 100100 | 1011 | 100001 | 0 | 1000101 | 1000 | 1010110 | 100110011 | 110101 | 1001 |
Color Harmonies of #240B21
Complementary color
Monochromatic Colors of #240B21
Black with #240B21
Text Example
Text Example
White with #240B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B21; }
p { color: rgb(36,11,33); }
H1.HeaderClassName
{
color: #240B21;
}
.AnyTagClassName
{
color: #240B21;
}
</style>
background-color css
<style>
a { background-color: #240B21; }
a { background-color: rgb(36,11,33); }
div.DivClassName
{
background-color: #240B21;
}
.BgClassName
{
background-color: #240B21;
}
</style>
border-color css
<style>
span { border-color: #240B21; }
span { border-color: rgb(36,11,33); }
td.TdClassName
{
border-color: #240B21;
}
.TagClassName
{
border-color: #240B21;
}
</style>