Shades of Mardi Gras #321B34
Tints of Mardi Gras #321B34
RGB
CMYK
RGB Variations
Color information
#321B34 (or 0x321B34) is known color: Mardi Gras. HEX triplet: 32, 1B and 34. RGB value is (50,27,52). Sum of RGB (Red+Green+Blue) = 50+27+52=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #321B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B34 is #CDE4CB. Grayscale: #242424. Windows color (decimal): -13493452 or 3414834. OLE color: 3414834.
HSL color Cylindrical-coordinate representation of color #321B34: hue angle of 295.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #321B34 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 52 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.80 |
| HSL | 295.2º | 0.32% | 0.15% | - |
| HSV(B) | 295.2º | 0.48% | 0.2% | - |
| XYZ | 2.33 | 1.71 | 3.46 | - |
| YUV | 36.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 52 | 0.04 | 0.48 | 0 | 0.80 | 295.2 | 0.32 | 0.15 |
| Hex | 32 | 1B | 34 | 4 | 30 | 0 | 50 | 127 | 20 | F |
| Octal | 62 | 33 | 64 | 4 | 60 | 0 | 120 | 447 | 40 | 17 |
| Binary | 110010 | 11011 | 110100 | 100 | 110000 | 0 | 1010000 | 100100111 | 100000 | 1111 |
Color Harmonies of #321B34
Complementary color
Monochromatic Colors of #321B34
Black with #321B34
Text Example
Text Example
White with #321B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B34; }
p { color: rgb(50,27,52); }
H1.HeaderClassName
{
color: #321B34;
}
.AnyTagClassName
{
color: #321B34;
}
</style>
background-color css
<style>
a { background-color: #321B34; }
a { background-color: rgb(50,27,52); }
div.DivClassName
{
background-color: #321B34;
}
.BgClassName
{
background-color: #321B34;
}
</style>
border-color css
<style>
span { border-color: #321B34; }
span { border-color: rgb(50,27,52); }
td.TdClassName
{
border-color: #321B34;
}
.TagClassName
{
border-color: #321B34;
}
</style>