Shades of Mardi Gras #33012C
Tints of Mardi Gras #33012C
RGB
CMYK
RGB Variations
Color information
#33012C (or 0x33012C) is known color: Mardi Gras. HEX triplet: 33, 01 and 2C. RGB value is (51,1,44). Sum of RGB (Red+Green+Blue) = 51+1+44=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #33012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33012C is #CCFED3. Grayscale: #141414. Windows color (decimal): -13434580 or 2883891. OLE color: 2883891.
HSL color Cylindrical-coordinate representation of color #33012C: hue angle of 308.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33012C is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 1 | 44 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.8 |
| HSL | 308.4º | 0.96% | 0.1% | - |
| HSV(B) | 308.4º | 0.98% | 0.2% | - |
| XYZ | 1.83 | 0.91 | 2.46 | - |
| YUV | 20.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 44 | 0 | 0.98 | 0.14 | 0.8 | 308.4 | 0.96 | 0.1 |
| Hex | 33 | 1 | 2C | 0 | 62 | E | 50 | 134 | 60 | A |
| Octal | 63 | 1 | 54 | 0 | 142 | 16 | 120 | 464 | 140 | 12 |
| Binary | 110011 | 1 | 101100 | 0 | 1100010 | 1110 | 1010000 | 100110100 | 1100000 | 1010 |
Color Harmonies of #33012C
Complementary color
Monochromatic Colors of #33012C
Black with #33012C
Text Example
Text Example
White with #33012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33012C; }
p { color: rgb(51,1,44); }
H1.HeaderClassName
{
color: #33012C;
}
.AnyTagClassName
{
color: #33012C;
}
</style>
background-color css
<style>
a { background-color: #33012C; }
a { background-color: rgb(51,1,44); }
div.DivClassName
{
background-color: #33012C;
}
.BgClassName
{
background-color: #33012C;
}
</style>
border-color css
<style>
span { border-color: #33012C; }
span { border-color: rgb(51,1,44); }
td.TdClassName
{
border-color: #33012C;
}
.TagClassName
{
border-color: #33012C;
}
</style>