Shades of Mardi Gras #251C24
Tints of Mardi Gras #251C24
RGB
CMYK
RGB Variations
Color information
#251C24 (or 0x251C24) is known color: Mardi Gras. HEX triplet: 25, 1C and 24. RGB value is (37,28,36). Sum of RGB (Red+Green+Blue) = 37+28+36=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 37 - color contains mainly: red. Hex color #251C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C24 is #DAE3DB. Grayscale: #1F1F1F. Windows color (decimal): -14345180 or 2366501. OLE color: 2366501.
HSL color Cylindrical-coordinate representation of color #251C24: hue angle of 306.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #251C24 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 36 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.85 |
| HSL | 306.67º | 0.14% | 0.13% | - |
| HSV(B) | 306.67º | 0.24% | 0.15% | - |
| XYZ | 1.5 | 1.35 | 1.85 | - |
| YUV | 31.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 36 | 0 | 0.24 | 0.03 | 0.85 | 306.67 | 0.14 | 0.13 |
| Hex | 25 | 1C | 24 | 0 | 18 | 3 | 55 | 133 | E | D |
| Octal | 45 | 34 | 44 | 0 | 30 | 3 | 125 | 463 | 16 | 15 |
| Binary | 100101 | 11100 | 100100 | 0 | 11000 | 11 | 1010101 | 100110011 | 1110 | 1101 |
Color Harmonies of #251C24
Complementary color
Monochromatic Colors of #251C24
Black with #251C24
Text Example
Text Example
White with #251C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C24; }
p { color: rgb(37,28,36); }
H1.HeaderClassName
{
color: #251C24;
}
.AnyTagClassName
{
color: #251C24;
}
</style>
background-color css
<style>
a { background-color: #251C24; }
a { background-color: rgb(37,28,36); }
div.DivClassName
{
background-color: #251C24;
}
.BgClassName
{
background-color: #251C24;
}
</style>
border-color css
<style>
span { border-color: #251C24; }
span { border-color: rgb(37,28,36); }
td.TdClassName
{
border-color: #251C24;
}
.TagClassName
{
border-color: #251C24;
}
</style>