Shades of Mardi Gras #2F1B32
Tints of Mardi Gras #2F1B32
RGB
CMYK
RGB Variations
Color information
#2F1B32 (or 0x2F1B32) is known color: Mardi Gras. HEX triplet: 2F, 1B and 32. RGB value is (47,27,50). Sum of RGB (Red+Green+Blue) = 47+27+50=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F1B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1B32 is #D0E4CD. Grayscale: #232323. Windows color (decimal): -13690062 or 3283759. OLE color: 3283759.
HSL color Cylindrical-coordinate representation of color #2F1B32: hue angle of 292.17º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F1B32 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 27 | 50 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.80 |
| HSL | 292.17º | 0.3% | 0.15% | - |
| HSV(B) | 292.17º | 0.46% | 0.2% | - |
| XYZ | 2.14 | 1.62 | 3.22 | - |
| YUV | 35.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 50 | 0.06 | 0.46 | 0 | 0.80 | 292.17 | 0.3 | 0.15 |
| Hex | 2F | 1B | 32 | 6 | 2E | 0 | 50 | 124 | 1E | F |
| Octal | 57 | 33 | 62 | 6 | 56 | 0 | 120 | 444 | 36 | 17 |
| Binary | 101111 | 11011 | 110010 | 110 | 101110 | 0 | 1010000 | 100100100 | 11110 | 1111 |
Color Harmonies of #2F1B32
Complementary color
Monochromatic Colors of #2F1B32
Black with #2F1B32
Text Example
Text Example
White with #2F1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1B32; }
p { color: rgb(47,27,50); }
H1.HeaderClassName
{
color: #2F1B32;
}
.AnyTagClassName
{
color: #2F1B32;
}
</style>
background-color css
<style>
a { background-color: #2F1B32; }
a { background-color: rgb(47,27,50); }
div.DivClassName
{
background-color: #2F1B32;
}
.BgClassName
{
background-color: #2F1B32;
}
</style>
border-color css
<style>
span { border-color: #2F1B32; }
span { border-color: rgb(47,27,50); }
td.TdClassName
{
border-color: #2F1B32;
}
.TagClassName
{
border-color: #2F1B32;
}
</style>