Shades of Mardi Gras #2D1B2C
Tints of Mardi Gras #2D1B2C
RGB
CMYK
RGB Variations
Color information
#2D1B2C (or 0x2D1B2C) is known color: Mardi Gras. HEX triplet: 2D, 1B and 2C. RGB value is (45,27,44). Sum of RGB (Red+Green+Blue) = 45+27+44=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1B2C is #D2E4D3. Grayscale: #222222. Windows color (decimal): -13821140 or 2890541. OLE color: 2890541.
HSL color Cylindrical-coordinate representation of color #2D1B2C: hue angle of 303.33º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D1B2C is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 27 | 44 | - |
| CMYK | 0 | 0.4 | 0.02 | 0.82 |
| HSL | 303.33º | 0.25% | 0.14% | - |
| HSV(B) | 303.33º | 0.4% | 0.18% | - |
| XYZ | 1.93 | 1.52 | 2.58 | - |
| YUV | 34.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 44 | 0 | 0.4 | 0.02 | 0.82 | 303.33 | 0.25 | 0.14 |
| Hex | 2D | 1B | 2C | 0 | 28 | 2 | 52 | 12F | 19 | E |
| Octal | 55 | 33 | 54 | 0 | 50 | 2 | 122 | 457 | 31 | 16 |
| Binary | 101101 | 11011 | 101100 | 0 | 101000 | 10 | 1010010 | 100101111 | 11001 | 1110 |
Color Harmonies of #2D1B2C
Complementary color
Monochromatic Colors of #2D1B2C
Black with #2D1B2C
Text Example
Text Example
White with #2D1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1B2C; }
p { color: rgb(45,27,44); }
H1.HeaderClassName
{
color: #2D1B2C;
}
.AnyTagClassName
{
color: #2D1B2C;
}
</style>
background-color css
<style>
a { background-color: #2D1B2C; }
a { background-color: rgb(45,27,44); }
div.DivClassName
{
background-color: #2D1B2C;
}
.BgClassName
{
background-color: #2D1B2C;
}
</style>
border-color css
<style>
span { border-color: #2D1B2C; }
span { border-color: rgb(45,27,44); }
td.TdClassName
{
border-color: #2D1B2C;
}
.TagClassName
{
border-color: #2D1B2C;
}
</style>