Shades of Mardi Gras #240925
Tints of Mardi Gras #240925
RGB
CMYK
RGB Variations
Color information
#240925 (or 0x240925) is known color: Mardi Gras. HEX triplet: 24, 09 and 25. RGB value is (36,9,37). Sum of RGB (Red+Green+Blue) = 36+9+37=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #240925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240925 is #DBF6DA. Grayscale: #141414. Windows color (decimal): -14415579 or 2427172. OLE color: 2427172.
HSL color Cylindrical-coordinate representation of color #240925: hue angle of 297.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #240925 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 9 | 37 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.85 |
| HSL | 297.86º | 0.61% | 0.09% | - |
| HSV(B) | 297.86º | 0.76% | 0.15% | - |
| XYZ | 1.16 | 0.7 | 1.83 | - |
| YUV | 20.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 37 | 0.03 | 0.76 | 0 | 0.85 | 297.86 | 0.61 | 0.09 |
| Hex | 24 | 9 | 25 | 3 | 4C | 0 | 55 | 12A | 3D | 9 |
| Octal | 44 | 11 | 45 | 3 | 114 | 0 | 125 | 452 | 75 | 11 |
| Binary | 100100 | 1001 | 100101 | 11 | 1001100 | 0 | 1010101 | 100101010 | 111101 | 1001 |
Color Harmonies of #240925
Complementary color
Monochromatic Colors of #240925
Black with #240925
Text Example
Text Example
White with #240925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240925; }
p { color: rgb(36,9,37); }
H1.HeaderClassName
{
color: #240925;
}
.AnyTagClassName
{
color: #240925;
}
</style>
background-color css
<style>
a { background-color: #240925; }
a { background-color: rgb(36,9,37); }
div.DivClassName
{
background-color: #240925;
}
.BgClassName
{
background-color: #240925;
}
</style>
border-color css
<style>
span { border-color: #240925; }
span { border-color: rgb(36,9,37); }
td.TdClassName
{
border-color: #240925;
}
.TagClassName
{
border-color: #240925;
}
</style>