Shades of Mardi Gras #2F262F
Tints of Mardi Gras #2F262F
RGB
CMYK
RGB Variations
Color information
#2F262F (or 0x2F262F) is known color: Mardi Gras. HEX triplet: 2F, 26 and 2F. RGB value is (47,38,47). Sum of RGB (Red+Green+Blue) = 47+38+47=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F262F is #D0D9D0. Grayscale: #292929. Windows color (decimal): -13687249 or 3089967. OLE color: 3089967.
HSL color Cylindrical-coordinate representation of color #2F262F: hue angle of 300º 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 #2F262F is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 38 | 47 | - |
| CMYK | 0 | 0.19 | 0 | 0.82 |
| HSL | 300º | 0.11% | 0.17% | - |
| HSV(B) | 300º | 0.19% | 0.18% | - |
| XYZ | 2.38 | 2.2 | 2.99 | - |
| YUV | 41.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 47 | 0 | 0.19 | 0 | 0.82 | 300 | 0.11 | 0.17 |
| Hex | 2F | 26 | 2F | 0 | 13 | 0 | 52 | 12C | B | 11 |
| Octal | 57 | 46 | 57 | 0 | 23 | 0 | 122 | 454 | 13 | 21 |
| Binary | 101111 | 100110 | 101111 | 0 | 10011 | 0 | 1010010 | 100101100 | 1011 | 10001 |
Color Harmonies of #2F262F
Complementary color
Monochromatic Colors of #2F262F
Black with #2F262F
Text Example
Text Example
White with #2F262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F262F; }
p { color: rgb(47,38,47); }
H1.HeaderClassName
{
color: #2F262F;
}
.AnyTagClassName
{
color: #2F262F;
}
</style>
background-color css
<style>
a { background-color: #2F262F; }
a { background-color: rgb(47,38,47); }
div.DivClassName
{
background-color: #2F262F;
}
.BgClassName
{
background-color: #2F262F;
}
</style>
border-color css
<style>
span { border-color: #2F262F; }
span { border-color: rgb(47,38,47); }
td.TdClassName
{
border-color: #2F262F;
}
.TagClassName
{
border-color: #2F262F;
}
</style>