Shades of Mardi Gras #322831
Tints of Mardi Gras #322831
RGB
CMYK
RGB Variations
Color information
#322831 (or 0x322831) is known color: Mardi Gras. HEX triplet: 32, 28 and 31. RGB value is (50,40,49). Sum of RGB (Red+Green+Blue) = 50+40+49=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #322831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322831 is #CDD7CE. Grayscale: #2B2B2B. Windows color (decimal): -13490127 or 3221554. OLE color: 3221554.
HSL color Cylindrical-coordinate representation of color #322831: hue angle of 306º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #322831 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 40 | 49 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.80 |
| HSL | 306º | 0.11% | 0.18% | - |
| HSV(B) | 306º | 0.2% | 0.2% | - |
| XYZ | 2.63 | 2.42 | 3.23 | - |
| YUV | 44.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 49 | 0 | 0.20 | 0.02 | 0.80 | 306 | 0.11 | 0.18 |
| Hex | 32 | 28 | 31 | 0 | 14 | 2 | 50 | 132 | B | 12 |
| Octal | 62 | 50 | 61 | 0 | 24 | 2 | 120 | 462 | 13 | 22 |
| Binary | 110010 | 101000 | 110001 | 0 | 10100 | 10 | 1010000 | 100110010 | 1011 | 10010 |
Color Harmonies of #322831
Complementary color
Monochromatic Colors of #322831
Black with #322831
Text Example
Text Example
White with #322831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322831; }
p { color: rgb(50,40,49); }
H1.HeaderClassName
{
color: #322831;
}
.AnyTagClassName
{
color: #322831;
}
</style>
background-color css
<style>
a { background-color: #322831; }
a { background-color: rgb(50,40,49); }
div.DivClassName
{
background-color: #322831;
}
.BgClassName
{
background-color: #322831;
}
</style>
border-color css
<style>
span { border-color: #322831; }
span { border-color: rgb(50,40,49); }
td.TdClassName
{
border-color: #322831;
}
.TagClassName
{
border-color: #322831;
}
</style>