Shades of Mardi Gras #2F202F
Tints of Mardi Gras #2F202F
RGB
CMYK
RGB Variations
Color information
#2F202F (or 0x2F202F) is known color: Mardi Gras. HEX triplet: 2F, 20 and 2F. RGB value is (47,32,47). Sum of RGB (Red+Green+Blue) = 47+32+47=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F202F is #D0DFD0. Grayscale: #262626. Windows color (decimal): -13688785 or 3088431. OLE color: 3088431.
HSL color Cylindrical-coordinate representation of color #2F202F: hue angle of 300º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F202F is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 32 | 47 | - |
| CMYK | 0 | 0.32 | 0 | 0.82 |
| HSL | 300º | 0.19% | 0.15% | - |
| HSV(B) | 300º | 0.32% | 0.18% | - |
| XYZ | 2.2 | 1.84 | 2.93 | - |
| YUV | 38.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 47 | 0 | 0.32 | 0 | 0.82 | 300 | 0.19 | 0.15 |
| Hex | 2F | 20 | 2F | 0 | 20 | 0 | 52 | 12C | 13 | F |
| Octal | 57 | 40 | 57 | 0 | 40 | 0 | 122 | 454 | 23 | 17 |
| Binary | 101111 | 100000 | 101111 | 0 | 100000 | 0 | 1010010 | 100101100 | 10011 | 1111 |
Color Harmonies of #2F202F
Complementary color
Monochromatic Colors of #2F202F
Black with #2F202F
Text Example
Text Example
White with #2F202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F202F; }
p { color: rgb(47,32,47); }
H1.HeaderClassName
{
color: #2F202F;
}
.AnyTagClassName
{
color: #2F202F;
}
</style>
background-color css
<style>
a { background-color: #2F202F; }
a { background-color: rgb(47,32,47); }
div.DivClassName
{
background-color: #2F202F;
}
.BgClassName
{
background-color: #2F202F;
}
</style>
border-color css
<style>
span { border-color: #2F202F; }
span { border-color: rgb(47,32,47); }
td.TdClassName
{
border-color: #2F202F;
}
.TagClassName
{
border-color: #2F202F;
}
</style>