Shades of Mardi Gras #330D38
Tints of Mardi Gras #330D38
RGB
CMYK
RGB Variations
Color information
#330D38 (or 0x330D38) is known color: Mardi Gras. HEX triplet: 33, 0D and 38. RGB value is (51,13,56). Sum of RGB (Red+Green+Blue) = 51+13+56=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #330D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D38 is #CCF2C7. Grayscale: #1D1D1D. Windows color (decimal): -13431496 or 3673395. OLE color: 3673395.
HSL color Cylindrical-coordinate representation of color #330D38: hue angle of 293.02º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #330D38 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 13 | 56 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.78 |
| HSL | 293.02º | 0.62% | 0.14% | - |
| HSV(B) | 293.02º | 0.77% | 0.22% | - |
| XYZ | 2.22 | 1.28 | 3.87 | - |
| YUV | 29.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 56 | 0.09 | 0.77 | 0 | 0.78 | 293.02 | 0.62 | 0.14 |
| Hex | 33 | D | 38 | 9 | 4D | 0 | 4E | 125 | 3E | E |
| Octal | 63 | 15 | 70 | 11 | 115 | 0 | 116 | 445 | 76 | 16 |
| Binary | 110011 | 1101 | 111000 | 1001 | 1001101 | 0 | 1001110 | 100100101 | 111110 | 1110 |
Color Harmonies of #330D38
Complementary color
Monochromatic Colors of #330D38
Black with #330D38
Text Example
Text Example
White with #330D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D38; }
p { color: rgb(51,13,56); }
H1.HeaderClassName
{
color: #330D38;
}
.AnyTagClassName
{
color: #330D38;
}
</style>
background-color css
<style>
a { background-color: #330D38; }
a { background-color: rgb(51,13,56); }
div.DivClassName
{
background-color: #330D38;
}
.BgClassName
{
background-color: #330D38;
}
</style>
border-color css
<style>
span { border-color: #330D38; }
span { border-color: rgb(51,13,56); }
td.TdClassName
{
border-color: #330D38;
}
.TagClassName
{
border-color: #330D38;
}
</style>