Shades of Mardi Gras #240325
Tints of Mardi Gras #240325
RGB
CMYK
RGB Variations
Color information
#240325 (or 0x240325) is known color: Mardi Gras. HEX triplet: 24, 03 and 25. RGB value is (36,3,37). Sum of RGB (Red+Green+Blue) = 36+3+37=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #240325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240325 is #DBFCDA. Grayscale: #101010. Windows color (decimal): -14417115 or 2425636. OLE color: 2425636.
HSL color Cylindrical-coordinate representation of color #240325: hue angle of 298.24º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240325 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 3 | 37 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.85 |
| HSL | 298.24º | 0.85% | 0.08% | - |
| HSV(B) | 298.24º | 0.92% | 0.15% | - |
| XYZ | 1.09 | 0.57 | 1.8 | - |
| YUV | 16.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 37 | 0.03 | 0.92 | 0 | 0.85 | 298.24 | 0.85 | 0.08 |
| Hex | 24 | 3 | 25 | 3 | 5C | 0 | 55 | 12A | 55 | 8 |
| Octal | 44 | 3 | 45 | 3 | 134 | 0 | 125 | 452 | 125 | 10 |
| Binary | 100100 | 11 | 100101 | 11 | 1011100 | 0 | 1010101 | 100101010 | 1010101 | 1000 |
Color Harmonies of #240325
Complementary color
Monochromatic Colors of #240325
Black with #240325
Text Example
Text Example
White with #240325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240325; }
p { color: rgb(36,3,37); }
H1.HeaderClassName
{
color: #240325;
}
.AnyTagClassName
{
color: #240325;
}
</style>
background-color css
<style>
a { background-color: #240325; }
a { background-color: rgb(36,3,37); }
div.DivClassName
{
background-color: #240325;
}
.BgClassName
{
background-color: #240325;
}
</style>
border-color css
<style>
span { border-color: #240325; }
span { border-color: rgb(36,3,37); }
td.TdClassName
{
border-color: #240325;
}
.TagClassName
{
border-color: #240325;
}
</style>