Shades of Mardi Gras #2D1930
Tints of Mardi Gras #2D1930
RGB
CMYK
RGB Variations
Color information
#2D1930 (or 0x2D1930) is known color: Mardi Gras. HEX triplet: 2D, 19 and 30. RGB value is (45,25,48). Sum of RGB (Red+Green+Blue) = 45+25+48=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1930 is #D2E6CF. Grayscale: #212121. Windows color (decimal): -13821648 or 3152173. OLE color: 3152173.
HSL color Cylindrical-coordinate representation of color #2D1930: hue angle of 292.17º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D1930 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 25 | 48 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.81 |
| HSL | 292.17º | 0.32% | 0.14% | - |
| HSV(B) | 292.17º | 0.48% | 0.19% | - |
| XYZ | 1.96 | 1.47 | 2.98 | - |
| YUV | 33.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 48 | 0.06 | 0.48 | 0 | 0.81 | 292.17 | 0.32 | 0.14 |
| Hex | 2D | 19 | 30 | 6 | 30 | 0 | 51 | 124 | 20 | E |
| Octal | 55 | 31 | 60 | 6 | 60 | 0 | 121 | 444 | 40 | 16 |
| Binary | 101101 | 11001 | 110000 | 110 | 110000 | 0 | 1010001 | 100100100 | 100000 | 1110 |
Color Harmonies of #2D1930
Complementary color
Monochromatic Colors of #2D1930
Black with #2D1930
Text Example
Text Example
White with #2D1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1930; }
p { color: rgb(45,25,48); }
H1.HeaderClassName
{
color: #2D1930;
}
.AnyTagClassName
{
color: #2D1930;
}
</style>
background-color css
<style>
a { background-color: #2D1930; }
a { background-color: rgb(45,25,48); }
div.DivClassName
{
background-color: #2D1930;
}
.BgClassName
{
background-color: #2D1930;
}
</style>
border-color css
<style>
span { border-color: #2D1930; }
span { border-color: rgb(45,25,48); }
td.TdClassName
{
border-color: #2D1930;
}
.TagClassName
{
border-color: #2D1930;
}
</style>