Shades of Mardi Gras #330E37
Tints of Mardi Gras #330E37
RGB
CMYK
RGB Variations
Color information
#330E37 (or 0x330E37) is known color: Mardi Gras. HEX triplet: 33, 0E and 37. RGB value is (51,14,55). Sum of RGB (Red+Green+Blue) = 51+14+55=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #330E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E37 is #CCF1C8. Grayscale: #1D1D1D. Windows color (decimal): -13431241 or 3608115. OLE color: 3608115.
HSL color Cylindrical-coordinate representation of color #330E37: hue angle of 294.15º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #330E37 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 14 | 55 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.78 |
| HSL | 294.15º | 0.59% | 0.14% | - |
| HSV(B) | 294.15º | 0.75% | 0.22% | - |
| XYZ | 2.21 | 1.29 | 3.75 | - |
| YUV | 29.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 55 | 0.07 | 0.75 | 0 | 0.78 | 294.15 | 0.59 | 0.14 |
| Hex | 33 | E | 37 | 7 | 4B | 0 | 4E | 126 | 3B | E |
| Octal | 63 | 16 | 67 | 7 | 113 | 0 | 116 | 446 | 73 | 16 |
| Binary | 110011 | 1110 | 110111 | 111 | 1001011 | 0 | 1001110 | 100100110 | 111011 | 1110 |
Color Harmonies of #330E37
Complementary color
Monochromatic Colors of #330E37
Black with #330E37
Text Example
Text Example
White with #330E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E37; }
p { color: rgb(51,14,55); }
H1.HeaderClassName
{
color: #330E37;
}
.AnyTagClassName
{
color: #330E37;
}
</style>
background-color css
<style>
a { background-color: #330E37; }
a { background-color: rgb(51,14,55); }
div.DivClassName
{
background-color: #330E37;
}
.BgClassName
{
background-color: #330E37;
}
</style>
border-color css
<style>
span { border-color: #330E37; }
span { border-color: rgb(51,14,55); }
td.TdClassName
{
border-color: #330E37;
}
.TagClassName
{
border-color: #330E37;
}
</style>