Shades of Mardi Gras #2F042D
Tints of Mardi Gras #2F042D
RGB
CMYK
RGB Variations
Color information
#2F042D (or 0x2F042D) is known color: Mardi Gras. HEX triplet: 2F, 04 and 2D. RGB value is (47,4,45). Sum of RGB (Red+Green+Blue) = 47+4+45=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F042D is #D0FBD2. Grayscale: #151515. Windows color (decimal): -13695955 or 2950191. OLE color: 2950191.
HSL color Cylindrical-coordinate representation of color #2F042D: hue angle of 302.79º 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 #2F042D is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 4 | 45 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.82 |
| HSL | 302.79º | 0.84% | 0.1% | - |
| HSV(B) | 302.79º | 0.91% | 0.18% | - |
| XYZ | 1.69 | 0.88 | 2.56 | - |
| YUV | 21.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 45 | 0 | 0.91 | 0.04 | 0.82 | 302.79 | 0.84 | 0.1 |
| Hex | 2F | 4 | 2D | 0 | 5B | 4 | 52 | 12F | 54 | A |
| Octal | 57 | 4 | 55 | 0 | 133 | 4 | 122 | 457 | 124 | 12 |
| Binary | 101111 | 100 | 101101 | 0 | 1011011 | 100 | 1010010 | 100101111 | 1010100 | 1010 |
Color Harmonies of #2F042D
Complementary color
Monochromatic Colors of #2F042D
Black with #2F042D
Text Example
Text Example
White with #2F042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F042D; }
p { color: rgb(47,4,45); }
H1.HeaderClassName
{
color: #2F042D;
}
.AnyTagClassName
{
color: #2F042D;
}
</style>
background-color css
<style>
a { background-color: #2F042D; }
a { background-color: rgb(47,4,45); }
div.DivClassName
{
background-color: #2F042D;
}
.BgClassName
{
background-color: #2F042D;
}
</style>
border-color css
<style>
span { border-color: #2F042D; }
span { border-color: rgb(47,4,45); }
td.TdClassName
{
border-color: #2F042D;
}
.TagClassName
{
border-color: #2F042D;
}
</style>