Shades of Mardi Gras #2D292D
Tints of Mardi Gras #2D292D
RGB
CMYK
RGB Variations
Color information
#2D292D (or 0x2D292D) is known color: Mardi Gras. HEX triplet: 2D, 29 and 2D. RGB value is (45,41,45). Sum of RGB (Red+Green+Blue) = 45+41+45=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 45 - color contains mainly: red, blue. Hex color #2D292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D292D is #D2D6D2. Grayscale: #2A2A2A. Windows color (decimal): -13817555 or 2959661. OLE color: 2959661.
HSL color Cylindrical-coordinate representation of color #2D292D: hue angle of 300º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2D292D is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 41 | 45 | - |
CMYK | 0 | 0.09 | 0 | 0.82 |
HSL | 300º | 0.05% | 0.17% | - |
HSV(B) | 300º | 0.09% | 0.18% | - |
XYZ | 2.35 | 2.33 | 2.81 | - |
YUV | 42.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 41 | 45 | 0 | 0.09 | 0 | 0.82 | 300 | 0.05 | 0.17 |
Hex | 2D | 29 | 2D | 0 | 9 | 0 | 52 | 12C | 5 | 11 |
Octal | 55 | 51 | 55 | 0 | 11 | 0 | 122 | 454 | 5 | 21 |
Binary | 101101 | 101001 | 101101 | 0 | 1001 | 0 | 1010010 | 100101100 | 101 | 10001 |
Color Harmonies of #2D292D
Complementary color
Monochromatic Colors of #2D292D
Black with #2D292D
Text Example
Text Example
White with #2D292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D292D; }
p { color: rgb(45,41,45); }
H1.HeaderClassName
{
color: #2D292D;
}
.AnyTagClassName
{
color: #2D292D;
}
</style>
background-color css
<style>
a { background-color: #2D292D; }
a { background-color: rgb(45,41,45); }
div.DivClassName
{
background-color: #2D292D;
}
.BgClassName
{
background-color: #2D292D;
}
</style>
border-color css
<style>
span { border-color: #2D292D; }
span { border-color: rgb(45,41,45); }
td.TdClassName
{
border-color: #2D292D;
}
.TagClassName
{
border-color: #2D292D;
}
</style>