Shades of Mardi Gras #250325
Tints of Mardi Gras #250325
RGB
CMYK
RGB Variations
Color information
#250325 (or 0x250325) is known color: Mardi Gras. HEX triplet: 25, 03 and 25. RGB value is (37,3,37). Sum of RGB (Red+Green+Blue) = 37+3+37=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250325 is #DAFCDA. Grayscale: #101010. Windows color (decimal): -14351579 or 2425637. OLE color: 2425637.
HSL color Cylindrical-coordinate representation of color #250325: hue angle of 300º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250325 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 37 | - |
| CMYK | 0 | 0.92 | 0 | 0.85 |
| HSL | 300º | 0.85% | 0.08% | - |
| HSV(B) | 300º | 0.92% | 0.15% | - |
| XYZ | 1.13 | 0.59 | 1.81 | - |
| YUV | 17.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 37 | 0 | 0.92 | 0 | 0.85 | 300 | 0.85 | 0.08 |
| Hex | 25 | 3 | 25 | 0 | 5C | 0 | 55 | 12C | 55 | 8 |
| Octal | 45 | 3 | 45 | 0 | 134 | 0 | 125 | 454 | 125 | 10 |
| Binary | 100101 | 11 | 100101 | 0 | 1011100 | 0 | 1010101 | 100101100 | 1010101 | 1000 |
Color Harmonies of #250325
Complementary color
Monochromatic Colors of #250325
Black with #250325
Text Example
Text Example
White with #250325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250325; }
p { color: rgb(37,3,37); }
H1.HeaderClassName
{
color: #250325;
}
.AnyTagClassName
{
color: #250325;
}
</style>
background-color css
<style>
a { background-color: #250325; }
a { background-color: rgb(37,3,37); }
div.DivClassName
{
background-color: #250325;
}
.BgClassName
{
background-color: #250325;
}
</style>
border-color css
<style>
span { border-color: #250325; }
span { border-color: rgb(37,3,37); }
td.TdClassName
{
border-color: #250325;
}
.TagClassName
{
border-color: #250325;
}
</style>