Shades of Mardi Gras #241D25
Tints of Mardi Gras #241D25
RGB
CMYK
RGB Variations
Color information
#241D25 (or 0x241D25) is known color: Mardi Gras. HEX triplet: 24, 1D and 25. RGB value is (36,29,37). Sum of RGB (Red+Green+Blue) = 36+29+37=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 37 - color contains mainly: blue. Hex color #241D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D25 is #DBE2DA. Grayscale: #1F1F1F. Windows color (decimal): -14410459 or 2432292. OLE color: 2432292.
HSL color Cylindrical-coordinate representation of color #241D25: hue angle of 292.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #241D25 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 29 | 37 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.85 |
| HSL | 292.5º | 0.12% | 0.13% | - |
| HSV(B) | 292.5º | 0.22% | 0.15% | - |
| XYZ | 1.5 | 1.39 | 1.94 | - |
| YUV | 32.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 37 | 0.03 | 0.22 | 0 | 0.85 | 292.5 | 0.12 | 0.13 |
| Hex | 24 | 1D | 25 | 3 | 16 | 0 | 55 | 124 | C | D |
| Octal | 44 | 35 | 45 | 3 | 26 | 0 | 125 | 444 | 14 | 15 |
| Binary | 100100 | 11101 | 100101 | 11 | 10110 | 0 | 1010101 | 100100100 | 1100 | 1101 |
Color Harmonies of #241D25
Complementary color
Monochromatic Colors of #241D25
Black with #241D25
Text Example
Text Example
White with #241D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D25; }
p { color: rgb(36,29,37); }
H1.HeaderClassName
{
color: #241D25;
}
.AnyTagClassName
{
color: #241D25;
}
</style>
background-color css
<style>
a { background-color: #241D25; }
a { background-color: rgb(36,29,37); }
div.DivClassName
{
background-color: #241D25;
}
.BgClassName
{
background-color: #241D25;
}
</style>
border-color css
<style>
span { border-color: #241D25; }
span { border-color: rgb(36,29,37); }
td.TdClassName
{
border-color: #241D25;
}
.TagClassName
{
border-color: #241D25;
}
</style>