Shades of Mardi Gras #25031F
Tints of Mardi Gras #25031F
RGB
CMYK
RGB Variations
Color information
#25031F (or 0x25031F) is known color: Mardi Gras. HEX triplet: 25, 03 and 1F. RGB value is (37,3,31). Sum of RGB (Red+Green+Blue) = 37+3+31=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #25031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25031F is #DAFCE0. Grayscale: #101010. Windows color (decimal): -14351585 or 2032421. OLE color: 2032421.
HSL color Cylindrical-coordinate representation of color #25031F: hue angle of 310.59º 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 #25031F is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 31 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.85 |
| HSL | 310.59º | 0.85% | 0.08% | - |
| HSV(B) | 310.59º | 0.92% | 0.15% | - |
| XYZ | 1.04 | 0.56 | 1.35 | - |
| YUV | 16.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 31 | 0 | 0.92 | 0.16 | 0.85 | 310.59 | 0.85 | 0.08 |
| Hex | 25 | 3 | 1F | 0 | 5C | 10 | 55 | 137 | 55 | 8 |
| Octal | 45 | 3 | 37 | 0 | 134 | 20 | 125 | 467 | 125 | 10 |
| Binary | 100101 | 11 | 11111 | 0 | 1011100 | 10000 | 1010101 | 100110111 | 1010101 | 1000 |
Color Harmonies of #25031F
Complementary color
Monochromatic Colors of #25031F
Black with #25031F
Text Example
Text Example
White with #25031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25031F; }
p { color: rgb(37,3,31); }
H1.HeaderClassName
{
color: #25031F;
}
.AnyTagClassName
{
color: #25031F;
}
</style>
background-color css
<style>
a { background-color: #25031F; }
a { background-color: rgb(37,3,31); }
div.DivClassName
{
background-color: #25031F;
}
.BgClassName
{
background-color: #25031F;
}
</style>
border-color css
<style>
span { border-color: #25031F; }
span { border-color: rgb(37,3,31); }
td.TdClassName
{
border-color: #25031F;
}
.TagClassName
{
border-color: #25031F;
}
</style>