Shades of Mardi Gras #2F202D
Tints of Mardi Gras #2F202D
RGB
CMYK
RGB Variations
Color information
#2F202D (or 0x2F202D) is known color: Mardi Gras. HEX triplet: 2F, 20 and 2D. RGB value is (47,32,45). Sum of RGB (Red+Green+Blue) = 47+32+45=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 47 - color contains mainly: red. Hex color #2F202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F202D is #D0DFD2. Grayscale: #252525. Windows color (decimal): -13688787 or 2957359. OLE color: 2957359.
HSL color Cylindrical-coordinate representation of color #2F202D: hue angle of 308º 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 #2F202D is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 32 | 45 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.82 |
| HSL | 308º | 0.19% | 0.15% | - |
| HSV(B) | 308º | 0.32% | 0.18% | - |
| XYZ | 2.16 | 1.83 | 2.72 | - |
| YUV | 37.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 45 | 0 | 0.32 | 0.04 | 0.82 | 308 | 0.19 | 0.15 |
| Hex | 2F | 20 | 2D | 0 | 20 | 4 | 52 | 134 | 13 | F |
| Octal | 57 | 40 | 55 | 0 | 40 | 4 | 122 | 464 | 23 | 17 |
| Binary | 101111 | 100000 | 101101 | 0 | 100000 | 100 | 1010010 | 100110100 | 10011 | 1111 |
Color Harmonies of #2F202D
Complementary color
Monochromatic Colors of #2F202D
Black with #2F202D
Text Example
Text Example
White with #2F202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F202D; }
p { color: rgb(47,32,45); }
H1.HeaderClassName
{
color: #2F202D;
}
.AnyTagClassName
{
color: #2F202D;
}
</style>
background-color css
<style>
a { background-color: #2F202D; }
a { background-color: rgb(47,32,45); }
div.DivClassName
{
background-color: #2F202D;
}
.BgClassName
{
background-color: #2F202D;
}
</style>
border-color css
<style>
span { border-color: #2F202D; }
span { border-color: rgb(47,32,45); }
td.TdClassName
{
border-color: #2F202D;
}
.TagClassName
{
border-color: #2F202D;
}
</style>