Shades of Mardi Gras #33032F
Tints of Mardi Gras #33032F
RGB
CMYK
RGB Variations
Color information
#33032F (or 0x33032F) is known color: Mardi Gras. HEX triplet: 33, 03 and 2F. RGB value is (51,3,47). Sum of RGB (Red+Green+Blue) = 51+3+47=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #33032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33032F is #CCFCD0. Grayscale: #161616. Windows color (decimal): -13434065 or 3081011. OLE color: 3081011.
HSL color Cylindrical-coordinate representation of color #33032F: hue angle of 305º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33032F is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 47 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.8 |
| HSL | 305º | 0.89% | 0.11% | - |
| HSV(B) | 305º | 0.94% | 0.2% | - |
| XYZ | 1.91 | 0.97 | 2.78 | - |
| YUV | 22.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 47 | 0 | 0.94 | 0.08 | 0.8 | 305 | 0.89 | 0.11 |
| Hex | 33 | 3 | 2F | 0 | 5E | 8 | 50 | 131 | 59 | B |
| Octal | 63 | 3 | 57 | 0 | 136 | 10 | 120 | 461 | 131 | 13 |
| Binary | 110011 | 11 | 101111 | 0 | 1011110 | 1000 | 1010000 | 100110001 | 1011001 | 1011 |
Color Harmonies of #33032F
Complementary color
Monochromatic Colors of #33032F
Black with #33032F
Text Example
Text Example
White with #33032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33032F; }
p { color: rgb(51,3,47); }
H1.HeaderClassName
{
color: #33032F;
}
.AnyTagClassName
{
color: #33032F;
}
</style>
background-color css
<style>
a { background-color: #33032F; }
a { background-color: rgb(51,3,47); }
div.DivClassName
{
background-color: #33032F;
}
.BgClassName
{
background-color: #33032F;
}
</style>
border-color css
<style>
span { border-color: #33032F; }
span { border-color: rgb(51,3,47); }
td.TdClassName
{
border-color: #33032F;
}
.TagClassName
{
border-color: #33032F;
}
</style>