Shades of Mardi Gras #330833
Tints of Mardi Gras #330833
RGB
CMYK
RGB Variations
Color information
#330833 (or 0x330833) is known color: Mardi Gras. HEX triplet: 33, 08 and 33. RGB value is (51,8,51). Sum of RGB (Red+Green+Blue) = 51+8+51=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #330833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330833 is #CCF7CC. Grayscale: #191919. Windows color (decimal): -13432781 or 3344435. OLE color: 3344435.
HSL color Cylindrical-coordinate representation of color #330833: hue angle of 300º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330833 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 51 | - |
| CMYK | 0 | 0.84 | 0 | 0.8 |
| HSL | 300º | 0.73% | 0.12% | - |
| HSV(B) | 300º | 0.84% | 0.2% | - |
| XYZ | 2.05 | 1.12 | 3.24 | - |
| YUV | 25.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 51 | 0 | 0.84 | 0 | 0.8 | 300 | 0.73 | 0.12 |
| Hex | 33 | 8 | 33 | 0 | 54 | 0 | 50 | 12C | 49 | C |
| Octal | 63 | 10 | 63 | 0 | 124 | 0 | 120 | 454 | 111 | 14 |
| Binary | 110011 | 1000 | 110011 | 0 | 1010100 | 0 | 1010000 | 100101100 | 1001001 | 1100 |
Color Harmonies of #330833
Complementary color
Monochromatic Colors of #330833
Black with #330833
Text Example
Text Example
White with #330833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330833; }
p { color: rgb(51,8,51); }
H1.HeaderClassName
{
color: #330833;
}
.AnyTagClassName
{
color: #330833;
}
</style>
background-color css
<style>
a { background-color: #330833; }
a { background-color: rgb(51,8,51); }
div.DivClassName
{
background-color: #330833;
}
.BgClassName
{
background-color: #330833;
}
</style>
border-color css
<style>
span { border-color: #330833; }
span { border-color: rgb(51,8,51); }
td.TdClassName
{
border-color: #330833;
}
.TagClassName
{
border-color: #330833;
}
</style>