Shades of Mardi Gras #2F132D
Tints of Mardi Gras #2F132D
RGB
CMYK
RGB Variations
Color information
#2F132D (or 0x2F132D) is known color: Mardi Gras. HEX triplet: 2F, 13 and 2D. RGB value is (47,19,45). Sum of RGB (Red+Green+Blue) = 47+19+45=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 47 - color contains mainly: red. Hex color #2F132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F132D is #D0ECD2. Grayscale: #1E1E1E. Windows color (decimal): -13692115 or 2954031. OLE color: 2954031.
HSL color Cylindrical-coordinate representation of color #2F132D: hue angle of 304.29º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F132D is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 19 | 45 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.82 |
| HSL | 304.29º | 0.42% | 0.13% | - |
| HSV(B) | 304.29º | 0.6% | 0.18% | - |
| XYZ | 1.88 | 1.26 | 2.63 | - |
| YUV | 30.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 45 | 0 | 0.60 | 0.04 | 0.82 | 304.29 | 0.42 | 0.13 |
| Hex | 2F | 13 | 2D | 0 | 3C | 4 | 52 | 130 | 2A | D |
| Octal | 57 | 23 | 55 | 0 | 74 | 4 | 122 | 460 | 52 | 15 |
| Binary | 101111 | 10011 | 101101 | 0 | 111100 | 100 | 1010010 | 100110000 | 101010 | 1101 |
Color Harmonies of #2F132D
Complementary color
Monochromatic Colors of #2F132D
Black with #2F132D
Text Example
Text Example
White with #2F132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F132D; }
p { color: rgb(47,19,45); }
H1.HeaderClassName
{
color: #2F132D;
}
.AnyTagClassName
{
color: #2F132D;
}
</style>
background-color css
<style>
a { background-color: #2F132D; }
a { background-color: rgb(47,19,45); }
div.DivClassName
{
background-color: #2F132D;
}
.BgClassName
{
background-color: #2F132D;
}
</style>
border-color css
<style>
span { border-color: #2F132D; }
span { border-color: rgb(47,19,45); }
td.TdClassName
{
border-color: #2F132D;
}
.TagClassName
{
border-color: #2F132D;
}
</style>