Shades of Mardi Gras #33022F
Tints of Mardi Gras #33022F
RGB
CMYK
RGB Variations
Color information
#33022F (or 0x33022F) is known color: Mardi Gras. HEX triplet: 33, 02 and 2F. RGB value is (51,2,47). Sum of RGB (Red+Green+Blue) = 51+2+47=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #33022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33022F is #CCFDD0. Grayscale: #151515. Windows color (decimal): -13434321 or 3080755. OLE color: 3080755.
HSL color Cylindrical-coordinate representation of color #33022F: hue angle of 304.9º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33022F is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 2 | 47 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.8 |
| HSL | 304.9º | 0.92% | 0.1% | - |
| HSV(B) | 304.9º | 0.96% | 0.2% | - |
| XYZ | 1.9 | 0.95 | 2.77 | - |
| YUV | 21.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 47 | 0 | 0.96 | 0.08 | 0.8 | 304.9 | 0.92 | 0.1 |
| Hex | 33 | 2 | 2F | 0 | 60 | 8 | 50 | 131 | 5C | A |
| Octal | 63 | 2 | 57 | 0 | 140 | 10 | 120 | 461 | 134 | 12 |
| Binary | 110011 | 10 | 101111 | 0 | 1100000 | 1000 | 1010000 | 100110001 | 1011100 | 1010 |
Color Harmonies of #33022F
Complementary color
Monochromatic Colors of #33022F
Black with #33022F
Text Example
Text Example
White with #33022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33022F; }
p { color: rgb(51,2,47); }
H1.HeaderClassName
{
color: #33022F;
}
.AnyTagClassName
{
color: #33022F;
}
</style>
background-color css
<style>
a { background-color: #33022F; }
a { background-color: rgb(51,2,47); }
div.DivClassName
{
background-color: #33022F;
}
.BgClassName
{
background-color: #33022F;
}
</style>
border-color css
<style>
span { border-color: #33022F; }
span { border-color: rgb(51,2,47); }
td.TdClassName
{
border-color: #33022F;
}
.TagClassName
{
border-color: #33022F;
}
</style>