Shades of Mardi Gras #331B32
Tints of Mardi Gras #331B32
RGB
CMYK
RGB Variations
Color information
#331B32 (or 0x331B32) is known color: Mardi Gras. HEX triplet: 33, 1B and 32. RGB value is (51,27,50). Sum of RGB (Red+Green+Blue) = 51+27+50=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #331B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B32 is #CCE4CD. Grayscale: #242424. Windows color (decimal): -13427918 or 3283763. OLE color: 3283763.
HSL color Cylindrical-coordinate representation of color #331B32: hue angle of 302.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 #331B32 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 50 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.8 |
| HSL | 302.5º | 0.31% | 0.15% | - |
| HSV(B) | 302.5º | 0.47% | 0.2% | - |
| XYZ | 2.33 | 1.72 | 3.23 | - |
| YUV | 36.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 50 | 0 | 0.47 | 0.02 | 0.8 | 302.5 | 0.31 | 0.15 |
| Hex | 33 | 1B | 32 | 0 | 2F | 2 | 50 | 12E | 1F | F |
| Octal | 63 | 33 | 62 | 0 | 57 | 2 | 120 | 456 | 37 | 17 |
| Binary | 110011 | 11011 | 110010 | 0 | 101111 | 10 | 1010000 | 100101110 | 11111 | 1111 |
Color Harmonies of #331B32
Complementary color
Monochromatic Colors of #331B32
Black with #331B32
Text Example
Text Example
White with #331B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B32; }
p { color: rgb(51,27,50); }
H1.HeaderClassName
{
color: #331B32;
}
.AnyTagClassName
{
color: #331B32;
}
</style>
background-color css
<style>
a { background-color: #331B32; }
a { background-color: rgb(51,27,50); }
div.DivClassName
{
background-color: #331B32;
}
.BgClassName
{
background-color: #331B32;
}
</style>
border-color css
<style>
span { border-color: #331B32; }
span { border-color: rgb(51,27,50); }
td.TdClassName
{
border-color: #331B32;
}
.TagClassName
{
border-color: #331B32;
}
</style>