Shades of Mardi Gras #2C1B2B
Tints of Mardi Gras #2C1B2B
RGB
CMYK
RGB Variations
Color information
#2C1B2B (or 0x2C1B2B) is known color: Mardi Gras. HEX triplet: 2C, 1B and 2B. RGB value is (44,27,43). Sum of RGB (Red+Green+Blue) = 44+27+43=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1B2B is #D3E4D4. Grayscale: #212121. Windows color (decimal): -13886677 or 2825004. OLE color: 2825004.
HSL color Cylindrical-coordinate representation of color #2C1B2B: hue angle of 303.53º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C1B2B is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 27 | 43 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.83 |
| HSL | 303.53º | 0.24% | 0.14% | - |
| HSV(B) | 303.53º | 0.39% | 0.17% | - |
| XYZ | 1.87 | 1.49 | 2.48 | - |
| YUV | 33.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 27 | 43 | 0 | 0.39 | 0.02 | 0.83 | 303.53 | 0.24 | 0.14 |
| Hex | 2C | 1B | 2B | 0 | 27 | 2 | 53 | 130 | 18 | E |
| Octal | 54 | 33 | 53 | 0 | 47 | 2 | 123 | 460 | 30 | 16 |
| Binary | 101100 | 11011 | 101011 | 0 | 100111 | 10 | 1010011 | 100110000 | 11000 | 1110 |
Color Harmonies of #2C1B2B
Complementary color
Monochromatic Colors of #2C1B2B
Black with #2C1B2B
Text Example
Text Example
White with #2C1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1B2B; }
p { color: rgb(44,27,43); }
H1.HeaderClassName
{
color: #2C1B2B;
}
.AnyTagClassName
{
color: #2C1B2B;
}
</style>
background-color css
<style>
a { background-color: #2C1B2B; }
a { background-color: rgb(44,27,43); }
div.DivClassName
{
background-color: #2C1B2B;
}
.BgClassName
{
background-color: #2C1B2B;
}
</style>
border-color css
<style>
span { border-color: #2C1B2B; }
span { border-color: rgb(44,27,43); }
td.TdClassName
{
border-color: #2C1B2B;
}
.TagClassName
{
border-color: #2C1B2B;
}
</style>