Shades of Mardi Gras #33172F
Tints of Mardi Gras #33172F
RGB
CMYK
RGB Variations
Color information
#33172F (or 0x33172F) is known color: Mardi Gras. HEX triplet: 33, 17 and 2F. RGB value is (51,23,47). Sum of RGB (Red+Green+Blue) = 51+23+47=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #33172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33172F is #CCE8D0. Grayscale: #222222. Windows color (decimal): -13428945 or 3086131. OLE color: 3086131.
HSL color Cylindrical-coordinate representation of color #33172F: hue angle of 308.57º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33172F is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 23 | 47 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.8 |
| HSL | 308.57º | 0.38% | 0.15% | - |
| HSV(B) | 308.57º | 0.55% | 0.2% | - |
| XYZ | 2.18 | 1.52 | 2.87 | - |
| YUV | 34.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 47 | 0 | 0.55 | 0.08 | 0.8 | 308.57 | 0.38 | 0.15 |
| Hex | 33 | 17 | 2F | 0 | 37 | 8 | 50 | 135 | 26 | F |
| Octal | 63 | 27 | 57 | 0 | 67 | 10 | 120 | 465 | 46 | 17 |
| Binary | 110011 | 10111 | 101111 | 0 | 110111 | 1000 | 1010000 | 100110101 | 100110 | 1111 |
Color Harmonies of #33172F
Complementary color
Monochromatic Colors of #33172F
Black with #33172F
Text Example
Text Example
White with #33172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33172F; }
p { color: rgb(51,23,47); }
H1.HeaderClassName
{
color: #33172F;
}
.AnyTagClassName
{
color: #33172F;
}
</style>
background-color css
<style>
a { background-color: #33172F; }
a { background-color: rgb(51,23,47); }
div.DivClassName
{
background-color: #33172F;
}
.BgClassName
{
background-color: #33172F;
}
</style>
border-color css
<style>
span { border-color: #33172F; }
span { border-color: rgb(51,23,47); }
td.TdClassName
{
border-color: #33172F;
}
.TagClassName
{
border-color: #33172F;
}
</style>