Shades of Mardi Gras #2F2530
Tints of Mardi Gras #2F2530
RGB
CMYK
RGB Variations
Color information
#2F2530 (or 0x2F2530) is known color: Mardi Gras. HEX triplet: 2F, 25 and 30. RGB value is (47,37,48). Sum of RGB (Red+Green+Blue) = 47+37+48=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2530 is #D0DACF. Grayscale: #292929. Windows color (decimal): -13687504 or 3155247. OLE color: 3155247.
HSL color Cylindrical-coordinate representation of color #2F2530: hue angle of 294.55º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F2530 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 37 | 48 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.81 |
| HSL | 294.55º | 0.13% | 0.17% | - |
| HSV(B) | 294.55º | 0.23% | 0.19% | - |
| XYZ | 2.37 | 2.14 | 3.08 | - |
| YUV | 41.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 48 | 0.02 | 0.23 | 0 | 0.81 | 294.55 | 0.13 | 0.17 |
| Hex | 2F | 25 | 30 | 2 | 17 | 0 | 51 | 127 | D | 11 |
| Octal | 57 | 45 | 60 | 2 | 27 | 0 | 121 | 447 | 15 | 21 |
| Binary | 101111 | 100101 | 110000 | 10 | 10111 | 0 | 1010001 | 100100111 | 1101 | 10001 |
Color Harmonies of #2F2530
Complementary color
Monochromatic Colors of #2F2530
Black with #2F2530
Text Example
Text Example
White with #2F2530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2530; }
p { color: rgb(47,37,48); }
H1.HeaderClassName
{
color: #2F2530;
}
.AnyTagClassName
{
color: #2F2530;
}
</style>
background-color css
<style>
a { background-color: #2F2530; }
a { background-color: rgb(47,37,48); }
div.DivClassName
{
background-color: #2F2530;
}
.BgClassName
{
background-color: #2F2530;
}
</style>
border-color css
<style>
span { border-color: #2F2530; }
span { border-color: rgb(47,37,48); }
td.TdClassName
{
border-color: #2F2530;
}
.TagClassName
{
border-color: #2F2530;
}
</style>