Shades of Mardi Gras #33022B
Tints of Mardi Gras #33022B
RGB
CMYK
RGB Variations
Color information
#33022B (or 0x33022B) is known color: Mardi Gras. HEX triplet: 33, 02 and 2B. RGB value is (51,2,43). Sum of RGB (Red+Green+Blue) = 51+2+43=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #33022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33022B is #CCFDD4. Grayscale: #151515. Windows color (decimal): -13434325 or 2818611. OLE color: 2818611.
HSL color Cylindrical-coordinate representation of color #33022B: hue angle of 309.8º 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 #33022B is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 2 | 43 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.8 |
| HSL | 309.8º | 0.92% | 0.1% | - |
| HSV(B) | 309.8º | 0.96% | 0.2% | - |
| XYZ | 1.82 | 0.92 | 2.37 | - |
| YUV | 21.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 43 | 0 | 0.96 | 0.16 | 0.8 | 309.8 | 0.92 | 0.1 |
| Hex | 33 | 2 | 2B | 0 | 60 | 10 | 50 | 136 | 5C | A |
| Octal | 63 | 2 | 53 | 0 | 140 | 20 | 120 | 466 | 134 | 12 |
| Binary | 110011 | 10 | 101011 | 0 | 1100000 | 10000 | 1010000 | 100110110 | 1011100 | 1010 |
Color Harmonies of #33022B
Complementary color
Monochromatic Colors of #33022B
Black with #33022B
Text Example
Text Example
White with #33022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33022B; }
p { color: rgb(51,2,43); }
H1.HeaderClassName
{
color: #33022B;
}
.AnyTagClassName
{
color: #33022B;
}
</style>
background-color css
<style>
a { background-color: #33022B; }
a { background-color: rgb(51,2,43); }
div.DivClassName
{
background-color: #33022B;
}
.BgClassName
{
background-color: #33022B;
}
</style>
border-color css
<style>
span { border-color: #33022B; }
span { border-color: rgb(51,2,43); }
td.TdClassName
{
border-color: #33022B;
}
.TagClassName
{
border-color: #33022B;
}
</style>