Shades of Mardi Gras #2F042C
Tints of Mardi Gras #2F042C
RGB
CMYK
RGB Variations
Color information
#2F042C (or 0x2F042C) is known color: Mardi Gras. HEX triplet: 2F, 04 and 2C. RGB value is (47,4,44). Sum of RGB (Red+Green+Blue) = 47+4+44=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F042C is #D0FBD3. Grayscale: #151515. Windows color (decimal): -13695956 or 2884655. OLE color: 2884655.
HSL color Cylindrical-coordinate representation of color #2F042C: hue angle of 304.19º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F042C is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 4 | 44 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.82 |
| HSL | 304.19º | 0.84% | 0.1% | - |
| HSV(B) | 304.19º | 0.91% | 0.18% | - |
| XYZ | 1.67 | 0.87 | 2.46 | - |
| YUV | 21.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 44 | 0 | 0.91 | 0.06 | 0.82 | 304.19 | 0.84 | 0.1 |
| Hex | 2F | 4 | 2C | 0 | 5B | 6 | 52 | 130 | 54 | A |
| Octal | 57 | 4 | 54 | 0 | 133 | 6 | 122 | 460 | 124 | 12 |
| Binary | 101111 | 100 | 101100 | 0 | 1011011 | 110 | 1010010 | 100110000 | 1010100 | 1010 |
Color Harmonies of #2F042C
Complementary color
Monochromatic Colors of #2F042C
Black with #2F042C
Text Example
Text Example
White with #2F042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F042C; }
p { color: rgb(47,4,44); }
H1.HeaderClassName
{
color: #2F042C;
}
.AnyTagClassName
{
color: #2F042C;
}
</style>
background-color css
<style>
a { background-color: #2F042C; }
a { background-color: rgb(47,4,44); }
div.DivClassName
{
background-color: #2F042C;
}
.BgClassName
{
background-color: #2F042C;
}
</style>
border-color css
<style>
span { border-color: #2F042C; }
span { border-color: rgb(47,4,44); }
td.TdClassName
{
border-color: #2F042C;
}
.TagClassName
{
border-color: #2F042C;
}
</style>