Shades of Mardi Gras #2F132B
Tints of Mardi Gras #2F132B
RGB
CMYK
RGB Variations
Color information
#2F132B (or 0x2F132B) is known color: Mardi Gras. HEX triplet: 2F, 13 and 2B. RGB value is (47,19,43). Sum of RGB (Red+Green+Blue) = 47+19+43=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 47 - color contains mainly: red. Hex color #2F132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F132B is #D0ECD4. Grayscale: #1E1E1E. Windows color (decimal): -13692117 or 2822959. OLE color: 2822959.
HSL color Cylindrical-coordinate representation of color #2F132B: hue angle of 308.57º 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 #2F132B is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 19 | 43 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.82 |
| HSL | 308.57º | 0.42% | 0.13% | - |
| HSV(B) | 308.57º | 0.6% | 0.18% | - |
| XYZ | 1.84 | 1.24 | 2.43 | - |
| YUV | 30.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 43 | 0 | 0.60 | 0.09 | 0.82 | 308.57 | 0.42 | 0.13 |
| Hex | 2F | 13 | 2B | 0 | 3C | 9 | 52 | 135 | 2A | D |
| Octal | 57 | 23 | 53 | 0 | 74 | 11 | 122 | 465 | 52 | 15 |
| Binary | 101111 | 10011 | 101011 | 0 | 111100 | 1001 | 1010010 | 100110101 | 101010 | 1101 |
Color Harmonies of #2F132B
Complementary color
Monochromatic Colors of #2F132B
Black with #2F132B
Text Example
Text Example
White with #2F132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F132B; }
p { color: rgb(47,19,43); }
H1.HeaderClassName
{
color: #2F132B;
}
.AnyTagClassName
{
color: #2F132B;
}
</style>
background-color css
<style>
a { background-color: #2F132B; }
a { background-color: rgb(47,19,43); }
div.DivClassName
{
background-color: #2F132B;
}
.BgClassName
{
background-color: #2F132B;
}
</style>
border-color css
<style>
span { border-color: #2F132B; }
span { border-color: rgb(47,19,43); }
td.TdClassName
{
border-color: #2F132B;
}
.TagClassName
{
border-color: #2F132B;
}
</style>