Shades of Mardi Gras #330530
Tints of Mardi Gras #330530
RGB
CMYK
RGB Variations
Color information
#330530 (or 0x330530) is known color: Mardi Gras. HEX triplet: 33, 05 and 30. RGB value is (51,5,48). Sum of RGB (Red+Green+Blue) = 51+5+48=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #330530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330530 is #CCFACF. Grayscale: #171717. Windows color (decimal): -13433552 or 3147059. OLE color: 3147059.
HSL color Cylindrical-coordinate representation of color #330530: hue angle of 303.91º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330530 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 48 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.8 |
| HSL | 303.91º | 0.82% | 0.11% | - |
| HSV(B) | 303.91º | 0.9% | 0.2% | - |
| XYZ | 1.95 | 1.03 | 2.89 | - |
| YUV | 23.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 48 | 0 | 0.90 | 0.06 | 0.8 | 303.91 | 0.82 | 0.11 |
| Hex | 33 | 5 | 30 | 0 | 5A | 6 | 50 | 130 | 52 | B |
| Octal | 63 | 5 | 60 | 0 | 132 | 6 | 120 | 460 | 122 | 13 |
| Binary | 110011 | 101 | 110000 | 0 | 1011010 | 110 | 1010000 | 100110000 | 1010010 | 1011 |
Color Harmonies of #330530
Complementary color
Monochromatic Colors of #330530
Black with #330530
Text Example
Text Example
White with #330530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330530; }
p { color: rgb(51,5,48); }
H1.HeaderClassName
{
color: #330530;
}
.AnyTagClassName
{
color: #330530;
}
</style>
background-color css
<style>
a { background-color: #330530; }
a { background-color: rgb(51,5,48); }
div.DivClassName
{
background-color: #330530;
}
.BgClassName
{
background-color: #330530;
}
</style>
border-color css
<style>
span { border-color: #330530; }
span { border-color: rgb(51,5,48); }
td.TdClassName
{
border-color: #330530;
}
.TagClassName
{
border-color: #330530;
}
</style>