Shades of Mardi Gras #33002B
Tints of Mardi Gras #33002B
RGB
CMYK
RGB Variations
Color information
#33002B (or 0x33002B) is known color: Mardi Gras. HEX triplet: 33, 00 and 2B. RGB value is (51,0,43). Sum of RGB (Red+Green+Blue) = 51+0+43=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #33002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33002B is #CCFFD4. Grayscale: #141414. Windows color (decimal): -13434837 or 2818099. OLE color: 2818099.
HSL color Cylindrical-coordinate representation of color #33002B: hue angle of 309.41º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33002B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.16 | 0.8 |
| HSL | 309.41º | 1% | 0.1% | - |
| HSV(B) | 309.41º | 1% | 0.2% | - |
| XYZ | 1.8 | 0.88 | 2.36 | - |
| YUV | 20.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 43 | 0 | 1 | 0.16 | 0.8 | 309.41 | 1 | 0.1 |
| Hex | 33 | 0 | 2B | 0 | 64 | 10 | 50 | 135 | 64 | A |
| Octal | 63 | 0 | 53 | 0 | 144 | 20 | 120 | 465 | 144 | 12 |
| Binary | 110011 | 0 | 101011 | 0 | 1100100 | 10000 | 1010000 | 100110101 | 1100100 | 1010 |
Color Harmonies of #33002B
Complementary color
Monochromatic Colors of #33002B
Black with #33002B
Text Example
Text Example
White with #33002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33002B; }
p { color: rgb(51,0,43); }
H1.HeaderClassName
{
color: #33002B;
}
.AnyTagClassName
{
color: #33002B;
}
</style>
background-color css
<style>
a { background-color: #33002B; }
a { background-color: rgb(51,0,43); }
div.DivClassName
{
background-color: #33002B;
}
.BgClassName
{
background-color: #33002B;
}
</style>
border-color css
<style>
span { border-color: #33002B; }
span { border-color: rgb(51,0,43); }
td.TdClassName
{
border-color: #33002B;
}
.TagClassName
{
border-color: #33002B;
}
</style>