Shades of Mardi Gras #331736
Tints of Mardi Gras #331736
RGB
CMYK
RGB Variations
Color information
#331736 (or 0x331736) is known color: Mardi Gras. HEX triplet: 33, 17 and 36. RGB value is (51,23,54). Sum of RGB (Red+Green+Blue) = 51+23+54=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #331736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331736 is #CCE8C9. Grayscale: #222222. Windows color (decimal): -13428938 or 3544883. OLE color: 3544883.
HSL color Cylindrical-coordinate representation of color #331736: hue angle of 294.19º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #331736 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 23 | 54 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.79 |
| HSL | 294.19º | 0.4% | 0.15% | - |
| HSV(B) | 294.19º | 0.57% | 0.21% | - |
| XYZ | 2.34 | 1.58 | 3.67 | - |
| YUV | 34.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 54 | 0.06 | 0.57 | 0 | 0.79 | 294.19 | 0.4 | 0.15 |
| Hex | 33 | 17 | 36 | 6 | 39 | 0 | 4F | 126 | 28 | F |
| Octal | 63 | 27 | 66 | 6 | 71 | 0 | 117 | 446 | 50 | 17 |
| Binary | 110011 | 10111 | 110110 | 110 | 111001 | 0 | 1001111 | 100100110 | 101000 | 1111 |
Color Harmonies of #331736
Complementary color
Monochromatic Colors of #331736
Black with #331736
Text Example
Text Example
White with #331736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331736; }
p { color: rgb(51,23,54); }
H1.HeaderClassName
{
color: #331736;
}
.AnyTagClassName
{
color: #331736;
}
</style>
background-color css
<style>
a { background-color: #331736; }
a { background-color: rgb(51,23,54); }
div.DivClassName
{
background-color: #331736;
}
.BgClassName
{
background-color: #331736;
}
</style>
border-color css
<style>
span { border-color: #331736; }
span { border-color: rgb(51,23,54); }
td.TdClassName
{
border-color: #331736;
}
.TagClassName
{
border-color: #331736;
}
</style>