Shades of Mardi Gras #240825
Tints of Mardi Gras #240825
RGB
CMYK
RGB Variations
Color information
#240825 (or 0x240825) is known color: Mardi Gras. HEX triplet: 24, 08 and 25. RGB value is (36,8,37). Sum of RGB (Red+Green+Blue) = 36+8+37=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #240825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240825 is #DBF7DA. Grayscale: #131313. Windows color (decimal): -14415835 or 2426916. OLE color: 2426916.
HSL color Cylindrical-coordinate representation of color #240825: hue angle of 297.93º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240825 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 8 | 37 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.85 |
| HSL | 297.93º | 0.64% | 0.09% | - |
| HSV(B) | 297.93º | 0.78% | 0.15% | - |
| XYZ | 1.15 | 0.68 | 1.82 | - |
| YUV | 19.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 37 | 0.03 | 0.78 | 0 | 0.85 | 297.93 | 0.64 | 0.09 |
| Hex | 24 | 8 | 25 | 3 | 4E | 0 | 55 | 12A | 40 | 9 |
| Octal | 44 | 10 | 45 | 3 | 116 | 0 | 125 | 452 | 100 | 11 |
| Binary | 100100 | 1000 | 100101 | 11 | 1001110 | 0 | 1010101 | 100101010 | 1000000 | 1001 |
Color Harmonies of #240825
Complementary color
Monochromatic Colors of #240825
Black with #240825
Text Example
Text Example
White with #240825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240825; }
p { color: rgb(36,8,37); }
H1.HeaderClassName
{
color: #240825;
}
.AnyTagClassName
{
color: #240825;
}
</style>
background-color css
<style>
a { background-color: #240825; }
a { background-color: rgb(36,8,37); }
div.DivClassName
{
background-color: #240825;
}
.BgClassName
{
background-color: #240825;
}
</style>
border-color css
<style>
span { border-color: #240825; }
span { border-color: rgb(36,8,37); }
td.TdClassName
{
border-color: #240825;
}
.TagClassName
{
border-color: #240825;
}
</style>