Shades of Mardi Gras #33112E
Tints of Mardi Gras #33112E
RGB
CMYK
RGB Variations
Color information
#33112E (or 0x33112E) is known color: Mardi Gras. HEX triplet: 33, 11 and 2E. RGB value is (51,17,46). Sum of RGB (Red+Green+Blue) = 51+17+46=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #33112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33112E is #CCEED1. Grayscale: #1E1E1E. Windows color (decimal): -13430482 or 3019059. OLE color: 3019059.
HSL color Cylindrical-coordinate representation of color #33112E: hue angle of 308.82º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33112E is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 46 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.8 |
| HSL | 308.82º | 0.5% | 0.13% | - |
| HSV(B) | 308.82º | 0.67% | 0.2% | - |
| XYZ | 2.06 | 1.3 | 2.73 | - |
| YUV | 30.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 46 | 0 | 0.67 | 0.10 | 0.8 | 308.82 | 0.5 | 0.13 |
| Hex | 33 | 11 | 2E | 0 | 43 | A | 50 | 135 | 32 | D |
| Octal | 63 | 21 | 56 | 0 | 103 | 12 | 120 | 465 | 62 | 15 |
| Binary | 110011 | 10001 | 101110 | 0 | 1000011 | 1010 | 1010000 | 100110101 | 110010 | 1101 |
Color Harmonies of #33112E
Complementary color
Monochromatic Colors of #33112E
Black with #33112E
Text Example
Text Example
White with #33112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33112E; }
p { color: rgb(51,17,46); }
H1.HeaderClassName
{
color: #33112E;
}
.AnyTagClassName
{
color: #33112E;
}
</style>
background-color css
<style>
a { background-color: #33112E; }
a { background-color: rgb(51,17,46); }
div.DivClassName
{
background-color: #33112E;
}
.BgClassName
{
background-color: #33112E;
}
</style>
border-color css
<style>
span { border-color: #33112E; }
span { border-color: rgb(51,17,46); }
td.TdClassName
{
border-color: #33112E;
}
.TagClassName
{
border-color: #33112E;
}
</style>