Shades of Mardi Gras #321B2F
Tints of Mardi Gras #321B2F
RGB
CMYK
RGB Variations
Color information
#321B2F (or 0x321B2F) is known color: Mardi Gras. HEX triplet: 32, 1B and 2F. RGB value is (50,27,47). Sum of RGB (Red+Green+Blue) = 50+27+47=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #321B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B2F is #CDE4D0. Grayscale: #242424. Windows color (decimal): -13493457 or 3087154. OLE color: 3087154.
HSL color Cylindrical-coordinate representation of color #321B2F: hue angle of 307.83º 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 #321B2F is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 47 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.80 |
| HSL | 307.83º | 0.3% | 0.15% | - |
| HSV(B) | 307.83º | 0.46% | 0.2% | - |
| XYZ | 2.22 | 1.67 | 2.89 | - |
| YUV | 36.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 47 | 0 | 0.46 | 0.06 | 0.80 | 307.83 | 0.3 | 0.15 |
| Hex | 32 | 1B | 2F | 0 | 2E | 6 | 50 | 134 | 1E | F |
| Octal | 62 | 33 | 57 | 0 | 56 | 6 | 120 | 464 | 36 | 17 |
| Binary | 110010 | 11011 | 101111 | 0 | 101110 | 110 | 1010000 | 100110100 | 11110 | 1111 |
Color Harmonies of #321B2F
Complementary color
Monochromatic Colors of #321B2F
Black with #321B2F
Text Example
Text Example
White with #321B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B2F; }
p { color: rgb(50,27,47); }
H1.HeaderClassName
{
color: #321B2F;
}
.AnyTagClassName
{
color: #321B2F;
}
</style>
background-color css
<style>
a { background-color: #321B2F; }
a { background-color: rgb(50,27,47); }
div.DivClassName
{
background-color: #321B2F;
}
.BgClassName
{
background-color: #321B2F;
}
</style>
border-color css
<style>
span { border-color: #321B2F; }
span { border-color: rgb(50,27,47); }
td.TdClassName
{
border-color: #321B2F;
}
.TagClassName
{
border-color: #321B2F;
}
</style>