Shades of Mardi Gras #331A32
Tints of Mardi Gras #331A32
RGB
CMYK
RGB Variations
Color information
#331A32 (or 0x331A32) is known color: Mardi Gras. HEX triplet: 33, 1A and 32. RGB value is (51,26,50). Sum of RGB (Red+Green+Blue) = 51+26+50=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #331A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A32 is #CCE5CD. Grayscale: #242424. Windows color (decimal): -13428174 or 3283507. OLE color: 3283507.
HSL color Cylindrical-coordinate representation of color #331A32: hue angle of 302.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A32 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 50 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.8 |
| HSL | 302.4º | 0.32% | 0.15% | - |
| HSV(B) | 302.4º | 0.49% | 0.2% | - |
| XYZ | 2.31 | 1.67 | 3.22 | - |
| YUV | 36.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 50 | 0 | 0.49 | 0.02 | 0.8 | 302.4 | 0.32 | 0.15 |
| Hex | 33 | 1A | 32 | 0 | 31 | 2 | 50 | 12E | 20 | F |
| Octal | 63 | 32 | 62 | 0 | 61 | 2 | 120 | 456 | 40 | 17 |
| Binary | 110011 | 11010 | 110010 | 0 | 110001 | 10 | 1010000 | 100101110 | 100000 | 1111 |
Color Harmonies of #331A32
Complementary color
Monochromatic Colors of #331A32
Black with #331A32
Text Example
Text Example
White with #331A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A32; }
p { color: rgb(51,26,50); }
H1.HeaderClassName
{
color: #331A32;
}
.AnyTagClassName
{
color: #331A32;
}
</style>
background-color css
<style>
a { background-color: #331A32; }
a { background-color: rgb(51,26,50); }
div.DivClassName
{
background-color: #331A32;
}
.BgClassName
{
background-color: #331A32;
}
</style>
border-color css
<style>
span { border-color: #331A32; }
span { border-color: rgb(51,26,50); }
td.TdClassName
{
border-color: #331A32;
}
.TagClassName
{
border-color: #331A32;
}
</style>