Shades of Mardi Gras #2D202F
Tints of Mardi Gras #2D202F
RGB
CMYK
RGB Variations
Color information
#2D202F (or 0x2D202F) is known color: Mardi Gras. HEX triplet: 2D, 20 and 2F. RGB value is (45,32,47). Sum of RGB (Red+Green+Blue) = 45+32+47=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D202F is #D2DFD0. Grayscale: #252525. Windows color (decimal): -13819857 or 3088429. OLE color: 3088429.
HSL color Cylindrical-coordinate representation of color #2D202F: hue angle of 292º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2D202F is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 32 | 47 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.82 |
| HSL | 292º | 0.19% | 0.15% | - |
| HSV(B) | 292º | 0.32% | 0.18% | - |
| XYZ | 2.11 | 1.8 | 2.92 | - |
| YUV | 37.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 47 | 0.04 | 0.32 | 0 | 0.82 | 292 | 0.19 | 0.15 |
| Hex | 2D | 20 | 2F | 4 | 20 | 0 | 52 | 124 | 13 | F |
| Octal | 55 | 40 | 57 | 4 | 40 | 0 | 122 | 444 | 23 | 17 |
| Binary | 101101 | 100000 | 101111 | 100 | 100000 | 0 | 1010010 | 100100100 | 10011 | 1111 |
Color Harmonies of #2D202F
Complementary color
Monochromatic Colors of #2D202F
Black with #2D202F
Text Example
Text Example
White with #2D202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D202F; }
p { color: rgb(45,32,47); }
H1.HeaderClassName
{
color: #2D202F;
}
.AnyTagClassName
{
color: #2D202F;
}
</style>
background-color css
<style>
a { background-color: #2D202F; }
a { background-color: rgb(45,32,47); }
div.DivClassName
{
background-color: #2D202F;
}
.BgClassName
{
background-color: #2D202F;
}
</style>
border-color css
<style>
span { border-color: #2D202F; }
span { border-color: rgb(45,32,47); }
td.TdClassName
{
border-color: #2D202F;
}
.TagClassName
{
border-color: #2D202F;
}
</style>