Shades of Mardi Gras #25001F
Tints of Mardi Gras #25001F
RGB
CMYK
RGB Variations
Color information
#25001F (or 0x25001F) is known color: Mardi Gras. HEX triplet: 25, 00 and 1F. RGB value is (37,0,31). Sum of RGB (Red+Green+Blue) = 37+0+31=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25001F is #DAFFE0. Grayscale: #0E0E0E. Windows color (decimal): -14352353 or 2031653. OLE color: 2031653.
HSL color Cylindrical-coordinate representation of color #25001F: hue angle of 309.73º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25001F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.16 | 0.85 |
| HSL | 309.73º | 1% | 0.07% | - |
| HSV(B) | 309.73º | 1% | 0.15% | - |
| XYZ | 1.01 | 0.49 | 1.34 | - |
| YUV | 14.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 31 | 0 | 1 | 0.16 | 0.85 | 309.73 | 1 | 0.07 |
| Hex | 25 | 0 | 1F | 0 | 64 | 10 | 55 | 136 | 64 | 7 |
| Octal | 45 | 0 | 37 | 0 | 144 | 20 | 125 | 466 | 144 | 7 |
| Binary | 100101 | 0 | 11111 | 0 | 1100100 | 10000 | 1010101 | 100110110 | 1100100 | 111 |
Color Harmonies of #25001F
Complementary color
Monochromatic Colors of #25001F
Black with #25001F
Text Example
Text Example
White with #25001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25001F; }
p { color: rgb(37,0,31); }
H1.HeaderClassName
{
color: #25001F;
}
.AnyTagClassName
{
color: #25001F;
}
</style>
background-color css
<style>
a { background-color: #25001F; }
a { background-color: rgb(37,0,31); }
div.DivClassName
{
background-color: #25001F;
}
.BgClassName
{
background-color: #25001F;
}
</style>
border-color css
<style>
span { border-color: #25001F; }
span { border-color: rgb(37,0,31); }
td.TdClassName
{
border-color: #25001F;
}
.TagClassName
{
border-color: #25001F;
}
</style>