Shades of Mardi Gras #2D252F
Tints of Mardi Gras #2D252F
RGB
CMYK
RGB Variations
Color information
#2D252F (or 0x2D252F) is known color: Mardi Gras. HEX triplet: 2D, 25 and 2F. RGB value is (45,37,47). Sum of RGB (Red+Green+Blue) = 45+37+47=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D252F is #D2DAD0. Grayscale: #282828. Windows color (decimal): -13818577 or 3089709. OLE color: 3089709.
HSL color Cylindrical-coordinate representation of color #2D252F: hue angle of 288º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D252F is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 37 | 47 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.82 |
| HSL | 288º | 0.12% | 0.16% | - |
| HSV(B) | 288º | 0.21% | 0.18% | - |
| XYZ | 2.26 | 2.09 | 2.97 | - |
| YUV | 40.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 47 | 0.04 | 0.21 | 0 | 0.82 | 288 | 0.12 | 0.16 |
| Hex | 2D | 25 | 2F | 4 | 15 | 0 | 52 | 120 | C | 10 |
| Octal | 55 | 45 | 57 | 4 | 25 | 0 | 122 | 440 | 14 | 20 |
| Binary | 101101 | 100101 | 101111 | 100 | 10101 | 0 | 1010010 | 100100000 | 1100 | 10000 |
Color Harmonies of #2D252F
Complementary color
Monochromatic Colors of #2D252F
Black with #2D252F
Text Example
Text Example
White with #2D252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D252F; }
p { color: rgb(45,37,47); }
H1.HeaderClassName
{
color: #2D252F;
}
.AnyTagClassName
{
color: #2D252F;
}
</style>
background-color css
<style>
a { background-color: #2D252F; }
a { background-color: rgb(45,37,47); }
div.DivClassName
{
background-color: #2D252F;
}
.BgClassName
{
background-color: #2D252F;
}
</style>
border-color css
<style>
span { border-color: #2D252F; }
span { border-color: rgb(45,37,47); }
td.TdClassName
{
border-color: #2D252F;
}
.TagClassName
{
border-color: #2D252F;
}
</style>