Shades of Mardi Gras #241225
Tints of Mardi Gras #241225
RGB
CMYK
RGB Variations
Color information
#241225 (or 0x241225) is known color: Mardi Gras. HEX triplet: 24, 12 and 25. RGB value is (36,18,37). Sum of RGB (Red+Green+Blue) = 36+18+37=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #241225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241225 is #DBEDDA. Grayscale: #191919. Windows color (decimal): -14413275 or 2429476. OLE color: 2429476.
HSL color Cylindrical-coordinate representation of color #241225: hue angle of 296.84º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #241225 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 18 | 37 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.85 |
| HSL | 296.84º | 0.35% | 0.11% | - |
| HSV(B) | 296.84º | 0.51% | 0.15% | - |
| XYZ | 1.28 | 0.94 | 1.86 | - |
| YUV | 25.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 37 | 0.03 | 0.51 | 0 | 0.85 | 296.84 | 0.35 | 0.11 |
| Hex | 24 | 12 | 25 | 3 | 33 | 0 | 55 | 129 | 23 | B |
| Octal | 44 | 22 | 45 | 3 | 63 | 0 | 125 | 451 | 43 | 13 |
| Binary | 100100 | 10010 | 100101 | 11 | 110011 | 0 | 1010101 | 100101001 | 100011 | 1011 |
Color Harmonies of #241225
Complementary color
Monochromatic Colors of #241225
Black with #241225
Text Example
Text Example
White with #241225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241225; }
p { color: rgb(36,18,37); }
H1.HeaderClassName
{
color: #241225;
}
.AnyTagClassName
{
color: #241225;
}
</style>
background-color css
<style>
a { background-color: #241225; }
a { background-color: rgb(36,18,37); }
div.DivClassName
{
background-color: #241225;
}
.BgClassName
{
background-color: #241225;
}
</style>
border-color css
<style>
span { border-color: #241225; }
span { border-color: rgb(36,18,37); }
td.TdClassName
{
border-color: #241225;
}
.TagClassName
{
border-color: #241225;
}
</style>