Shades of Mardi Gras #2C1D2B
Tints of Mardi Gras #2C1D2B
RGB
CMYK
RGB Variations
Color information
#2C1D2B (or 0x2C1D2B) is known color: Mardi Gras. HEX triplet: 2C, 1D and 2B. RGB value is (44,29,43). Sum of RGB (Red+Green+Blue) = 44+29+43=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1D2B is #D3E2D4. Grayscale: #232323. Windows color (decimal): -13886165 or 2825516. OLE color: 2825516.
HSL color Cylindrical-coordinate representation of color #2C1D2B: hue angle of 304º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C1D2B is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 29 | 43 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.83 |
| HSL | 304º | 0.21% | 0.14% | - |
| HSV(B) | 304º | 0.34% | 0.17% | - |
| XYZ | 1.91 | 1.59 | 2.49 | - |
| YUV | 35.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 29 | 43 | 0 | 0.34 | 0.02 | 0.83 | 304 | 0.21 | 0.14 |
| Hex | 2C | 1D | 2B | 0 | 22 | 2 | 53 | 130 | 15 | E |
| Octal | 54 | 35 | 53 | 0 | 42 | 2 | 123 | 460 | 25 | 16 |
| Binary | 101100 | 11101 | 101011 | 0 | 100010 | 10 | 1010011 | 100110000 | 10101 | 1110 |
Color Harmonies of #2C1D2B
Complementary color
Monochromatic Colors of #2C1D2B
Black with #2C1D2B
Text Example
Text Example
White with #2C1D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1D2B; }
p { color: rgb(44,29,43); }
H1.HeaderClassName
{
color: #2C1D2B;
}
.AnyTagClassName
{
color: #2C1D2B;
}
</style>
background-color css
<style>
a { background-color: #2C1D2B; }
a { background-color: rgb(44,29,43); }
div.DivClassName
{
background-color: #2C1D2B;
}
.BgClassName
{
background-color: #2C1D2B;
}
</style>
border-color css
<style>
span { border-color: #2C1D2B; }
span { border-color: rgb(44,29,43); }
td.TdClassName
{
border-color: #2C1D2B;
}
.TagClassName
{
border-color: #2C1D2B;
}
</style>