Shades of Mardi Gras #321B33
Tints of Mardi Gras #321B33
RGB
CMYK
RGB Variations
Color information
#321B33 (or 0x321B33) is known color: Mardi Gras. HEX triplet: 32, 1B and 33. RGB value is (50,27,51). Sum of RGB (Red+Green+Blue) = 50+27+51=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 51 - color contains mainly: blue. Hex color #321B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B33 is #CDE4CC. Grayscale: #242424. Windows color (decimal): -13493453 or 3349298. OLE color: 3349298.
HSL color Cylindrical-coordinate representation of color #321B33: hue angle of 297.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #321B33 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 27 | 51 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.8 |
| HSL | 297.5º | 0.31% | 0.15% | - |
| HSV(B) | 297.5º | 0.47% | 0.2% | - |
| XYZ | 2.3 | 1.7 | 3.34 | - |
| YUV | 36.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 51 | 0.02 | 0.47 | 0 | 0.8 | 297.5 | 0.31 | 0.15 |
| Hex | 32 | 1B | 33 | 2 | 2F | 0 | 50 | 12A | 1F | F |
| Octal | 62 | 33 | 63 | 2 | 57 | 0 | 120 | 452 | 37 | 17 |
| Binary | 110010 | 11011 | 110011 | 10 | 101111 | 0 | 1010000 | 100101010 | 11111 | 1111 |
Color Harmonies of #321B33
Complementary color
Monochromatic Colors of #321B33
Black with #321B33
Text Example
Text Example
White with #321B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B33; }
p { color: rgb(50,27,51); }
H1.HeaderClassName
{
color: #321B33;
}
.AnyTagClassName
{
color: #321B33;
}
</style>
background-color css
<style>
a { background-color: #321B33; }
a { background-color: rgb(50,27,51); }
div.DivClassName
{
background-color: #321B33;
}
.BgClassName
{
background-color: #321B33;
}
</style>
border-color css
<style>
span { border-color: #321B33; }
span { border-color: rgb(50,27,51); }
td.TdClassName
{
border-color: #321B33;
}
.TagClassName
{
border-color: #321B33;
}
</style>