Shades of Mardi Gras #2B1D2C
Tints of Mardi Gras #2B1D2C
RGB
CMYK
RGB Variations
Color information
#2B1D2C (or 0x2B1D2C) is known color: Mardi Gras. HEX triplet: 2B, 1D and 2C. RGB value is (43,29,44). Sum of RGB (Red+Green+Blue) = 43+29+44=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B1D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1D2C is #D4E2D3. Grayscale: #222222. Windows color (decimal): -13951700 or 2891051. OLE color: 2891051.
HSL color Cylindrical-coordinate representation of color #2B1D2C: hue angle of 296º 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 #2B1D2C is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 29 | 44 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.83 |
| HSL | 296º | 0.21% | 0.14% | - |
| HSV(B) | 296º | 0.34% | 0.17% | - |
| XYZ | 1.89 | 1.57 | 2.59 | - |
| YUV | 34.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 44 | 0.02 | 0.34 | 0 | 0.83 | 296 | 0.21 | 0.14 |
| Hex | 2B | 1D | 2C | 2 | 22 | 0 | 53 | 128 | 15 | E |
| Octal | 53 | 35 | 54 | 2 | 42 | 0 | 123 | 450 | 25 | 16 |
| Binary | 101011 | 11101 | 101100 | 10 | 100010 | 0 | 1010011 | 100101000 | 10101 | 1110 |
Color Harmonies of #2B1D2C
Complementary color
Monochromatic Colors of #2B1D2C
Black with #2B1D2C
Text Example
Text Example
White with #2B1D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D2C; }
p { color: rgb(43,29,44); }
H1.HeaderClassName
{
color: #2B1D2C;
}
.AnyTagClassName
{
color: #2B1D2C;
}
</style>
background-color css
<style>
a { background-color: #2B1D2C; }
a { background-color: rgb(43,29,44); }
div.DivClassName
{
background-color: #2B1D2C;
}
.BgClassName
{
background-color: #2B1D2C;
}
</style>
border-color css
<style>
span { border-color: #2B1D2C; }
span { border-color: rgb(43,29,44); }
td.TdClassName
{
border-color: #2B1D2C;
}
.TagClassName
{
border-color: #2B1D2C;
}
</style>