Shades of Mardi Gras #2F0431
Tints of Mardi Gras #2F0431
RGB
CMYK
RGB Variations
Color information
#2F0431 (or 0x2F0431) is known color: Mardi Gras. HEX triplet: 2F, 04 and 31. RGB value is (47,4,49). Sum of RGB (Red+Green+Blue) = 47+4+49=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F0431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0431 is #D0FBCE. Grayscale: #151515. Windows color (decimal): -13695951 or 3212335. OLE color: 3212335.
HSL color Cylindrical-coordinate representation of color #2F0431: hue angle of 297.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0431 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 4 | 49 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.81 |
| HSL | 297.33º | 0.85% | 0.1% | - |
| HSV(B) | 297.33º | 0.92% | 0.19% | - |
| XYZ | 1.77 | 0.91 | 2.99 | - |
| YUV | 21.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 49 | 0.04 | 0.92 | 0 | 0.81 | 297.33 | 0.85 | 0.1 |
| Hex | 2F | 4 | 31 | 4 | 5C | 0 | 51 | 129 | 55 | A |
| Octal | 57 | 4 | 61 | 4 | 134 | 0 | 121 | 451 | 125 | 12 |
| Binary | 101111 | 100 | 110001 | 100 | 1011100 | 0 | 1010001 | 100101001 | 1010101 | 1010 |
Color Harmonies of #2F0431
Complementary color
Monochromatic Colors of #2F0431
Black with #2F0431
Text Example
Text Example
White with #2F0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0431; }
p { color: rgb(47,4,49); }
H1.HeaderClassName
{
color: #2F0431;
}
.AnyTagClassName
{
color: #2F0431;
}
</style>
background-color css
<style>
a { background-color: #2F0431; }
a { background-color: rgb(47,4,49); }
div.DivClassName
{
background-color: #2F0431;
}
.BgClassName
{
background-color: #2F0431;
}
</style>
border-color css
<style>
span { border-color: #2F0431; }
span { border-color: rgb(47,4,49); }
td.TdClassName
{
border-color: #2F0431;
}
.TagClassName
{
border-color: #2F0431;
}
</style>