Shades of Mardi Gras #330E32
Tints of Mardi Gras #330E32
RGB
CMYK
RGB Variations
Color information
#330E32 (or 0x330E32) is known color: Mardi Gras. HEX triplet: 33, 0E and 32. RGB value is (51,14,50). Sum of RGB (Red+Green+Blue) = 51+14+50=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #330E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E32 is #CCF1CD. Grayscale: #1D1D1D. Windows color (decimal): -13431246 or 3280435. OLE color: 3280435.
HSL color Cylindrical-coordinate representation of color #330E32: hue angle of 301.62º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E32 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 14 | 50 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.8 |
| HSL | 301.62º | 0.57% | 0.13% | - |
| HSV(B) | 301.62º | 0.73% | 0.2% | - |
| XYZ | 2.1 | 1.25 | 3.15 | - |
| YUV | 29.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 50 | 0 | 0.73 | 0.02 | 0.8 | 301.62 | 0.57 | 0.13 |
| Hex | 33 | E | 32 | 0 | 49 | 2 | 50 | 12E | 39 | D |
| Octal | 63 | 16 | 62 | 0 | 111 | 2 | 120 | 456 | 71 | 15 |
| Binary | 110011 | 1110 | 110010 | 0 | 1001001 | 10 | 1010000 | 100101110 | 111001 | 1101 |
Color Harmonies of #330E32
Complementary color
Monochromatic Colors of #330E32
Black with #330E32
Text Example
Text Example
White with #330E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E32; }
p { color: rgb(51,14,50); }
H1.HeaderClassName
{
color: #330E32;
}
.AnyTagClassName
{
color: #330E32;
}
</style>
background-color css
<style>
a { background-color: #330E32; }
a { background-color: rgb(51,14,50); }
div.DivClassName
{
background-color: #330E32;
}
.BgClassName
{
background-color: #330E32;
}
</style>
border-color css
<style>
span { border-color: #330E32; }
span { border-color: rgb(51,14,50); }
td.TdClassName
{
border-color: #330E32;
}
.TagClassName
{
border-color: #330E32;
}
</style>