Shades of Mardi Gras #250028
Tints of Mardi Gras #250028
RGB
CMYK
RGB Variations
Color information
#250028 (or 0x250028) is known color: Mardi Gras. HEX triplet: 25, 00 and 28. RGB value is (37,0,40). Sum of RGB (Red+Green+Blue) = 37+0+40=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #250028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250028 is #DAFFD7. Grayscale: #0F0F0F. Windows color (decimal): -14352344 or 2621477. OLE color: 2621477.
HSL color Cylindrical-coordinate representation of color #250028: hue angle of 295.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250028 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 0 | 40 | - |
| CMYK | 0.07 | 1 | 0 | 0.84 |
| HSL | 295.5º | 1% | 0.08% | - |
| HSV(B) | 295.5º | 1% | 0.16% | - |
| XYZ | 1.15 | 0.55 | 2.05 | - |
| YUV | 15.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 40 | 0.07 | 1 | 0 | 0.84 | 295.5 | 1 | 0.08 |
| Hex | 25 | 0 | 28 | 7 | 64 | 0 | 54 | 128 | 64 | 8 |
| Octal | 45 | 0 | 50 | 7 | 144 | 0 | 124 | 450 | 144 | 10 |
| Binary | 100101 | 0 | 101000 | 111 | 1100100 | 0 | 1010100 | 100101000 | 1100100 | 1000 |
Color Harmonies of #250028
Complementary color
Monochromatic Colors of #250028
Black with #250028
Text Example
Text Example
White with #250028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250028; }
p { color: rgb(37,0,40); }
H1.HeaderClassName
{
color: #250028;
}
.AnyTagClassName
{
color: #250028;
}
</style>
background-color css
<style>
a { background-color: #250028; }
a { background-color: rgb(37,0,40); }
div.DivClassName
{
background-color: #250028;
}
.BgClassName
{
background-color: #250028;
}
</style>
border-color css
<style>
span { border-color: #250028; }
span { border-color: rgb(37,0,40); }
td.TdClassName
{
border-color: #250028;
}
.TagClassName
{
border-color: #250028;
}
</style>