Shades of Mardi Gras #2F0131
Tints of Mardi Gras #2F0131
RGB
CMYK
RGB Variations
Color information
#2F0131 (or 0x2F0131) is known color: Mardi Gras. HEX triplet: 2F, 01 and 31. RGB value is (47,1,49). Sum of RGB (Red+Green+Blue) = 47+1+49=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0131 is #D0FECE. Grayscale: #141414. Windows color (decimal): -13696719 or 3211567. OLE color: 3211567.
HSL color Cylindrical-coordinate representation of color #2F0131: hue angle of 297.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0131 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 1 | 49 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.81 |
| HSL | 297.5º | 0.96% | 0.1% | - |
| HSV(B) | 297.5º | 0.98% | 0.19% | - |
| XYZ | 1.74 | 0.85 | 2.98 | - |
| YUV | 20.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 49 | 0.04 | 0.98 | 0 | 0.81 | 297.5 | 0.96 | 0.1 |
| Hex | 2F | 1 | 31 | 4 | 62 | 0 | 51 | 12A | 60 | A |
| Octal | 57 | 1 | 61 | 4 | 142 | 0 | 121 | 452 | 140 | 12 |
| Binary | 101111 | 1 | 110001 | 100 | 1100010 | 0 | 1010001 | 100101010 | 1100000 | 1010 |
Color Harmonies of #2F0131
Complementary color
Monochromatic Colors of #2F0131
Black with #2F0131
Text Example
Text Example
White with #2F0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0131; }
p { color: rgb(47,1,49); }
H1.HeaderClassName
{
color: #2F0131;
}
.AnyTagClassName
{
color: #2F0131;
}
</style>
background-color css
<style>
a { background-color: #2F0131; }
a { background-color: rgb(47,1,49); }
div.DivClassName
{
background-color: #2F0131;
}
.BgClassName
{
background-color: #2F0131;
}
</style>
border-color css
<style>
span { border-color: #2F0131; }
span { border-color: rgb(47,1,49); }
td.TdClassName
{
border-color: #2F0131;
}
.TagClassName
{
border-color: #2F0131;
}
</style>