Shades of Mardi Gras #2F2432
Tints of Mardi Gras #2F2432
RGB
CMYK
RGB Variations
Color information
#2F2432 (or 0x2F2432) is known color: Mardi Gras. HEX triplet: 2F, 24 and 32. RGB value is (47,36,50). Sum of RGB (Red+Green+Blue) = 47+36+50=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F2432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2432 is #D0DBCD. Grayscale: #282828. Windows color (decimal): -13687758 or 3286063. OLE color: 3286063.
HSL color Cylindrical-coordinate representation of color #2F2432: hue angle of 287.14º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F2432 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 36 | 50 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.80 |
| HSL | 287.14º | 0.16% | 0.17% | - |
| HSV(B) | 287.14º | 0.28% | 0.2% | - |
| XYZ | 2.38 | 2.1 | 3.3 | - |
| YUV | 40.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 50 | 0.06 | 0.28 | 0 | 0.80 | 287.14 | 0.16 | 0.17 |
| Hex | 2F | 24 | 32 | 6 | 1C | 0 | 50 | 11F | 10 | 11 |
| Octal | 57 | 44 | 62 | 6 | 34 | 0 | 120 | 437 | 20 | 21 |
| Binary | 101111 | 100100 | 110010 | 110 | 11100 | 0 | 1010000 | 100011111 | 10000 | 10001 |
Color Harmonies of #2F2432
Complementary color
Monochromatic Colors of #2F2432
Black with #2F2432
Text Example
Text Example
White with #2F2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2432; }
p { color: rgb(47,36,50); }
H1.HeaderClassName
{
color: #2F2432;
}
.AnyTagClassName
{
color: #2F2432;
}
</style>
background-color css
<style>
a { background-color: #2F2432; }
a { background-color: rgb(47,36,50); }
div.DivClassName
{
background-color: #2F2432;
}
.BgClassName
{
background-color: #2F2432;
}
</style>
border-color css
<style>
span { border-color: #2F2432; }
span { border-color: rgb(47,36,50); }
td.TdClassName
{
border-color: #2F2432;
}
.TagClassName
{
border-color: #2F2432;
}
</style>