Shades of Mardi Gras #322336
Tints of Mardi Gras #322336
RGB
CMYK
RGB Variations
Color information
#322336 (or 0x322336) is known color: Mardi Gras. HEX triplet: 32, 23 and 36. RGB value is (50,35,54). Sum of RGB (Red+Green+Blue) = 50+35+54=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 54 - color contains mainly: blue. Hex color #322336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322336 is #CDDCC9. Grayscale: #292929. Windows color (decimal): -13491402 or 3547954. OLE color: 3547954.
HSL color Cylindrical-coordinate representation of color #322336: hue angle of 287.37º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #322336 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 35 | 54 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.79 |
| HSL | 287.37º | 0.21% | 0.17% | - |
| HSV(B) | 287.37º | 0.35% | 0.21% | - |
| XYZ | 2.58 | 2.15 | 3.77 | - |
| YUV | 41.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 54 | 0.07 | 0.35 | 0 | 0.79 | 287.37 | 0.21 | 0.17 |
| Hex | 32 | 23 | 36 | 7 | 23 | 0 | 4F | 11F | 15 | 11 |
| Octal | 62 | 43 | 66 | 7 | 43 | 0 | 117 | 437 | 25 | 21 |
| Binary | 110010 | 100011 | 110110 | 111 | 100011 | 0 | 1001111 | 100011111 | 10101 | 10001 |
Color Harmonies of #322336
Complementary color
Monochromatic Colors of #322336
Black with #322336
Text Example
Text Example
White with #322336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322336; }
p { color: rgb(50,35,54); }
H1.HeaderClassName
{
color: #322336;
}
.AnyTagClassName
{
color: #322336;
}
</style>
background-color css
<style>
a { background-color: #322336; }
a { background-color: rgb(50,35,54); }
div.DivClassName
{
background-color: #322336;
}
.BgClassName
{
background-color: #322336;
}
</style>
border-color css
<style>
span { border-color: #322336; }
span { border-color: rgb(50,35,54); }
td.TdClassName
{
border-color: #322336;
}
.TagClassName
{
border-color: #322336;
}
</style>