Shades of Mardi Gras #2F262E
Tints of Mardi Gras #2F262E
RGB
CMYK
RGB Variations
Color information
#2F262E (or 0x2F262E) is known color: Mardi Gras. HEX triplet: 2F, 26 and 2E. RGB value is (47,38,46). Sum of RGB (Red+Green+Blue) = 47+38+46=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 47 - color contains mainly: red. Hex color #2F262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F262E is #D0D9D1. Grayscale: #292929. Windows color (decimal): -13687250 or 3024431. OLE color: 3024431.
HSL color Cylindrical-coordinate representation of color #2F262E: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F262E is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 38 | 46 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.82 |
| HSL | 306.67º | 0.11% | 0.17% | - |
| HSV(B) | 306.67º | 0.19% | 0.18% | - |
| XYZ | 2.36 | 2.19 | 2.88 | - |
| YUV | 41.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 46 | 0 | 0.19 | 0.02 | 0.82 | 306.67 | 0.11 | 0.17 |
| Hex | 2F | 26 | 2E | 0 | 13 | 2 | 52 | 133 | B | 11 |
| Octal | 57 | 46 | 56 | 0 | 23 | 2 | 122 | 463 | 13 | 21 |
| Binary | 101111 | 100110 | 101110 | 0 | 10011 | 10 | 1010010 | 100110011 | 1011 | 10001 |
Color Harmonies of #2F262E
Complementary color
Monochromatic Colors of #2F262E
Black with #2F262E
Text Example
Text Example
White with #2F262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F262E; }
p { color: rgb(47,38,46); }
H1.HeaderClassName
{
color: #2F262E;
}
.AnyTagClassName
{
color: #2F262E;
}
</style>
background-color css
<style>
a { background-color: #2F262E; }
a { background-color: rgb(47,38,46); }
div.DivClassName
{
background-color: #2F262E;
}
.BgClassName
{
background-color: #2F262E;
}
</style>
border-color css
<style>
span { border-color: #2F262E; }
span { border-color: rgb(47,38,46); }
td.TdClassName
{
border-color: #2F262E;
}
.TagClassName
{
border-color: #2F262E;
}
</style>