Shades of Mardi Gras #321B32
Tints of Mardi Gras #321B32
RGB
CMYK
RGB Variations
Color information
#321B32 (or 0x321B32) is known color: Mardi Gras. HEX triplet: 32, 1B and 32. RGB value is (50,27,50). Sum of RGB (Red+Green+Blue) = 50+27+50=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B32 is #CDE4CD. Grayscale: #242424. Windows color (decimal): -13493454 or 3283762. OLE color: 3283762.
HSL color Cylindrical-coordinate representation of color #321B32: hue angle of 300º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B32 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 50 | - |
| CMYK | 0 | 0.46 | 0 | 0.80 |
| HSL | 300º | 0.3% | 0.15% | - |
| HSV(B) | 300º | 0.46% | 0.2% | - |
| XYZ | 2.28 | 1.69 | 3.22 | - |
| YUV | 36.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 50 | 0 | 0.46 | 0 | 0.80 | 300 | 0.3 | 0.15 |
| Hex | 32 | 1B | 32 | 0 | 2E | 0 | 50 | 12C | 1E | F |
| Octal | 62 | 33 | 62 | 0 | 56 | 0 | 120 | 454 | 36 | 17 |
| Binary | 110010 | 11011 | 110010 | 0 | 101110 | 0 | 1010000 | 100101100 | 11110 | 1111 |
Color Harmonies of #321B32
Complementary color
Monochromatic Colors of #321B32
Black with #321B32
Text Example
Text Example
White with #321B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B32; }
p { color: rgb(50,27,50); }
H1.HeaderClassName
{
color: #321B32;
}
.AnyTagClassName
{
color: #321B32;
}
</style>
background-color css
<style>
a { background-color: #321B32; }
a { background-color: rgb(50,27,50); }
div.DivClassName
{
background-color: #321B32;
}
.BgClassName
{
background-color: #321B32;
}
</style>
border-color css
<style>
span { border-color: #321B32; }
span { border-color: rgb(50,27,50); }
td.TdClassName
{
border-color: #321B32;
}
.TagClassName
{
border-color: #321B32;
}
</style>