Shades of Mardi Gras #2F0329
Tints of Mardi Gras #2F0329
RGB
CMYK
RGB Variations
Color information
#2F0329 (or 0x2F0329) is known color: Mardi Gras. HEX triplet: 2F, 03 and 29. RGB value is (47,3,41). Sum of RGB (Red+Green+Blue) = 47+3+41=91 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.65% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0329 is #D0FCD6. Grayscale: #141414. Windows color (decimal): -13696215 or 2687791. OLE color: 2687791.
HSL color Cylindrical-coordinate representation of color #2F0329: hue angle of 308.18º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0329 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 3 | 41 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.82 |
| HSL | 308.18º | 0.88% | 0.1% | - |
| HSV(B) | 308.18º | 0.94% | 0.18% | - |
| XYZ | 1.61 | 0.83 | 2.17 | - |
| YUV | 20.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 41 | 0 | 0.94 | 0.13 | 0.82 | 308.18 | 0.88 | 0.1 |
| Hex | 2F | 3 | 29 | 0 | 5E | D | 52 | 134 | 58 | A |
| Octal | 57 | 3 | 51 | 0 | 136 | 15 | 122 | 464 | 130 | 12 |
| Binary | 101111 | 11 | 101001 | 0 | 1011110 | 1101 | 1010010 | 100110100 | 1011000 | 1010 |
Color Harmonies of #2F0329
Complementary color
Monochromatic Colors of #2F0329
Black with #2F0329
Text Example
Text Example
White with #2F0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0329; }
p { color: rgb(47,3,41); }
H1.HeaderClassName
{
color: #2F0329;
}
.AnyTagClassName
{
color: #2F0329;
}
</style>
background-color css
<style>
a { background-color: #2F0329; }
a { background-color: rgb(47,3,41); }
div.DivClassName
{
background-color: #2F0329;
}
.BgClassName
{
background-color: #2F0329;
}
</style>
border-color css
<style>
span { border-color: #2F0329; }
span { border-color: rgb(47,3,41); }
td.TdClassName
{
border-color: #2F0329;
}
.TagClassName
{
border-color: #2F0329;
}
</style>