Shades of Mardi Gras #2F2231
Tints of Mardi Gras #2F2231
RGB
CMYK
RGB Variations
Color information
#2F2231 (or 0x2F2231) is known color: Mardi Gras. HEX triplet: 2F, 22 and 31. RGB value is (47,34,49). Sum of RGB (Red+Green+Blue) = 47+34+49=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2231 is #D0DDCE. Grayscale: #272727. Windows color (decimal): -13688271 or 3220015. OLE color: 3220015.
HSL color Cylindrical-coordinate representation of color #2F2231: hue angle of 292º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F2231 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 34 | 49 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.81 |
| HSL | 292º | 0.18% | 0.16% | - |
| HSV(B) | 292º | 0.31% | 0.19% | - |
| XYZ | 2.3 | 1.97 | 3.16 | - |
| YUV | 39.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 49 | 0.04 | 0.31 | 0 | 0.81 | 292 | 0.18 | 0.16 |
| Hex | 2F | 22 | 31 | 4 | 1F | 0 | 51 | 124 | 12 | 10 |
| Octal | 57 | 42 | 61 | 4 | 37 | 0 | 121 | 444 | 22 | 20 |
| Binary | 101111 | 100010 | 110001 | 100 | 11111 | 0 | 1010001 | 100100100 | 10010 | 10000 |
Color Harmonies of #2F2231
Complementary color
Monochromatic Colors of #2F2231
Black with #2F2231
Text Example
Text Example
White with #2F2231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2231; }
p { color: rgb(47,34,49); }
H1.HeaderClassName
{
color: #2F2231;
}
.AnyTagClassName
{
color: #2F2231;
}
</style>
background-color css
<style>
a { background-color: #2F2231; }
a { background-color: rgb(47,34,49); }
div.DivClassName
{
background-color: #2F2231;
}
.BgClassName
{
background-color: #2F2231;
}
</style>
border-color css
<style>
span { border-color: #2F2231; }
span { border-color: rgb(47,34,49); }
td.TdClassName
{
border-color: #2F2231;
}
.TagClassName
{
border-color: #2F2231;
}
</style>