Shades of Mardi Gras #330538
Tints of Mardi Gras #330538
RGB
CMYK
RGB Variations
Color information
#330538 (or 0x330538) is known color: Mardi Gras. HEX triplet: 33, 05 and 38. RGB value is (51,5,56). Sum of RGB (Red+Green+Blue) = 51+5+56=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #330538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330538 is #CCFAC7. Grayscale: #181818. Windows color (decimal): -13433544 or 3671347. OLE color: 3671347.
HSL color Cylindrical-coordinate representation of color #330538: hue angle of 294.12º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330538 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 5 | 56 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.78 |
| HSL | 294.12º | 0.84% | 0.12% | - |
| HSV(B) | 294.12º | 0.91% | 0.22% | - |
| XYZ | 2.13 | 1.1 | 3.84 | - |
| YUV | 24.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 56 | 0.09 | 0.91 | 0 | 0.78 | 294.12 | 0.84 | 0.12 |
| Hex | 33 | 5 | 38 | 9 | 5B | 0 | 4E | 126 | 54 | C |
| Octal | 63 | 5 | 70 | 11 | 133 | 0 | 116 | 446 | 124 | 14 |
| Binary | 110011 | 101 | 111000 | 1001 | 1011011 | 0 | 1001110 | 100100110 | 1010100 | 1100 |
Color Harmonies of #330538
Complementary color
Monochromatic Colors of #330538
Black with #330538
Text Example
Text Example
White with #330538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330538; }
p { color: rgb(51,5,56); }
H1.HeaderClassName
{
color: #330538;
}
.AnyTagClassName
{
color: #330538;
}
</style>
background-color css
<style>
a { background-color: #330538; }
a { background-color: rgb(51,5,56); }
div.DivClassName
{
background-color: #330538;
}
.BgClassName
{
background-color: #330538;
}
</style>
border-color css
<style>
span { border-color: #330538; }
span { border-color: rgb(51,5,56); }
td.TdClassName
{
border-color: #330538;
}
.TagClassName
{
border-color: #330538;
}
</style>