Shades of Mardi Gras #250428
Tints of Mardi Gras #250428
RGB
CMYK
RGB Variations
Color information
#250428 (or 0x250428) is known color: Mardi Gras. HEX triplet: 25, 04 and 28. RGB value is (37,4,40). Sum of RGB (Red+Green+Blue) = 37+4+40=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #250428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250428 is #DAFBD7. Grayscale: #111111. Windows color (decimal): -14351320 or 2622501. OLE color: 2622501.
HSL color Cylindrical-coordinate representation of color #250428: hue angle of 295º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250428 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 4 | 40 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.84 |
| HSL | 295º | 0.82% | 0.09% | - |
| HSV(B) | 295º | 0.9% | 0.16% | - |
| XYZ | 1.19 | 0.63 | 2.07 | - |
| YUV | 17.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 40 | 0.07 | 0.90 | 0 | 0.84 | 295 | 0.82 | 0.09 |
| Hex | 25 | 4 | 28 | 7 | 5A | 0 | 54 | 127 | 52 | 9 |
| Octal | 45 | 4 | 50 | 7 | 132 | 0 | 124 | 447 | 122 | 11 |
| Binary | 100101 | 100 | 101000 | 111 | 1011010 | 0 | 1010100 | 100100111 | 1010010 | 1001 |
Color Harmonies of #250428
Complementary color
Monochromatic Colors of #250428
Black with #250428
Text Example
Text Example
White with #250428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250428; }
p { color: rgb(37,4,40); }
H1.HeaderClassName
{
color: #250428;
}
.AnyTagClassName
{
color: #250428;
}
</style>
background-color css
<style>
a { background-color: #250428; }
a { background-color: rgb(37,4,40); }
div.DivClassName
{
background-color: #250428;
}
.BgClassName
{
background-color: #250428;
}
</style>
border-color css
<style>
span { border-color: #250428; }
span { border-color: rgb(37,4,40); }
td.TdClassName
{
border-color: #250428;
}
.TagClassName
{
border-color: #250428;
}
</style>