Shades of Mardi Gras #2F0429
Tints of Mardi Gras #2F0429
RGB
CMYK
RGB Variations
Color information
#2F0429 (or 0x2F0429) is known color: Mardi Gras. HEX triplet: 2F, 04 and 29. RGB value is (47,4,41). Sum of RGB (Red+Green+Blue) = 47+4+41=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0429 is #D0FBD6. Grayscale: #141414. Windows color (decimal): -13695959 or 2688047. OLE color: 2688047.
HSL color Cylindrical-coordinate representation of color #2F0429: hue angle of 308.37º 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 #2F0429 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 4 | 41 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.82 |
| HSL | 308.37º | 0.84% | 0.1% | - |
| HSV(B) | 308.37º | 0.91% | 0.18% | - |
| XYZ | 1.62 | 0.85 | 2.18 | - |
| YUV | 21.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 41 | 0 | 0.91 | 0.13 | 0.82 | 308.37 | 0.84 | 0.1 |
| Hex | 2F | 4 | 29 | 0 | 5B | D | 52 | 134 | 54 | A |
| Octal | 57 | 4 | 51 | 0 | 133 | 15 | 122 | 464 | 124 | 12 |
| Binary | 101111 | 100 | 101001 | 0 | 1011011 | 1101 | 1010010 | 100110100 | 1010100 | 1010 |
Color Harmonies of #2F0429
Complementary color
Monochromatic Colors of #2F0429
Black with #2F0429
Text Example
Text Example
White with #2F0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0429; }
p { color: rgb(47,4,41); }
H1.HeaderClassName
{
color: #2F0429;
}
.AnyTagClassName
{
color: #2F0429;
}
</style>
background-color css
<style>
a { background-color: #2F0429; }
a { background-color: rgb(47,4,41); }
div.DivClassName
{
background-color: #2F0429;
}
.BgClassName
{
background-color: #2F0429;
}
</style>
border-color css
<style>
span { border-color: #2F0429; }
span { border-color: rgb(47,4,41); }
td.TdClassName
{
border-color: #2F0429;
}
.TagClassName
{
border-color: #2F0429;
}
</style>