Shades of Mardi Gras #251D26
Tints of Mardi Gras #251D26
RGB
CMYK
RGB Variations
Color information
#251D26 (or 0x251D26) is known color: Mardi Gras. HEX triplet: 25, 1D and 26. RGB value is (37,29,38). Sum of RGB (Red+Green+Blue) = 37+29+38=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 38 - color contains mainly: blue. Hex color #251D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D26 is #DAE2D9. Grayscale: #202020. Windows color (decimal): -14344922 or 2497829. OLE color: 2497829.
HSL color Cylindrical-coordinate representation of color #251D26: hue angle of 293.33º degrees, saturation: 0.13, 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 #251D26 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 38 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.85 |
| HSL | 293.33º | 0.13% | 0.13% | - |
| HSV(B) | 293.33º | 0.24% | 0.15% | - |
| XYZ | 1.55 | 1.41 | 2.02 | - |
| YUV | 32.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 38 | 0.03 | 0.24 | 0 | 0.85 | 293.33 | 0.13 | 0.13 |
| Hex | 25 | 1D | 26 | 3 | 18 | 0 | 55 | 125 | D | D |
| Octal | 45 | 35 | 46 | 3 | 30 | 0 | 125 | 445 | 15 | 15 |
| Binary | 100101 | 11101 | 100110 | 11 | 11000 | 0 | 1010101 | 100100101 | 1101 | 1101 |
Color Harmonies of #251D26
Complementary color
Monochromatic Colors of #251D26
Black with #251D26
Text Example
Text Example
White with #251D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D26; }
p { color: rgb(37,29,38); }
H1.HeaderClassName
{
color: #251D26;
}
.AnyTagClassName
{
color: #251D26;
}
</style>
background-color css
<style>
a { background-color: #251D26; }
a { background-color: rgb(37,29,38); }
div.DivClassName
{
background-color: #251D26;
}
.BgClassName
{
background-color: #251D26;
}
</style>
border-color css
<style>
span { border-color: #251D26; }
span { border-color: rgb(37,29,38); }
td.TdClassName
{
border-color: #251D26;
}
.TagClassName
{
border-color: #251D26;
}
</style>