Shades of Mardi Gras #330E2D
Tints of Mardi Gras #330E2D
RGB
CMYK
RGB Variations
Color information
#330E2D (or 0x330E2D) is known color: Mardi Gras. HEX triplet: 33, 0E and 2D. RGB value is (51,14,45). Sum of RGB (Red+Green+Blue) = 51+14+45=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2D is #CCF1D2. Grayscale: #1C1C1C. Windows color (decimal): -13431251 or 2952755. OLE color: 2952755.
HSL color Cylindrical-coordinate representation of color #330E2D: hue angle of 309.73º 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 #330E2D is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 14 | 45 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.8 |
| HSL | 309.73º | 0.57% | 0.13% | - |
| HSV(B) | 309.73º | 0.73% | 0.2% | - |
| XYZ | 2 | 1.21 | 2.61 | - |
| YUV | 28.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 45 | 0 | 0.73 | 0.12 | 0.8 | 309.73 | 0.57 | 0.13 |
| Hex | 33 | E | 2D | 0 | 49 | C | 50 | 136 | 39 | D |
| Octal | 63 | 16 | 55 | 0 | 111 | 14 | 120 | 466 | 71 | 15 |
| Binary | 110011 | 1110 | 101101 | 0 | 1001001 | 1100 | 1010000 | 100110110 | 111001 | 1101 |
Color Harmonies of #330E2D
Complementary color
Monochromatic Colors of #330E2D
Black with #330E2D
Text Example
Text Example
White with #330E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E2D; }
p { color: rgb(51,14,45); }
H1.HeaderClassName
{
color: #330E2D;
}
.AnyTagClassName
{
color: #330E2D;
}
</style>
background-color css
<style>
a { background-color: #330E2D; }
a { background-color: rgb(51,14,45); }
div.DivClassName
{
background-color: #330E2D;
}
.BgClassName
{
background-color: #330E2D;
}
</style>
border-color css
<style>
span { border-color: #330E2D; }
span { border-color: rgb(51,14,45); }
td.TdClassName
{
border-color: #330E2D;
}
.TagClassName
{
border-color: #330E2D;
}
</style>