Shades of Mardi Gras #250124
Tints of Mardi Gras #250124
RGB
CMYK
RGB Variations
Color information
#250124 (or 0x250124) is known color: Mardi Gras. HEX triplet: 25, 01 and 24. RGB value is (37,1,36). Sum of RGB (Red+Green+Blue) = 37+1+36=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250124 is #DAFEDB. Grayscale: #0F0F0F. Windows color (decimal): -14352092 or 2359589. OLE color: 2359589.
HSL color Cylindrical-coordinate representation of color #250124: hue angle of 301.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250124 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 36 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.85 |
| HSL | 301.67º | 0.95% | 0.07% | - |
| HSV(B) | 301.67º | 0.97% | 0.15% | - |
| XYZ | 1.09 | 0.54 | 1.72 | - |
| YUV | 15.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 36 | 0 | 0.97 | 0.03 | 0.85 | 301.67 | 0.95 | 0.07 |
| Hex | 25 | 1 | 24 | 0 | 61 | 3 | 55 | 12E | 5F | 7 |
| Octal | 45 | 1 | 44 | 0 | 141 | 3 | 125 | 456 | 137 | 7 |
| Binary | 100101 | 1 | 100100 | 0 | 1100001 | 11 | 1010101 | 100101110 | 1011111 | 111 |
Color Harmonies of #250124
Complementary color
Monochromatic Colors of #250124
Black with #250124
Text Example
Text Example
White with #250124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250124; }
p { color: rgb(37,1,36); }
H1.HeaderClassName
{
color: #250124;
}
.AnyTagClassName
{
color: #250124;
}
</style>
background-color css
<style>
a { background-color: #250124; }
a { background-color: rgb(37,1,36); }
div.DivClassName
{
background-color: #250124;
}
.BgClassName
{
background-color: #250124;
}
</style>
border-color css
<style>
span { border-color: #250124; }
span { border-color: rgb(37,1,36); }
td.TdClassName
{
border-color: #250124;
}
.TagClassName
{
border-color: #250124;
}
</style>