Shades of Mardi Gras #2D282E
Tints of Mardi Gras #2D282E
RGB
CMYK
RGB Variations
Color information
#2D282E (or 0x2D282E) is known color: Mardi Gras. HEX triplet: 2D, 28 and 2E. RGB value is (45,40,46). Sum of RGB (Red+Green+Blue) = 45+40+46=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D282E is #D2D7D1. Grayscale: #2A2A2A. Windows color (decimal): -13817810 or 3024941. OLE color: 3024941.
HSL color Cylindrical-coordinate representation of color #2D282E: hue angle of 290º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2D282E is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 40 | 46 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.82 |
| HSL | 290º | 0.07% | 0.17% | - |
| HSV(B) | 290º | 0.13% | 0.18% | - |
| XYZ | 2.33 | 2.27 | 2.9 | - |
| YUV | 42.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 46 | 0.02 | 0.13 | 0 | 0.82 | 290 | 0.07 | 0.17 |
| Hex | 2D | 28 | 2E | 2 | D | 0 | 52 | 122 | 7 | 11 |
| Octal | 55 | 50 | 56 | 2 | 15 | 0 | 122 | 442 | 7 | 21 |
| Binary | 101101 | 101000 | 101110 | 10 | 1101 | 0 | 1010010 | 100100010 | 111 | 10001 |
Color Harmonies of #2D282E
Complementary color
Monochromatic Colors of #2D282E
Black with #2D282E
Text Example
Text Example
White with #2D282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D282E; }
p { color: rgb(45,40,46); }
H1.HeaderClassName
{
color: #2D282E;
}
.AnyTagClassName
{
color: #2D282E;
}
</style>
background-color css
<style>
a { background-color: #2D282E; }
a { background-color: rgb(45,40,46); }
div.DivClassName
{
background-color: #2D282E;
}
.BgClassName
{
background-color: #2D282E;
}
</style>
border-color css
<style>
span { border-color: #2D282E; }
span { border-color: rgb(45,40,46); }
td.TdClassName
{
border-color: #2D282E;
}
.TagClassName
{
border-color: #2D282E;
}
</style>