Shades of Mardi Gras #2D2130
Tints of Mardi Gras #2D2130
RGB
CMYK
RGB Variations
Color information
#2D2130 (or 0x2D2130) is known color: Mardi Gras. HEX triplet: 2D, 21 and 30. RGB value is (45,33,48). Sum of RGB (Red+Green+Blue) = 45+33+48=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D2130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2130 is #D2DECF. Grayscale: #262626. Windows color (decimal): -13819600 or 3154221. OLE color: 3154221.
HSL color Cylindrical-coordinate representation of color #2D2130: hue angle of 288º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D2130 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 33 | 48 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.81 |
| HSL | 288º | 0.19% | 0.16% | - |
| HSV(B) | 288º | 0.31% | 0.19% | - |
| XYZ | 2.16 | 1.86 | 3.04 | - |
| YUV | 38.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 48 | 0.06 | 0.31 | 0 | 0.81 | 288 | 0.19 | 0.16 |
| Hex | 2D | 21 | 30 | 6 | 1F | 0 | 51 | 120 | 13 | 10 |
| Octal | 55 | 41 | 60 | 6 | 37 | 0 | 121 | 440 | 23 | 20 |
| Binary | 101101 | 100001 | 110000 | 110 | 11111 | 0 | 1010001 | 100100000 | 10011 | 10000 |
Color Harmonies of #2D2130
Complementary color
Monochromatic Colors of #2D2130
Black with #2D2130
Text Example
Text Example
White with #2D2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2130; }
p { color: rgb(45,33,48); }
H1.HeaderClassName
{
color: #2D2130;
}
.AnyTagClassName
{
color: #2D2130;
}
</style>
background-color css
<style>
a { background-color: #2D2130; }
a { background-color: rgb(45,33,48); }
div.DivClassName
{
background-color: #2D2130;
}
.BgClassName
{
background-color: #2D2130;
}
</style>
border-color css
<style>
span { border-color: #2D2130; }
span { border-color: rgb(45,33,48); }
td.TdClassName
{
border-color: #2D2130;
}
.TagClassName
{
border-color: #2D2130;
}
</style>