Shades of Mardi Gras #2F2131
Tints of Mardi Gras #2F2131
RGB
CMYK
RGB Variations
Color information
#2F2131 (or 0x2F2131) is known color: Mardi Gras. HEX triplet: 2F, 21 and 31. RGB value is (47,33,49). Sum of RGB (Red+Green+Blue) = 47+33+49=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2131 is #D0DECE. Grayscale: #262626. Windows color (decimal): -13688527 or 3219759. OLE color: 3219759.
HSL color Cylindrical-coordinate representation of color #2F2131: hue angle of 292.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F2131 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 33 | 49 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.81 |
| HSL | 292.5º | 0.2% | 0.16% | - |
| HSV(B) | 292.5º | 0.33% | 0.19% | - |
| XYZ | 2.27 | 1.91 | 3.16 | - |
| YUV | 39.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 49 | 0.04 | 0.33 | 0 | 0.81 | 292.5 | 0.2 | 0.16 |
| Hex | 2F | 21 | 31 | 4 | 21 | 0 | 51 | 124 | 14 | 10 |
| Octal | 57 | 41 | 61 | 4 | 41 | 0 | 121 | 444 | 24 | 20 |
| Binary | 101111 | 100001 | 110001 | 100 | 100001 | 0 | 1010001 | 100100100 | 10100 | 10000 |
Color Harmonies of #2F2131
Complementary color
Monochromatic Colors of #2F2131
Black with #2F2131
Text Example
Text Example
White with #2F2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2131; }
p { color: rgb(47,33,49); }
H1.HeaderClassName
{
color: #2F2131;
}
.AnyTagClassName
{
color: #2F2131;
}
</style>
background-color css
<style>
a { background-color: #2F2131; }
a { background-color: rgb(47,33,49); }
div.DivClassName
{
background-color: #2F2131;
}
.BgClassName
{
background-color: #2F2131;
}
</style>
border-color css
<style>
span { border-color: #2F2131; }
span { border-color: rgb(47,33,49); }
td.TdClassName
{
border-color: #2F2131;
}
.TagClassName
{
border-color: #2F2131;
}
</style>