Shades of Mardi Gras #250528
Tints of Mardi Gras #250528
RGB
CMYK
RGB Variations
Color information
#250528 (or 0x250528) is known color: Mardi Gras. HEX triplet: 25, 05 and 28. RGB value is (37,5,40). Sum of RGB (Red+Green+Blue) = 37+5+40=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #250528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250528 is #DAFAD7. Grayscale: #121212. Windows color (decimal): -14351064 or 2622757. OLE color: 2622757.
HSL color Cylindrical-coordinate representation of color #250528: hue angle of 294.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250528 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 5 | 40 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.84 |
| HSL | 294.86º | 0.78% | 0.09% | - |
| HSV(B) | 294.86º | 0.88% | 0.16% | - |
| XYZ | 1.2 | 0.66 | 2.07 | - |
| YUV | 18.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 40 | 0.07 | 0.88 | 0 | 0.84 | 294.86 | 0.78 | 0.09 |
| Hex | 25 | 5 | 28 | 7 | 58 | 0 | 54 | 127 | 4E | 9 |
| Octal | 45 | 5 | 50 | 7 | 130 | 0 | 124 | 447 | 116 | 11 |
| Binary | 100101 | 101 | 101000 | 111 | 1011000 | 0 | 1010100 | 100100111 | 1001110 | 1001 |
Color Harmonies of #250528
Complementary color
Monochromatic Colors of #250528
Black with #250528
Text Example
Text Example
White with #250528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250528; }
p { color: rgb(37,5,40); }
H1.HeaderClassName
{
color: #250528;
}
.AnyTagClassName
{
color: #250528;
}
</style>
background-color css
<style>
a { background-color: #250528; }
a { background-color: rgb(37,5,40); }
div.DivClassName
{
background-color: #250528;
}
.BgClassName
{
background-color: #250528;
}
</style>
border-color css
<style>
span { border-color: #250528; }
span { border-color: rgb(37,5,40); }
td.TdClassName
{
border-color: #250528;
}
.TagClassName
{
border-color: #250528;
}
</style>