Shades of Mardi Gras #2F2930
Tints of Mardi Gras #2F2930
RGB
CMYK
RGB Variations
Color information
#2F2930 (or 0x2F2930) is known color: Mardi Gras. HEX triplet: 2F, 29 and 30. RGB value is (47,41,48). Sum of RGB (Red+Green+Blue) = 47+41+48=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2930 is #D0D6CF. Grayscale: #2B2B2B. Windows color (decimal): -13686480 or 3156271. OLE color: 3156271.
HSL color Cylindrical-coordinate representation of color #2F2930: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F2930 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 41 | 48 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.81 |
| HSL | 291.43º | 0.08% | 0.17% | - |
| HSV(B) | 291.43º | 0.15% | 0.19% | - |
| XYZ | 2.5 | 2.4 | 3.13 | - |
| YUV | 43.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 48 | 0.02 | 0.15 | 0 | 0.81 | 291.43 | 0.08 | 0.17 |
| Hex | 2F | 29 | 30 | 2 | F | 0 | 51 | 123 | 8 | 11 |
| Octal | 57 | 51 | 60 | 2 | 17 | 0 | 121 | 443 | 10 | 21 |
| Binary | 101111 | 101001 | 110000 | 10 | 1111 | 0 | 1010001 | 100100011 | 1000 | 10001 |
Color Harmonies of #2F2930
Complementary color
Monochromatic Colors of #2F2930
Black with #2F2930
Text Example
Text Example
White with #2F2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2930; }
p { color: rgb(47,41,48); }
H1.HeaderClassName
{
color: #2F2930;
}
.AnyTagClassName
{
color: #2F2930;
}
</style>
background-color css
<style>
a { background-color: #2F2930; }
a { background-color: rgb(47,41,48); }
div.DivClassName
{
background-color: #2F2930;
}
.BgClassName
{
background-color: #2F2930;
}
</style>
border-color css
<style>
span { border-color: #2F2930; }
span { border-color: rgb(47,41,48); }
td.TdClassName
{
border-color: #2F2930;
}
.TagClassName
{
border-color: #2F2930;
}
</style>