Shades of Mardi Gras #2F0331
Tints of Mardi Gras #2F0331
RGB
CMYK
RGB Variations
Color information
#2F0331 (or 0x2F0331) is known color: Mardi Gras. HEX triplet: 2F, 03 and 31. RGB value is (47,3,49). Sum of RGB (Red+Green+Blue) = 47+3+49=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F0331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0331 is #D0FCCE. Grayscale: #151515. Windows color (decimal): -13696207 or 3212079. OLE color: 3212079.
HSL color Cylindrical-coordinate representation of color #2F0331: hue angle of 297.39º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0331 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 3 | 49 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.81 |
| HSL | 297.39º | 0.88% | 0.1% | - |
| HSV(B) | 297.39º | 0.94% | 0.19% | - |
| XYZ | 1.76 | 0.89 | 2.99 | - |
| YUV | 21.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 49 | 0.04 | 0.94 | 0 | 0.81 | 297.39 | 0.88 | 0.1 |
| Hex | 2F | 3 | 31 | 4 | 5E | 0 | 51 | 129 | 58 | A |
| Octal | 57 | 3 | 61 | 4 | 136 | 0 | 121 | 451 | 130 | 12 |
| Binary | 101111 | 11 | 110001 | 100 | 1011110 | 0 | 1010001 | 100101001 | 1011000 | 1010 |
Color Harmonies of #2F0331
Complementary color
Monochromatic Colors of #2F0331
Black with #2F0331
Text Example
Text Example
White with #2F0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0331; }
p { color: rgb(47,3,49); }
H1.HeaderClassName
{
color: #2F0331;
}
.AnyTagClassName
{
color: #2F0331;
}
</style>
background-color css
<style>
a { background-color: #2F0331; }
a { background-color: rgb(47,3,49); }
div.DivClassName
{
background-color: #2F0331;
}
.BgClassName
{
background-color: #2F0331;
}
</style>
border-color css
<style>
span { border-color: #2F0331; }
span { border-color: rgb(47,3,49); }
td.TdClassName
{
border-color: #2F0331;
}
.TagClassName
{
border-color: #2F0331;
}
</style>