Shades of Mardi Gras #33122F
Tints of Mardi Gras #33122F
RGB
CMYK
RGB Variations
Color information
#33122F (or 0x33122F) is known color: Mardi Gras. HEX triplet: 33, 12 and 2F. RGB value is (51,18,47). Sum of RGB (Red+Green+Blue) = 51+18+47=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #33122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33122F is #CCEDD0. Grayscale: #1F1F1F. Windows color (decimal): -13430225 or 3084851. OLE color: 3084851.
HSL color Cylindrical-coordinate representation of color #33122F: hue angle of 307.27º 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 #33122F is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 47 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.8 |
| HSL | 307.27º | 0.48% | 0.14% | - |
| HSV(B) | 307.27º | 0.65% | 0.2% | - |
| XYZ | 2.09 | 1.34 | 2.84 | - |
| YUV | 31.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 47 | 0 | 0.65 | 0.08 | 0.8 | 307.27 | 0.48 | 0.14 |
| Hex | 33 | 12 | 2F | 0 | 41 | 8 | 50 | 133 | 30 | E |
| Octal | 63 | 22 | 57 | 0 | 101 | 10 | 120 | 463 | 60 | 16 |
| Binary | 110011 | 10010 | 101111 | 0 | 1000001 | 1000 | 1010000 | 100110011 | 110000 | 1110 |
Color Harmonies of #33122F
Complementary color
Monochromatic Colors of #33122F
Black with #33122F
Text Example
Text Example
White with #33122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33122F; }
p { color: rgb(51,18,47); }
H1.HeaderClassName
{
color: #33122F;
}
.AnyTagClassName
{
color: #33122F;
}
</style>
background-color css
<style>
a { background-color: #33122F; }
a { background-color: rgb(51,18,47); }
div.DivClassName
{
background-color: #33122F;
}
.BgClassName
{
background-color: #33122F;
}
</style>
border-color css
<style>
span { border-color: #33122F; }
span { border-color: rgb(51,18,47); }
td.TdClassName
{
border-color: #33122F;
}
.TagClassName
{
border-color: #33122F;
}
</style>