Shades of Mardi Gras #2C1629
Tints of Mardi Gras #2C1629
RGB
CMYK
RGB Variations
Color information
#2C1629 (or 0x2C1629) is known color: Mardi Gras. HEX triplet: 2C, 16 and 29. RGB value is (44,22,41). Sum of RGB (Red+Green+Blue) = 44+22+41=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1629 is #D3E9D6. Grayscale: #1E1E1E. Windows color (decimal): -13887959 or 2692652. OLE color: 2692652.
HSL color Cylindrical-coordinate representation of color #2C1629: hue angle of 308.18º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C1629 is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 22 | 41 | - |
| CMYK | 0 | 0.5 | 0.07 | 0.83 |
| HSL | 308.18º | 0.33% | 0.13% | - |
| HSV(B) | 308.18º | 0.5% | 0.17% | - |
| XYZ | 1.73 | 1.27 | 2.25 | - |
| YUV | 30.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 41 | 0 | 0.5 | 0.07 | 0.83 | 308.18 | 0.33 | 0.13 |
| Hex | 2C | 16 | 29 | 0 | 32 | 7 | 53 | 134 | 21 | D |
| Octal | 54 | 26 | 51 | 0 | 62 | 7 | 123 | 464 | 41 | 15 |
| Binary | 101100 | 10110 | 101001 | 0 | 110010 | 111 | 1010011 | 100110100 | 100001 | 1101 |
Color Harmonies of #2C1629
Complementary color
Monochromatic Colors of #2C1629
Black with #2C1629
Text Example
Text Example
White with #2C1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1629; }
p { color: rgb(44,22,41); }
H1.HeaderClassName
{
color: #2C1629;
}
.AnyTagClassName
{
color: #2C1629;
}
</style>
background-color css
<style>
a { background-color: #2C1629; }
a { background-color: rgb(44,22,41); }
div.DivClassName
{
background-color: #2C1629;
}
.BgClassName
{
background-color: #2C1629;
}
</style>
border-color css
<style>
span { border-color: #2C1629; }
span { border-color: rgb(44,22,41); }
td.TdClassName
{
border-color: #2C1629;
}
.TagClassName
{
border-color: #2C1629;
}
</style>