Shades of Mardi Gras #31022B
Tints of Mardi Gras #31022B
RGB
CMYK
RGB Variations
Color information
#31022B (or 0x31022B) is known color: Mardi Gras. HEX triplet: 31, 02 and 2B. RGB value is (49,2,43). Sum of RGB (Red+Green+Blue) = 49+2+43=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31022B is #CEFDD4. Grayscale: #141414. Windows color (decimal): -13565397 or 2818609. OLE color: 2818609.
HSL color Cylindrical-coordinate representation of color #31022B: hue angle of 307.66º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31022B is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 43 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.81 |
| HSL | 307.66º | 0.92% | 0.1% | - |
| HSV(B) | 307.66º | 0.96% | 0.19% | - |
| XYZ | 1.72 | 0.87 | 2.36 | - |
| YUV | 20.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 43 | 0 | 0.96 | 0.12 | 0.81 | 307.66 | 0.92 | 0.1 |
| Hex | 31 | 2 | 2B | 0 | 60 | C | 51 | 134 | 5C | A |
| Octal | 61 | 2 | 53 | 0 | 140 | 14 | 121 | 464 | 134 | 12 |
| Binary | 110001 | 10 | 101011 | 0 | 1100000 | 1100 | 1010001 | 100110100 | 1011100 | 1010 |
Color Harmonies of #31022B
Complementary color
Monochromatic Colors of #31022B
Black with #31022B
Text Example
Text Example
White with #31022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31022B; }
p { color: rgb(49,2,43); }
H1.HeaderClassName
{
color: #31022B;
}
.AnyTagClassName
{
color: #31022B;
}
</style>
background-color css
<style>
a { background-color: #31022B; }
a { background-color: rgb(49,2,43); }
div.DivClassName
{
background-color: #31022B;
}
.BgClassName
{
background-color: #31022B;
}
</style>
border-color css
<style>
span { border-color: #31022B; }
span { border-color: rgb(49,2,43); }
td.TdClassName
{
border-color: #31022B;
}
.TagClassName
{
border-color: #31022B;
}
</style>