Shades of Mardi Gras #250728
Tints of Mardi Gras #250728
RGB
CMYK
RGB Variations
Color information
#250728 (or 0x250728) is known color: Mardi Gras. HEX triplet: 25, 07 and 28. RGB value is (37,7,40). Sum of RGB (Red+Green+Blue) = 37+7+40=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #250728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250728 is #DAF8D7. Grayscale: #131313. Windows color (decimal): -14350552 or 2623269. OLE color: 2623269.
HSL color Cylindrical-coordinate representation of color #250728: hue angle of 294.55º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #250728 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 7 | 40 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.84 |
| HSL | 294.55º | 0.7% | 0.09% | - |
| HSV(B) | 294.55º | 0.83% | 0.16% | - |
| XYZ | 1.22 | 0.7 | 2.08 | - |
| YUV | 19.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 40 | 0.07 | 0.83 | 0 | 0.84 | 294.55 | 0.7 | 0.09 |
| Hex | 25 | 7 | 28 | 7 | 53 | 0 | 54 | 127 | 46 | 9 |
| Octal | 45 | 7 | 50 | 7 | 123 | 0 | 124 | 447 | 106 | 11 |
| Binary | 100101 | 111 | 101000 | 111 | 1010011 | 0 | 1010100 | 100100111 | 1000110 | 1001 |
Color Harmonies of #250728
Complementary color
Monochromatic Colors of #250728
Black with #250728
Text Example
Text Example
White with #250728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250728; }
p { color: rgb(37,7,40); }
H1.HeaderClassName
{
color: #250728;
}
.AnyTagClassName
{
color: #250728;
}
</style>
background-color css
<style>
a { background-color: #250728; }
a { background-color: rgb(37,7,40); }
div.DivClassName
{
background-color: #250728;
}
.BgClassName
{
background-color: #250728;
}
</style>
border-color css
<style>
span { border-color: #250728; }
span { border-color: rgb(37,7,40); }
td.TdClassName
{
border-color: #250728;
}
.TagClassName
{
border-color: #250728;
}
</style>