Shades of Mardi Gras #2D212E
Tints of Mardi Gras #2D212E
RGB
CMYK
RGB Variations
Color information
#2D212E (or 0x2D212E) is known color: Mardi Gras. HEX triplet: 2D, 21 and 2E. RGB value is (45,33,46). Sum of RGB (Red+Green+Blue) = 45+33+46=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D212E is #D2DED1. Grayscale: #262626. Windows color (decimal): -13819602 or 3023149. OLE color: 3023149.
HSL color Cylindrical-coordinate representation of color #2D212E: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2D212E is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 33 | 46 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.82 |
| HSL | 295.38º | 0.16% | 0.15% | - |
| HSV(B) | 295.38º | 0.28% | 0.18% | - |
| XYZ | 2.12 | 1.84 | 2.83 | - |
| YUV | 38.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 46 | 0.02 | 0.28 | 0 | 0.82 | 295.38 | 0.16 | 0.15 |
| Hex | 2D | 21 | 2E | 2 | 1C | 0 | 52 | 127 | 10 | F |
| Octal | 55 | 41 | 56 | 2 | 34 | 0 | 122 | 447 | 20 | 17 |
| Binary | 101101 | 100001 | 101110 | 10 | 11100 | 0 | 1010010 | 100100111 | 10000 | 1111 |
Color Harmonies of #2D212E
Complementary color
Monochromatic Colors of #2D212E
Black with #2D212E
Text Example
Text Example
White with #2D212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D212E; }
p { color: rgb(45,33,46); }
H1.HeaderClassName
{
color: #2D212E;
}
.AnyTagClassName
{
color: #2D212E;
}
</style>
background-color css
<style>
a { background-color: #2D212E; }
a { background-color: rgb(45,33,46); }
div.DivClassName
{
background-color: #2D212E;
}
.BgClassName
{
background-color: #2D212E;
}
</style>
border-color css
<style>
span { border-color: #2D212E; }
span { border-color: rgb(45,33,46); }
td.TdClassName
{
border-color: #2D212E;
}
.TagClassName
{
border-color: #2D212E;
}
</style>