Shades of Mardi Gras #250328
Tints of Mardi Gras #250328
RGB
CMYK
RGB Variations
Color information
#250328 (or 0x250328) is known color: Mardi Gras. HEX triplet: 25, 03 and 28. RGB value is (37,3,40). Sum of RGB (Red+Green+Blue) = 37+3+40=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #250328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250328 is #DAFCD7. Grayscale: #111111. Windows color (decimal): -14351576 or 2622245. OLE color: 2622245.
HSL color Cylindrical-coordinate representation of color #250328: hue angle of 295.14º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250328 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 3 | 40 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.84 |
| HSL | 295.14º | 0.86% | 0.08% | - |
| HSV(B) | 295.14º | 0.93% | 0.16% | - |
| XYZ | 1.18 | 0.61 | 2.06 | - |
| YUV | 17.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 40 | 0.07 | 0.93 | 0 | 0.84 | 295.14 | 0.86 | 0.08 |
| Hex | 25 | 3 | 28 | 7 | 5D | 0 | 54 | 127 | 56 | 8 |
| Octal | 45 | 3 | 50 | 7 | 135 | 0 | 124 | 447 | 126 | 10 |
| Binary | 100101 | 11 | 101000 | 111 | 1011101 | 0 | 1010100 | 100100111 | 1010110 | 1000 |
Color Harmonies of #250328
Complementary color
Monochromatic Colors of #250328
Black with #250328
Text Example
Text Example
White with #250328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250328; }
p { color: rgb(37,3,40); }
H1.HeaderClassName
{
color: #250328;
}
.AnyTagClassName
{
color: #250328;
}
</style>
background-color css
<style>
a { background-color: #250328; }
a { background-color: rgb(37,3,40); }
div.DivClassName
{
background-color: #250328;
}
.BgClassName
{
background-color: #250328;
}
</style>
border-color css
<style>
span { border-color: #250328; }
span { border-color: rgb(37,3,40); }
td.TdClassName
{
border-color: #250328;
}
.TagClassName
{
border-color: #250328;
}
</style>