Shades of Mardi Gras #250228
Tints of Mardi Gras #250228
RGB
CMYK
RGB Variations
Color information
#250228 (or 0x250228) is known color: Mardi Gras. HEX triplet: 25, 02 and 28. RGB value is (37,2,40). Sum of RGB (Red+Green+Blue) = 37+2+40=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #250228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250228 is #DAFDD7. Grayscale: #101010. Windows color (decimal): -14351832 or 2621989. OLE color: 2621989.
HSL color Cylindrical-coordinate representation of color #250228: hue angle of 295.26º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250228 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 2 | 40 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.84 |
| HSL | 295.26º | 0.9% | 0.08% | - |
| HSV(B) | 295.26º | 0.95% | 0.16% | - |
| XYZ | 1.17 | 0.59 | 2.06 | - |
| YUV | 16.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 40 | 0.07 | 0.95 | 0 | 0.84 | 295.26 | 0.9 | 0.08 |
| Hex | 25 | 2 | 28 | 7 | 5F | 0 | 54 | 127 | 5A | 8 |
| Octal | 45 | 2 | 50 | 7 | 137 | 0 | 124 | 447 | 132 | 10 |
| Binary | 100101 | 10 | 101000 | 111 | 1011111 | 0 | 1010100 | 100100111 | 1011010 | 1000 |
Color Harmonies of #250228
Complementary color
Monochromatic Colors of #250228
Black with #250228
Text Example
Text Example
White with #250228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250228; }
p { color: rgb(37,2,40); }
H1.HeaderClassName
{
color: #250228;
}
.AnyTagClassName
{
color: #250228;
}
</style>
background-color css
<style>
a { background-color: #250228; }
a { background-color: rgb(37,2,40); }
div.DivClassName
{
background-color: #250228;
}
.BgClassName
{
background-color: #250228;
}
</style>
border-color css
<style>
span { border-color: #250228; }
span { border-color: rgb(37,2,40); }
td.TdClassName
{
border-color: #250228;
}
.TagClassName
{
border-color: #250228;
}
</style>