Shades of Mardi Gras #240C25
Tints of Mardi Gras #240C25
RGB
CMYK
RGB Variations
Color information
#240C25 (or 0x240C25) is known color: Mardi Gras. HEX triplet: 24, 0C and 25. RGB value is (36,12,37). Sum of RGB (Red+Green+Blue) = 36+12+37=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #240C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C25 is #DBF3DA. Grayscale: #151515. Windows color (decimal): -14414811 or 2427940. OLE color: 2427940.
HSL color Cylindrical-coordinate representation of color #240C25: hue angle of 297.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #240C25 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 12 | 37 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.85 |
| HSL | 297.6º | 0.51% | 0.1% | - |
| HSV(B) | 297.6º | 0.68% | 0.15% | - |
| XYZ | 1.19 | 0.77 | 1.84 | - |
| YUV | 22.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 37 | 0.03 | 0.68 | 0 | 0.85 | 297.6 | 0.51 | 0.1 |
| Hex | 24 | C | 25 | 3 | 44 | 0 | 55 | 12A | 33 | A |
| Octal | 44 | 14 | 45 | 3 | 104 | 0 | 125 | 452 | 63 | 12 |
| Binary | 100100 | 1100 | 100101 | 11 | 1000100 | 0 | 1010101 | 100101010 | 110011 | 1010 |
Color Harmonies of #240C25
Complementary color
Monochromatic Colors of #240C25
Black with #240C25
Text Example
Text Example
White with #240C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C25; }
p { color: rgb(36,12,37); }
H1.HeaderClassName
{
color: #240C25;
}
.AnyTagClassName
{
color: #240C25;
}
</style>
background-color css
<style>
a { background-color: #240C25; }
a { background-color: rgb(36,12,37); }
div.DivClassName
{
background-color: #240C25;
}
.BgClassName
{
background-color: #240C25;
}
</style>
border-color css
<style>
span { border-color: #240C25; }
span { border-color: rgb(36,12,37); }
td.TdClassName
{
border-color: #240C25;
}
.TagClassName
{
border-color: #240C25;
}
</style>