Shades of Mardi Gras #330130
Tints of Mardi Gras #330130
RGB
CMYK
RGB Variations
Color information
#330130 (or 0x330130) is known color: Mardi Gras. HEX triplet: 33, 01 and 30. RGB value is (51,1,48). Sum of RGB (Red+Green+Blue) = 51+1+48=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #330130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330130 is #CCFECF. Grayscale: #151515. Windows color (decimal): -13434576 or 3146035. OLE color: 3146035.
HSL color Cylindrical-coordinate representation of color #330130: hue angle of 303.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330130 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 1 | 48 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.8 |
| HSL | 303.6º | 0.96% | 0.1% | - |
| HSV(B) | 303.6º | 0.98% | 0.2% | - |
| XYZ | 1.91 | 0.94 | 2.88 | - |
| YUV | 21.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 48 | 0 | 0.98 | 0.06 | 0.8 | 303.6 | 0.96 | 0.1 |
| Hex | 33 | 1 | 30 | 0 | 62 | 6 | 50 | 130 | 60 | A |
| Octal | 63 | 1 | 60 | 0 | 142 | 6 | 120 | 460 | 140 | 12 |
| Binary | 110011 | 1 | 110000 | 0 | 1100010 | 110 | 1010000 | 100110000 | 1100000 | 1010 |
Color Harmonies of #330130
Complementary color
Monochromatic Colors of #330130
Black with #330130
Text Example
Text Example
White with #330130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330130; }
p { color: rgb(51,1,48); }
H1.HeaderClassName
{
color: #330130;
}
.AnyTagClassName
{
color: #330130;
}
</style>
background-color css
<style>
a { background-color: #330130; }
a { background-color: rgb(51,1,48); }
div.DivClassName
{
background-color: #330130;
}
.BgClassName
{
background-color: #330130;
}
</style>
border-color css
<style>
span { border-color: #330130; }
span { border-color: rgb(51,1,48); }
td.TdClassName
{
border-color: #330130;
}
.TagClassName
{
border-color: #330130;
}
</style>