Shades of Mardi Gras #2F2332
Tints of Mardi Gras #2F2332
RGB
CMYK
RGB Variations
Color information
#2F2332 (or 0x2F2332) is known color: Mardi Gras. HEX triplet: 2F, 23 and 32. RGB value is (47,35,50). Sum of RGB (Red+Green+Blue) = 47+35+50=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2332 is #D0DCCD. Grayscale: #282828. Windows color (decimal): -13688014 or 3285807. OLE color: 3285807.
HSL color Cylindrical-coordinate representation of color #2F2332: hue angle of 288º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2332 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 35 | 50 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.80 |
| HSL | 288º | 0.18% | 0.17% | - |
| HSV(B) | 288º | 0.3% | 0.2% | - |
| XYZ | 2.35 | 2.04 | 3.29 | - |
| YUV | 40.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 50 | 0.06 | 0.30 | 0 | 0.80 | 288 | 0.18 | 0.17 |
| Hex | 2F | 23 | 32 | 6 | 1E | 0 | 50 | 120 | 12 | 11 |
| Octal | 57 | 43 | 62 | 6 | 36 | 0 | 120 | 440 | 22 | 21 |
| Binary | 101111 | 100011 | 110010 | 110 | 11110 | 0 | 1010000 | 100100000 | 10010 | 10001 |
Color Harmonies of #2F2332
Complementary color
Monochromatic Colors of #2F2332
Black with #2F2332
Text Example
Text Example
White with #2F2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2332; }
p { color: rgb(47,35,50); }
H1.HeaderClassName
{
color: #2F2332;
}
.AnyTagClassName
{
color: #2F2332;
}
</style>
background-color css
<style>
a { background-color: #2F2332; }
a { background-color: rgb(47,35,50); }
div.DivClassName
{
background-color: #2F2332;
}
.BgClassName
{
background-color: #2F2332;
}
</style>
border-color css
<style>
span { border-color: #2F2332; }
span { border-color: rgb(47,35,50); }
td.TdClassName
{
border-color: #2F2332;
}
.TagClassName
{
border-color: #2F2332;
}
</style>