Shades of Mardi Gras #241625
Tints of Mardi Gras #241625
RGB
CMYK
RGB Variations
Color information
#241625 (or 0x241625) is known color: Mardi Gras. HEX triplet: 24, 16 and 25. RGB value is (36,22,37). Sum of RGB (Red+Green+Blue) = 36+22+37=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #241625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241625 is #DBE9DA. Grayscale: #1B1B1B. Windows color (decimal): -14412251 or 2430500. OLE color: 2430500.
HSL color Cylindrical-coordinate representation of color #241625: hue angle of 296º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #241625 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 22 | 37 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.85 |
| HSL | 296º | 0.25% | 0.12% | - |
| HSV(B) | 296º | 0.41% | 0.15% | - |
| XYZ | 1.35 | 1.08 | 1.89 | - |
| YUV | 27.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 37 | 0.03 | 0.41 | 0 | 0.85 | 296 | 0.25 | 0.12 |
| Hex | 24 | 16 | 25 | 3 | 29 | 0 | 55 | 128 | 19 | C |
| Octal | 44 | 26 | 45 | 3 | 51 | 0 | 125 | 450 | 31 | 14 |
| Binary | 100100 | 10110 | 100101 | 11 | 101001 | 0 | 1010101 | 100101000 | 11001 | 1100 |
Color Harmonies of #241625
Complementary color
Monochromatic Colors of #241625
Black with #241625
Text Example
Text Example
White with #241625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241625; }
p { color: rgb(36,22,37); }
H1.HeaderClassName
{
color: #241625;
}
.AnyTagClassName
{
color: #241625;
}
</style>
background-color css
<style>
a { background-color: #241625; }
a { background-color: rgb(36,22,37); }
div.DivClassName
{
background-color: #241625;
}
.BgClassName
{
background-color: #241625;
}
</style>
border-color css
<style>
span { border-color: #241625; }
span { border-color: rgb(36,22,37); }
td.TdClassName
{
border-color: #241625;
}
.TagClassName
{
border-color: #241625;
}
</style>