Shades of Mardi Gras #2D152C
Tints of Mardi Gras #2D152C
RGB
CMYK
RGB Variations
Color information
#2D152C (or 0x2D152C) is known color: Mardi Gras. HEX triplet: 2D, 15 and 2C. RGB value is (45,21,44). Sum of RGB (Red+Green+Blue) = 45+21+44=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 45 - color contains mainly: red. Hex color #2D152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D152C is #D2EAD3. Grayscale: #1E1E1E. Windows color (decimal): -13822676 or 2889005. OLE color: 2889005.
HSL color Cylindrical-coordinate representation of color #2D152C: hue angle of 302.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D152C is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 21 | 44 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.82 |
| HSL | 302.5º | 0.36% | 0.13% | - |
| HSV(B) | 302.5º | 0.53% | 0.18% | - |
| XYZ | 1.8 | 1.28 | 2.53 | - |
| YUV | 30.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 44 | 0 | 0.53 | 0.02 | 0.82 | 302.5 | 0.36 | 0.13 |
| Hex | 2D | 15 | 2C | 0 | 35 | 2 | 52 | 12E | 24 | D |
| Octal | 55 | 25 | 54 | 0 | 65 | 2 | 122 | 456 | 44 | 15 |
| Binary | 101101 | 10101 | 101100 | 0 | 110101 | 10 | 1010010 | 100101110 | 100100 | 1101 |
Color Harmonies of #2D152C
Complementary color
Monochromatic Colors of #2D152C
Black with #2D152C
Text Example
Text Example
White with #2D152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D152C; }
p { color: rgb(45,21,44); }
H1.HeaderClassName
{
color: #2D152C;
}
.AnyTagClassName
{
color: #2D152C;
}
</style>
background-color css
<style>
a { background-color: #2D152C; }
a { background-color: rgb(45,21,44); }
div.DivClassName
{
background-color: #2D152C;
}
.BgClassName
{
background-color: #2D152C;
}
</style>
border-color css
<style>
span { border-color: #2D152C; }
span { border-color: rgb(45,21,44); }
td.TdClassName
{
border-color: #2D152C;
}
.TagClassName
{
border-color: #2D152C;
}
</style>