Shades of Mardi Gras #251F25
Tints of Mardi Gras #251F25
RGB
CMYK
RGB Variations
Color information
#251F25 (or 0x251F25) is known color: Mardi Gras. HEX triplet: 25, 1F and 25. RGB value is (37,31,37). Sum of RGB (Red+Green+Blue) = 37+31+37=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F25 is #DAE0DA. Grayscale: #212121. Windows color (decimal): -14344411 or 2432805. OLE color: 2432805.
HSL color Cylindrical-coordinate representation of color #251F25: hue angle of 300º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #251F25 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 37 | - |
| CMYK | 0 | 0.16 | 0 | 0.85 |
| HSL | 300º | 0.09% | 0.13% | - |
| HSV(B) | 300º | 0.16% | 0.15% | - |
| XYZ | 1.59 | 1.51 | 1.96 | - |
| YUV | 33.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 37 | 0 | 0.16 | 0 | 0.85 | 300 | 0.09 | 0.13 |
| Hex | 25 | 1F | 25 | 0 | 10 | 0 | 55 | 12C | 9 | D |
| Octal | 45 | 37 | 45 | 0 | 20 | 0 | 125 | 454 | 11 | 15 |
| Binary | 100101 | 11111 | 100101 | 0 | 10000 | 0 | 1010101 | 100101100 | 1001 | 1101 |
Color Harmonies of #251F25
Complementary color
Monochromatic Colors of #251F25
Black with #251F25
Text Example
Text Example
White with #251F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F25; }
p { color: rgb(37,31,37); }
H1.HeaderClassName
{
color: #251F25;
}
.AnyTagClassName
{
color: #251F25;
}
</style>
background-color css
<style>
a { background-color: #251F25; }
a { background-color: rgb(37,31,37); }
div.DivClassName
{
background-color: #251F25;
}
.BgClassName
{
background-color: #251F25;
}
</style>
border-color css
<style>
span { border-color: #251F25; }
span { border-color: rgb(37,31,37); }
td.TdClassName
{
border-color: #251F25;
}
.TagClassName
{
border-color: #251F25;
}
</style>