Shades of Mardi Gras #33122D
Tints of Mardi Gras #33122D
RGB
CMYK
RGB Variations
Color information
#33122D (or 0x33122D) is known color: Mardi Gras. HEX triplet: 33, 12 and 2D. RGB value is (51,18,45). Sum of RGB (Red+Green+Blue) = 51+18+45=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #33122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33122D is #CCEDD2. Grayscale: #1E1E1E. Windows color (decimal): -13430227 or 2953779. OLE color: 2953779.
HSL color Cylindrical-coordinate representation of color #33122D: hue angle of 310.91º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33122D is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 45 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.8 |
| HSL | 310.91º | 0.48% | 0.14% | - |
| HSV(B) | 310.91º | 0.65% | 0.2% | - |
| XYZ | 2.06 | 1.33 | 2.63 | - |
| YUV | 30.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 45 | 0 | 0.65 | 0.12 | 0.8 | 310.91 | 0.48 | 0.14 |
| Hex | 33 | 12 | 2D | 0 | 41 | C | 50 | 137 | 30 | E |
| Octal | 63 | 22 | 55 | 0 | 101 | 14 | 120 | 467 | 60 | 16 |
| Binary | 110011 | 10010 | 101101 | 0 | 1000001 | 1100 | 1010000 | 100110111 | 110000 | 1110 |
Color Harmonies of #33122D
Complementary color
Monochromatic Colors of #33122D
Black with #33122D
Text Example
Text Example
White with #33122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33122D; }
p { color: rgb(51,18,45); }
H1.HeaderClassName
{
color: #33122D;
}
.AnyTagClassName
{
color: #33122D;
}
</style>
background-color css
<style>
a { background-color: #33122D; }
a { background-color: rgb(51,18,45); }
div.DivClassName
{
background-color: #33122D;
}
.BgClassName
{
background-color: #33122D;
}
</style>
border-color css
<style>
span { border-color: #33122D; }
span { border-color: rgb(51,18,45); }
td.TdClassName
{
border-color: #33122D;
}
.TagClassName
{
border-color: #33122D;
}
</style>