Shades of Mardi Gras #2D192C
Tints of Mardi Gras #2D192C
RGB
CMYK
RGB Variations
Color information
#2D192C (or 0x2D192C) is known color: Mardi Gras. HEX triplet: 2D, 19 and 2C. RGB value is (45,25,44). Sum of RGB (Red+Green+Blue) = 45+25+44=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 45 - color contains mainly: red. Hex color #2D192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D192C is #D2E6D3. Grayscale: #212121. Windows color (decimal): -13821652 or 2890029. OLE color: 2890029.
HSL color Cylindrical-coordinate representation of color #2D192C: hue angle of 303º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D192C is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 44 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.82 |
| HSL | 303º | 0.29% | 0.14% | - |
| HSV(B) | 303º | 0.44% | 0.18% | - |
| XYZ | 1.88 | 1.43 | 2.56 | - |
| YUV | 33.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 44 | 0 | 0.44 | 0.02 | 0.82 | 303 | 0.29 | 0.14 |
| Hex | 2D | 19 | 2C | 0 | 2C | 2 | 52 | 12F | 1D | E |
| Octal | 55 | 31 | 54 | 0 | 54 | 2 | 122 | 457 | 35 | 16 |
| Binary | 101101 | 11001 | 101100 | 0 | 101100 | 10 | 1010010 | 100101111 | 11101 | 1110 |
Color Harmonies of #2D192C
Complementary color
Monochromatic Colors of #2D192C
Black with #2D192C
Text Example
Text Example
White with #2D192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D192C; }
p { color: rgb(45,25,44); }
H1.HeaderClassName
{
color: #2D192C;
}
.AnyTagClassName
{
color: #2D192C;
}
</style>
background-color css
<style>
a { background-color: #2D192C; }
a { background-color: rgb(45,25,44); }
div.DivClassName
{
background-color: #2D192C;
}
.BgClassName
{
background-color: #2D192C;
}
</style>
border-color css
<style>
span { border-color: #2D192C; }
span { border-color: rgb(45,25,44); }
td.TdClassName
{
border-color: #2D192C;
}
.TagClassName
{
border-color: #2D192C;
}
</style>