Shades of Mardi Gras #240525
Tints of Mardi Gras #240525
RGB
CMYK
RGB Variations
Color information
#240525 (or 0x240525) is known color: Mardi Gras. HEX triplet: 24, 05 and 25. RGB value is (36,5,37). Sum of RGB (Red+Green+Blue) = 36+5+37=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #240525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240525 is #DBFADA. Grayscale: #111111. Windows color (decimal): -14416603 or 2426148. OLE color: 2426148.
HSL color Cylindrical-coordinate representation of color #240525: hue angle of 298.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240525 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 5 | 37 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.85 |
| HSL | 298.13º | 0.76% | 0.08% | - |
| HSV(B) | 298.13º | 0.86% | 0.15% | - |
| XYZ | 1.12 | 0.62 | 1.81 | - |
| YUV | 17.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 37 | 0.03 | 0.86 | 0 | 0.85 | 298.13 | 0.76 | 0.08 |
| Hex | 24 | 5 | 25 | 3 | 56 | 0 | 55 | 12A | 4C | 8 |
| Octal | 44 | 5 | 45 | 3 | 126 | 0 | 125 | 452 | 114 | 10 |
| Binary | 100100 | 101 | 100101 | 11 | 1010110 | 0 | 1010101 | 100101010 | 1001100 | 1000 |
Color Harmonies of #240525
Complementary color
Monochromatic Colors of #240525
Black with #240525
Text Example
Text Example
White with #240525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240525; }
p { color: rgb(36,5,37); }
H1.HeaderClassName
{
color: #240525;
}
.AnyTagClassName
{
color: #240525;
}
</style>
background-color css
<style>
a { background-color: #240525; }
a { background-color: rgb(36,5,37); }
div.DivClassName
{
background-color: #240525;
}
.BgClassName
{
background-color: #240525;
}
</style>
border-color css
<style>
span { border-color: #240525; }
span { border-color: rgb(36,5,37); }
td.TdClassName
{
border-color: #240525;
}
.TagClassName
{
border-color: #240525;
}
</style>