Shades of Mardi Gras #25011F
Tints of Mardi Gras #25011F
RGB
CMYK
RGB Variations
Color information
#25011F (or 0x25011F) is known color: Mardi Gras. HEX triplet: 25, 01 and 1F. RGB value is (37,1,31). Sum of RGB (Red+Green+Blue) = 37+1+31=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25011F is #DAFEE0. Grayscale: #0F0F0F. Windows color (decimal): -14352097 or 2031909. OLE color: 2031909.
HSL color Cylindrical-coordinate representation of color #25011F: hue angle of 310º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25011F is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 31 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.85 |
| HSL | 310º | 0.95% | 0.07% | - |
| HSV(B) | 310º | 0.97% | 0.15% | - |
| XYZ | 1.02 | 0.51 | 1.34 | - |
| YUV | 15.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 31 | 0 | 0.97 | 0.16 | 0.85 | 310 | 0.95 | 0.07 |
| Hex | 25 | 1 | 1F | 0 | 61 | 10 | 55 | 136 | 5F | 7 |
| Octal | 45 | 1 | 37 | 0 | 141 | 20 | 125 | 466 | 137 | 7 |
| Binary | 100101 | 1 | 11111 | 0 | 1100001 | 10000 | 1010101 | 100110110 | 1011111 | 111 |
Color Harmonies of #25011F
Complementary color
Monochromatic Colors of #25011F
Black with #25011F
Text Example
Text Example
White with #25011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25011F; }
p { color: rgb(37,1,31); }
H1.HeaderClassName
{
color: #25011F;
}
.AnyTagClassName
{
color: #25011F;
}
</style>
background-color css
<style>
a { background-color: #25011F; }
a { background-color: rgb(37,1,31); }
div.DivClassName
{
background-color: #25011F;
}
.BgClassName
{
background-color: #25011F;
}
</style>
border-color css
<style>
span { border-color: #25011F; }
span { border-color: rgb(37,1,31); }
td.TdClassName
{
border-color: #25011F;
}
.TagClassName
{
border-color: #25011F;
}
</style>