Shades of Mardi Gras #2F052C
Tints of Mardi Gras #2F052C
RGB
CMYK
RGB Variations
Color information
#2F052C (or 0x2F052C) is known color: Mardi Gras. HEX triplet: 2F, 05 and 2C. RGB value is (47,5,44). Sum of RGB (Red+Green+Blue) = 47+5+44=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F052C is #D0FAD3. Grayscale: #151515. Windows color (decimal): -13695700 or 2884911. OLE color: 2884911.
HSL color Cylindrical-coordinate representation of color #2F052C: hue angle of 304.29º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F052C is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 5 | 44 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.82 |
| HSL | 304.29º | 0.81% | 0.1% | - |
| HSV(B) | 304.29º | 0.89% | 0.18% | - |
| XYZ | 1.68 | 0.89 | 2.47 | - |
| YUV | 22 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 44 | 0 | 0.89 | 0.06 | 0.82 | 304.29 | 0.81 | 0.1 |
| Hex | 2F | 5 | 2C | 0 | 59 | 6 | 52 | 130 | 51 | A |
| Octal | 57 | 5 | 54 | 0 | 131 | 6 | 122 | 460 | 121 | 12 |
| Binary | 101111 | 101 | 101100 | 0 | 1011001 | 110 | 1010010 | 100110000 | 1010001 | 1010 |
Color Harmonies of #2F052C
Complementary color
Monochromatic Colors of #2F052C
Black with #2F052C
Text Example
Text Example
White with #2F052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F052C; }
p { color: rgb(47,5,44); }
H1.HeaderClassName
{
color: #2F052C;
}
.AnyTagClassName
{
color: #2F052C;
}
</style>
background-color css
<style>
a { background-color: #2F052C; }
a { background-color: rgb(47,5,44); }
div.DivClassName
{
background-color: #2F052C;
}
.BgClassName
{
background-color: #2F052C;
}
</style>
border-color css
<style>
span { border-color: #2F052C; }
span { border-color: rgb(47,5,44); }
td.TdClassName
{
border-color: #2F052C;
}
.TagClassName
{
border-color: #2F052C;
}
</style>