Shades of Mardi Gras #241825
Tints of Mardi Gras #241825
RGB
CMYK
RGB Variations
Color information
#241825 (or 0x241825) is known color: Mardi Gras. HEX triplet: 24, 18 and 25. RGB value is (36,24,37). Sum of RGB (Red+Green+Blue) = 36+24+37=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #241825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241825 is #DBE7DA. Grayscale: #1D1D1D. Windows color (decimal): -14411739 or 2431012. OLE color: 2431012.
HSL color Cylindrical-coordinate representation of color #241825: hue angle of 295.38º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #241825 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 24 | 37 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.85 |
| HSL | 295.38º | 0.21% | 0.12% | - |
| HSV(B) | 295.38º | 0.35% | 0.15% | - |
| XYZ | 1.39 | 1.16 | 1.9 | - |
| YUV | 29.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 37 | 0.03 | 0.35 | 0 | 0.85 | 295.38 | 0.21 | 0.12 |
| Hex | 24 | 18 | 25 | 3 | 23 | 0 | 55 | 127 | 15 | C |
| Octal | 44 | 30 | 45 | 3 | 43 | 0 | 125 | 447 | 25 | 14 |
| Binary | 100100 | 11000 | 100101 | 11 | 100011 | 0 | 1010101 | 100100111 | 10101 | 1100 |
Color Harmonies of #241825
Complementary color
Monochromatic Colors of #241825
Black with #241825
Text Example
Text Example
White with #241825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241825; }
p { color: rgb(36,24,37); }
H1.HeaderClassName
{
color: #241825;
}
.AnyTagClassName
{
color: #241825;
}
</style>
background-color css
<style>
a { background-color: #241825; }
a { background-color: rgb(36,24,37); }
div.DivClassName
{
background-color: #241825;
}
.BgClassName
{
background-color: #241825;
}
</style>
border-color css
<style>
span { border-color: #241825; }
span { border-color: rgb(36,24,37); }
td.TdClassName
{
border-color: #241825;
}
.TagClassName
{
border-color: #241825;
}
</style>