Shades of Mardi Gras #251D25
Tints of Mardi Gras #251D25
RGB
CMYK
RGB Variations
Color information
#251D25 (or 0x251D25) is known color: Mardi Gras. HEX triplet: 25, 1D and 25. RGB value is (37,29,37). Sum of RGB (Red+Green+Blue) = 37+29+37=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D25 is #DAE2DA. Grayscale: #202020. Windows color (decimal): -14344923 or 2432293. OLE color: 2432293.
HSL color Cylindrical-coordinate representation of color #251D25: hue angle of 300º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #251D25 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
RGB | 37 | 29 | 37 | - |
CMYK | 0 | 0.22 | 0 | 0.85 |
HSL | 300º | 0.12% | 0.13% | - |
HSV(B) | 300º | 0.22% | 0.15% | - |
XYZ | 1.54 | 1.41 | 1.94 | - |
YUV | 32.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 29 | 37 | 0 | 0.22 | 0 | 0.85 | 300 | 0.12 | 0.13 |
Hex | 25 | 1D | 25 | 0 | 16 | 0 | 55 | 12C | C | D |
Octal | 45 | 35 | 45 | 0 | 26 | 0 | 125 | 454 | 14 | 15 |
Binary | 100101 | 11101 | 100101 | 0 | 10110 | 0 | 1010101 | 100101100 | 1100 | 1101 |
Color Harmonies of #251D25
Complementary color
Monochromatic Colors of #251D25
Black with #251D25
Text Example
Text Example
White with #251D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D25; }
p { color: rgb(37,29,37); }
H1.HeaderClassName
{
color: #251D25;
}
.AnyTagClassName
{
color: #251D25;
}
</style>
background-color css
<style>
a { background-color: #251D25; }
a { background-color: rgb(37,29,37); }
div.DivClassName
{
background-color: #251D25;
}
.BgClassName
{
background-color: #251D25;
}
</style>
border-color css
<style>
span { border-color: #251D25; }
span { border-color: rgb(37,29,37); }
td.TdClassName
{
border-color: #251D25;
}
.TagClassName
{
border-color: #251D25;
}
</style>