Shades of Mardi Gras #2F032C
Tints of Mardi Gras #2F032C
RGB
CMYK
RGB Variations
Color information
#2F032C (or 0x2F032C) is known color: Mardi Gras. HEX triplet: 2F, 03 and 2C. RGB value is (47,3,44). Sum of RGB (Red+Green+Blue) = 47+3+44=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F032C is #D0FCD3. Grayscale: #141414. Windows color (decimal): -13696212 or 2884399. OLE color: 2884399.
HSL color Cylindrical-coordinate representation of color #2F032C: hue angle of 304.09º 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 #2F032C is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 3 | 44 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.82 |
| HSL | 304.09º | 0.88% | 0.1% | - |
| HSV(B) | 304.09º | 0.94% | 0.18% | - |
| XYZ | 1.66 | 0.85 | 2.46 | - |
| YUV | 20.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 44 | 0 | 0.94 | 0.06 | 0.82 | 304.09 | 0.88 | 0.1 |
| Hex | 2F | 3 | 2C | 0 | 5E | 6 | 52 | 130 | 58 | A |
| Octal | 57 | 3 | 54 | 0 | 136 | 6 | 122 | 460 | 130 | 12 |
| Binary | 101111 | 11 | 101100 | 0 | 1011110 | 110 | 1010010 | 100110000 | 1011000 | 1010 |
Color Harmonies of #2F032C
Complementary color
Monochromatic Colors of #2F032C
Black with #2F032C
Text Example
Text Example
White with #2F032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F032C; }
p { color: rgb(47,3,44); }
H1.HeaderClassName
{
color: #2F032C;
}
.AnyTagClassName
{
color: #2F032C;
}
</style>
background-color css
<style>
a { background-color: #2F032C; }
a { background-color: rgb(47,3,44); }
div.DivClassName
{
background-color: #2F032C;
}
.BgClassName
{
background-color: #2F032C;
}
</style>
border-color css
<style>
span { border-color: #2F032C; }
span { border-color: rgb(47,3,44); }
td.TdClassName
{
border-color: #2F032C;
}
.TagClassName
{
border-color: #2F032C;
}
</style>