Shades of Mardi Gras #241725
Tints of Mardi Gras #241725
RGB
CMYK
RGB Variations
Color information
#241725 (or 0x241725) is known color: Mardi Gras. HEX triplet: 24, 17 and 25. RGB value is (36,23,37). Sum of RGB (Red+Green+Blue) = 36+23+37=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #241725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241725 is #DBE8DA. Grayscale: #1C1C1C. Windows color (decimal): -14411995 or 2430756. OLE color: 2430756.
HSL color Cylindrical-coordinate representation of color #241725: hue angle of 295.71º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #241725 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 23 | 37 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.85 |
| HSL | 295.71º | 0.23% | 0.12% | - |
| HSV(B) | 295.71º | 0.38% | 0.15% | - |
| XYZ | 1.37 | 1.12 | 1.89 | - |
| YUV | 28.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 37 | 0.03 | 0.38 | 0 | 0.85 | 295.71 | 0.23 | 0.12 |
| Hex | 24 | 17 | 25 | 3 | 26 | 0 | 55 | 128 | 17 | C |
| Octal | 44 | 27 | 45 | 3 | 46 | 0 | 125 | 450 | 27 | 14 |
| Binary | 100100 | 10111 | 100101 | 11 | 100110 | 0 | 1010101 | 100101000 | 10111 | 1100 |
Color Harmonies of #241725
Complementary color
Monochromatic Colors of #241725
Black with #241725
Text Example
Text Example
White with #241725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241725; }
p { color: rgb(36,23,37); }
H1.HeaderClassName
{
color: #241725;
}
.AnyTagClassName
{
color: #241725;
}
</style>
background-color css
<style>
a { background-color: #241725; }
a { background-color: rgb(36,23,37); }
div.DivClassName
{
background-color: #241725;
}
.BgClassName
{
background-color: #241725;
}
</style>
border-color css
<style>
span { border-color: #241725; }
span { border-color: rgb(36,23,37); }
td.TdClassName
{
border-color: #241725;
}
.TagClassName
{
border-color: #241725;
}
</style>