Shades of Mardi Gras #31002B
Tints of Mardi Gras #31002B
RGB
CMYK
RGB Variations
Color information
#31002B (or 0x31002B) is known color: Mardi Gras. HEX triplet: 31, 00 and 2B. RGB value is (49,0,43). Sum of RGB (Red+Green+Blue) = 49+0+43=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #31002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002B is #CEFFD4. Grayscale: #131313. Windows color (decimal): -13565909 or 2818097. OLE color: 2818097.
HSL color Cylindrical-coordinate representation of color #31002B: hue angle of 307.35º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31002B is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.12 | 0.81 |
| HSL | 307.35º | 1% | 0.1% | - |
| HSV(B) | 307.35º | 1% | 0.19% | - |
| XYZ | 1.7 | 0.83 | 2.36 | - |
| YUV | 19.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 43 | 0 | 1 | 0.12 | 0.81 | 307.35 | 1 | 0.1 |
| Hex | 31 | 0 | 2B | 0 | 64 | C | 51 | 133 | 64 | A |
| Octal | 61 | 0 | 53 | 0 | 144 | 14 | 121 | 463 | 144 | 12 |
| Binary | 110001 | 0 | 101011 | 0 | 1100100 | 1100 | 1010001 | 100110011 | 1100100 | 1010 |
Color Harmonies of #31002B
Complementary color
Monochromatic Colors of #31002B
Black with #31002B
Text Example
Text Example
White with #31002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31002B; }
p { color: rgb(49,0,43); }
H1.HeaderClassName
{
color: #31002B;
}
.AnyTagClassName
{
color: #31002B;
}
</style>
background-color css
<style>
a { background-color: #31002B; }
a { background-color: rgb(49,0,43); }
div.DivClassName
{
background-color: #31002B;
}
.BgClassName
{
background-color: #31002B;
}
</style>
border-color css
<style>
span { border-color: #31002B; }
span { border-color: rgb(49,0,43); }
td.TdClassName
{
border-color: #31002B;
}
.TagClassName
{
border-color: #31002B;
}
</style>