Shades of Mardi Gras #330535
Tints of Mardi Gras #330535
RGB
CMYK
RGB Variations
Color information
#330535 (or 0x330535) is known color: Mardi Gras. HEX triplet: 33, 05 and 35. RGB value is (51,5,53). Sum of RGB (Red+Green+Blue) = 51+5+53=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #330535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330535 is #CCFACA. Grayscale: #181818. Windows color (decimal): -13433547 or 3474739. OLE color: 3474739.
HSL color Cylindrical-coordinate representation of color #330535: hue angle of 297.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330535 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 5 | 53 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.79 |
| HSL | 297.5º | 0.83% | 0.11% | - |
| HSV(B) | 297.5º | 0.91% | 0.21% | - |
| XYZ | 2.06 | 1.07 | 3.47 | - |
| YUV | 24.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 53 | 0.04 | 0.91 | 0 | 0.79 | 297.5 | 0.83 | 0.11 |
| Hex | 33 | 5 | 35 | 4 | 5B | 0 | 4F | 12A | 53 | B |
| Octal | 63 | 5 | 65 | 4 | 133 | 0 | 117 | 452 | 123 | 13 |
| Binary | 110011 | 101 | 110101 | 100 | 1011011 | 0 | 1001111 | 100101010 | 1010011 | 1011 |
Color Harmonies of #330535
Complementary color
Monochromatic Colors of #330535
Black with #330535
Text Example
Text Example
White with #330535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330535; }
p { color: rgb(51,5,53); }
H1.HeaderClassName
{
color: #330535;
}
.AnyTagClassName
{
color: #330535;
}
</style>
background-color css
<style>
a { background-color: #330535; }
a { background-color: rgb(51,5,53); }
div.DivClassName
{
background-color: #330535;
}
.BgClassName
{
background-color: #330535;
}
</style>
border-color css
<style>
span { border-color: #330535; }
span { border-color: rgb(51,5,53); }
td.TdClassName
{
border-color: #330535;
}
.TagClassName
{
border-color: #330535;
}
</style>