Shades of Mardi Gras #2F1F2E
Tints of Mardi Gras #2F1F2E
RGB
CMYK
RGB Variations
Color information
#2F1F2E (or 0x2F1F2E) is known color: Mardi Gras. HEX triplet: 2F, 1F and 2E. RGB value is (47,31,46). Sum of RGB (Red+Green+Blue) = 47+31+46=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1F2E is #D0E0D1. Grayscale: #252525. Windows color (decimal): -13689042 or 3022639. OLE color: 3022639.
HSL color Cylindrical-coordinate representation of color #2F1F2E: hue angle of 303.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F1F2E is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 31 | 46 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.82 |
| HSL | 303.75º | 0.21% | 0.15% | - |
| HSV(B) | 303.75º | 0.34% | 0.18% | - |
| XYZ | 2.16 | 1.78 | 2.82 | - |
| YUV | 37.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 31 | 46 | 0 | 0.34 | 0.02 | 0.82 | 303.75 | 0.21 | 0.15 |
| Hex | 2F | 1F | 2E | 0 | 22 | 2 | 52 | 130 | 15 | F |
| Octal | 57 | 37 | 56 | 0 | 42 | 2 | 122 | 460 | 25 | 17 |
| Binary | 101111 | 11111 | 101110 | 0 | 100010 | 10 | 1010010 | 100110000 | 10101 | 1111 |
Color Harmonies of #2F1F2E
Complementary color
Monochromatic Colors of #2F1F2E
Black with #2F1F2E
Text Example
Text Example
White with #2F1F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1F2E; }
p { color: rgb(47,31,46); }
H1.HeaderClassName
{
color: #2F1F2E;
}
.AnyTagClassName
{
color: #2F1F2E;
}
</style>
background-color css
<style>
a { background-color: #2F1F2E; }
a { background-color: rgb(47,31,46); }
div.DivClassName
{
background-color: #2F1F2E;
}
.BgClassName
{
background-color: #2F1F2E;
}
</style>
border-color css
<style>
span { border-color: #2F1F2E; }
span { border-color: rgb(47,31,46); }
td.TdClassName
{
border-color: #2F1F2E;
}
.TagClassName
{
border-color: #2F1F2E;
}
</style>