Shades of Mardi Gras #250024
Tints of Mardi Gras #250024
RGB
CMYK
RGB Variations
Color information
#250024 (or 0x250024) is known color: Mardi Gras. HEX triplet: 25, 00 and 24. RGB value is (37,0,36). Sum of RGB (Red+Green+Blue) = 37+0+36=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250024 is #DAFFDB. Grayscale: #0F0F0F. Windows color (decimal): -14352348 or 2359333. OLE color: 2359333.
HSL color Cylindrical-coordinate representation of color #250024: hue angle of 301.62º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250024 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.03 | 0.85 |
| HSL | 301.62º | 1% | 0.07% | - |
| HSV(B) | 301.62º | 1% | 0.15% | - |
| XYZ | 1.08 | 0.52 | 1.71 | - |
| YUV | 15.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 36 | 0 | 1 | 0.03 | 0.85 | 301.62 | 1 | 0.07 |
| Hex | 25 | 0 | 24 | 0 | 64 | 3 | 55 | 12E | 64 | 7 |
| Octal | 45 | 0 | 44 | 0 | 144 | 3 | 125 | 456 | 144 | 7 |
| Binary | 100101 | 0 | 100100 | 0 | 1100100 | 11 | 1010101 | 100101110 | 1100100 | 111 |
Color Harmonies of #250024
Complementary color
Monochromatic Colors of #250024
Black with #250024
Text Example
Text Example
White with #250024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250024; }
p { color: rgb(37,0,36); }
H1.HeaderClassName
{
color: #250024;
}
.AnyTagClassName
{
color: #250024;
}
</style>
background-color css
<style>
a { background-color: #250024; }
a { background-color: rgb(37,0,36); }
div.DivClassName
{
background-color: #250024;
}
.BgClassName
{
background-color: #250024;
}
</style>
border-color css
<style>
span { border-color: #250024; }
span { border-color: rgb(37,0,36); }
td.TdClassName
{
border-color: #250024;
}
.TagClassName
{
border-color: #250024;
}
</style>