Shades of Mardi Gras #2C292C
Tints of Mardi Gras #2C292C
RGB
CMYK
RGB Variations
Color information
#2C292C (or 0x2C292C) is known color: Mardi Gras. HEX triplet: 2C, 29 and 2C. RGB value is (44,41,44). Sum of RGB (Red+Green+Blue) = 44+41+44=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C292C is #D3D6D3. Grayscale: #2A2A2A. Windows color (decimal): -13883092 or 2894124. OLE color: 2894124.
HSL color Cylindrical-coordinate representation of color #2C292C: hue angle of 300º degrees, saturation: 0.04, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #2C292C is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 44 | 41 | 44 | - |
CMYK | 0 | 0.07 | 0 | 0.83 |
HSL | 300º | 0.04% | 0.17% | - |
HSV(B) | 300º | 0.07% | 0.17% | - |
XYZ | 2.29 | 2.3 | 2.71 | - |
YUV | 42.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 44 | 41 | 44 | 0 | 0.07 | 0 | 0.83 | 300 | 0.04 | 0.17 |
Hex | 2C | 29 | 2C | 0 | 7 | 0 | 53 | 12C | 4 | 11 |
Octal | 54 | 51 | 54 | 0 | 7 | 0 | 123 | 454 | 4 | 21 |
Binary | 101100 | 101001 | 101100 | 0 | 111 | 0 | 1010011 | 100101100 | 100 | 10001 |
Color Harmonies of #2C292C
Complementary color
Monochromatic Colors of #2C292C
Black with #2C292C
Text Example
Text Example
White with #2C292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C292C; }
p { color: rgb(44,41,44); }
H1.HeaderClassName
{
color: #2C292C;
}
.AnyTagClassName
{
color: #2C292C;
}
</style>
background-color css
<style>
a { background-color: #2C292C; }
a { background-color: rgb(44,41,44); }
div.DivClassName
{
background-color: #2C292C;
}
.BgClassName
{
background-color: #2C292C;
}
</style>
border-color css
<style>
span { border-color: #2C292C; }
span { border-color: rgb(44,41,44); }
td.TdClassName
{
border-color: #2C292C;
}
.TagClassName
{
border-color: #2C292C;
}
</style>