Shades of Mardi Gras #330D37
Tints of Mardi Gras #330D37
RGB
CMYK
RGB Variations
Color information
#330D37 (or 0x330D37) is known color: Mardi Gras. HEX triplet: 33, 0D and 37. RGB value is (51,13,55). Sum of RGB (Red+Green+Blue) = 51+13+55=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #330D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D37 is #CCF2C8. Grayscale: #1D1D1D. Windows color (decimal): -13431497 or 3607859. OLE color: 3607859.
HSL color Cylindrical-coordinate representation of color #330D37: hue angle of 294.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330D37 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 13 | 55 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.78 |
| HSL | 294.29º | 0.62% | 0.13% | - |
| HSV(B) | 294.29º | 0.76% | 0.22% | - |
| XYZ | 2.2 | 1.27 | 3.74 | - |
| YUV | 29.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 55 | 0.07 | 0.76 | 0 | 0.78 | 294.29 | 0.62 | 0.13 |
| Hex | 33 | D | 37 | 7 | 4C | 0 | 4E | 126 | 3E | D |
| Octal | 63 | 15 | 67 | 7 | 114 | 0 | 116 | 446 | 76 | 15 |
| Binary | 110011 | 1101 | 110111 | 111 | 1001100 | 0 | 1001110 | 100100110 | 111110 | 1101 |
Color Harmonies of #330D37
Complementary color
Monochromatic Colors of #330D37
Black with #330D37
Text Example
Text Example
White with #330D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D37; }
p { color: rgb(51,13,55); }
H1.HeaderClassName
{
color: #330D37;
}
.AnyTagClassName
{
color: #330D37;
}
</style>
background-color css
<style>
a { background-color: #330D37; }
a { background-color: rgb(51,13,55); }
div.DivClassName
{
background-color: #330D37;
}
.BgClassName
{
background-color: #330D37;
}
</style>
border-color css
<style>
span { border-color: #330D37; }
span { border-color: rgb(51,13,55); }
td.TdClassName
{
border-color: #330D37;
}
.TagClassName
{
border-color: #330D37;
}
</style>