Shades of Mardi Gras #25041F
Tints of Mardi Gras #25041F
RGB
CMYK
RGB Variations
Color information
#25041F (or 0x25041F) is known color: Mardi Gras. HEX triplet: 25, 04 and 1F. RGB value is (37,4,31). Sum of RGB (Red+Green+Blue) = 37+4+31=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #25041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25041F is #DAFBE0. Grayscale: #101010. Windows color (decimal): -14351329 or 2032677. OLE color: 2032677.
HSL color Cylindrical-coordinate representation of color #25041F: hue angle of 310.91º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25041F is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 4 | 31 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.85 |
| HSL | 310.91º | 0.8% | 0.08% | - |
| HSV(B) | 310.91º | 0.89% | 0.15% | - |
| XYZ | 1.05 | 0.58 | 1.35 | - |
| YUV | 16.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 31 | 0 | 0.89 | 0.16 | 0.85 | 310.91 | 0.8 | 0.08 |
| Hex | 25 | 4 | 1F | 0 | 59 | 10 | 55 | 137 | 50 | 8 |
| Octal | 45 | 4 | 37 | 0 | 131 | 20 | 125 | 467 | 120 | 10 |
| Binary | 100101 | 100 | 11111 | 0 | 1011001 | 10000 | 1010101 | 100110111 | 1010000 | 1000 |
Color Harmonies of #25041F
Complementary color
Monochromatic Colors of #25041F
Black with #25041F
Text Example
Text Example
White with #25041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25041F; }
p { color: rgb(37,4,31); }
H1.HeaderClassName
{
color: #25041F;
}
.AnyTagClassName
{
color: #25041F;
}
</style>
background-color css
<style>
a { background-color: #25041F; }
a { background-color: rgb(37,4,31); }
div.DivClassName
{
background-color: #25041F;
}
.BgClassName
{
background-color: #25041F;
}
</style>
border-color css
<style>
span { border-color: #25041F; }
span { border-color: rgb(37,4,31); }
td.TdClassName
{
border-color: #25041F;
}
.TagClassName
{
border-color: #25041F;
}
</style>