Shades of Mardi Gras #33182F
Tints of Mardi Gras #33182F
RGB
CMYK
RGB Variations
Color information
#33182F (or 0x33182F) is known color: Mardi Gras. HEX triplet: 33, 18 and 2F. RGB value is (51,24,47). Sum of RGB (Red+Green+Blue) = 51+24+47=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #33182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33182F is #CCE7D0. Grayscale: #222222. Windows color (decimal): -13428689 or 3086387. OLE color: 3086387.
HSL color Cylindrical-coordinate representation of color #33182F: hue angle of 308.89º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33182F is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 47 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.8 |
| HSL | 308.89º | 0.36% | 0.15% | - |
| HSV(B) | 308.89º | 0.53% | 0.2% | - |
| XYZ | 2.2 | 1.56 | 2.87 | - |
| YUV | 34.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 47 | 0 | 0.53 | 0.08 | 0.8 | 308.89 | 0.36 | 0.15 |
| Hex | 33 | 18 | 2F | 0 | 35 | 8 | 50 | 135 | 24 | F |
| Octal | 63 | 30 | 57 | 0 | 65 | 10 | 120 | 465 | 44 | 17 |
| Binary | 110011 | 11000 | 101111 | 0 | 110101 | 1000 | 1010000 | 100110101 | 100100 | 1111 |
Color Harmonies of #33182F
Complementary color
Monochromatic Colors of #33182F
Black with #33182F
Text Example
Text Example
White with #33182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33182F; }
p { color: rgb(51,24,47); }
H1.HeaderClassName
{
color: #33182F;
}
.AnyTagClassName
{
color: #33182F;
}
</style>
background-color css
<style>
a { background-color: #33182F; }
a { background-color: rgb(51,24,47); }
div.DivClassName
{
background-color: #33182F;
}
.BgClassName
{
background-color: #33182F;
}
</style>
border-color css
<style>
span { border-color: #33182F; }
span { border-color: rgb(51,24,47); }
td.TdClassName
{
border-color: #33182F;
}
.TagClassName
{
border-color: #33182F;
}
</style>