Shades of Mardi Gras #240D25
Tints of Mardi Gras #240D25
RGB
CMYK
RGB Variations
Color information
#240D25 (or 0x240D25) is known color: Mardi Gras. HEX triplet: 24, 0D and 25. RGB value is (36,13,37). Sum of RGB (Red+Green+Blue) = 36+13+37=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #240D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D25 is #DBF2DA. Grayscale: #161616. Windows color (decimal): -14414555 or 2428196. OLE color: 2428196.
HSL color Cylindrical-coordinate representation of color #240D25: hue angle of 297.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #240D25 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 13 | 37 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.85 |
| HSL | 297.5º | 0.48% | 0.1% | - |
| HSV(B) | 297.5º | 0.65% | 0.15% | - |
| XYZ | 1.21 | 0.8 | 1.84 | - |
| YUV | 22.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 37 | 0.03 | 0.65 | 0 | 0.85 | 297.5 | 0.48 | 0.1 |
| Hex | 24 | D | 25 | 3 | 41 | 0 | 55 | 12A | 30 | A |
| Octal | 44 | 15 | 45 | 3 | 101 | 0 | 125 | 452 | 60 | 12 |
| Binary | 100100 | 1101 | 100101 | 11 | 1000001 | 0 | 1010101 | 100101010 | 110000 | 1010 |
Color Harmonies of #240D25
Complementary color
Monochromatic Colors of #240D25
Black with #240D25
Text Example
Text Example
White with #240D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D25; }
p { color: rgb(36,13,37); }
H1.HeaderClassName
{
color: #240D25;
}
.AnyTagClassName
{
color: #240D25;
}
</style>
background-color css
<style>
a { background-color: #240D25; }
a { background-color: rgb(36,13,37); }
div.DivClassName
{
background-color: #240D25;
}
.BgClassName
{
background-color: #240D25;
}
</style>
border-color css
<style>
span { border-color: #240D25; }
span { border-color: rgb(36,13,37); }
td.TdClassName
{
border-color: #240D25;
}
.TagClassName
{
border-color: #240D25;
}
</style>