Shades of Mardi Gras #31052B
Tints of Mardi Gras #31052B
RGB
CMYK
RGB Variations
Color information
#31052B (or 0x31052B) is known color: Mardi Gras. HEX triplet: 31, 05 and 2B. RGB value is (49,5,43). Sum of RGB (Red+Green+Blue) = 49+5+43=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31052B is #CEFAD4. Grayscale: #161616. Windows color (decimal): -13564629 or 2819377. OLE color: 2819377.
HSL color Cylindrical-coordinate representation of color #31052B: hue angle of 308.18º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31052B is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 43 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.81 |
| HSL | 308.18º | 0.81% | 0.11% | - |
| HSV(B) | 308.18º | 0.9% | 0.19% | - |
| XYZ | 1.76 | 0.94 | 2.37 | - |
| YUV | 22.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 43 | 0 | 0.90 | 0.12 | 0.81 | 308.18 | 0.81 | 0.11 |
| Hex | 31 | 5 | 2B | 0 | 5A | C | 51 | 134 | 51 | B |
| Octal | 61 | 5 | 53 | 0 | 132 | 14 | 121 | 464 | 121 | 13 |
| Binary | 110001 | 101 | 101011 | 0 | 1011010 | 1100 | 1010001 | 100110100 | 1010001 | 1011 |
Color Harmonies of #31052B
Complementary color
Monochromatic Colors of #31052B
Black with #31052B
Text Example
Text Example
White with #31052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31052B; }
p { color: rgb(49,5,43); }
H1.HeaderClassName
{
color: #31052B;
}
.AnyTagClassName
{
color: #31052B;
}
</style>
background-color css
<style>
a { background-color: #31052B; }
a { background-color: rgb(49,5,43); }
div.DivClassName
{
background-color: #31052B;
}
.BgClassName
{
background-color: #31052B;
}
</style>
border-color css
<style>
span { border-color: #31052B; }
span { border-color: rgb(49,5,43); }
td.TdClassName
{
border-color: #31052B;
}
.TagClassName
{
border-color: #31052B;
}
</style>