Shades of Mardi Gras #2B1629
Tints of Mardi Gras #2B1629
RGB
CMYK
RGB Variations
Color information
#2B1629 (or 0x2B1629) is known color: Mardi Gras. HEX triplet: 2B, 16 and 29. RGB value is (43,22,41). Sum of RGB (Red+Green+Blue) = 43+22+41=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1629 is #D4E9D6. Grayscale: #1E1E1E. Windows color (decimal): -13953495 or 2692651. OLE color: 2692651.
HSL color Cylindrical-coordinate representation of color #2B1629: hue angle of 305.71º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B1629 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 22 | 41 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.83 |
| HSL | 305.71º | 0.32% | 0.13% | - |
| HSV(B) | 305.71º | 0.49% | 0.17% | - |
| XYZ | 1.68 | 1.25 | 2.25 | - |
| YUV | 30.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 41 | 0 | 0.49 | 0.05 | 0.83 | 305.71 | 0.32 | 0.13 |
| Hex | 2B | 16 | 29 | 0 | 31 | 5 | 53 | 132 | 20 | D |
| Octal | 53 | 26 | 51 | 0 | 61 | 5 | 123 | 462 | 40 | 15 |
| Binary | 101011 | 10110 | 101001 | 0 | 110001 | 101 | 1010011 | 100110010 | 100000 | 1101 |
Color Harmonies of #2B1629
Complementary color
Monochromatic Colors of #2B1629
Black with #2B1629
Text Example
Text Example
White with #2B1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1629; }
p { color: rgb(43,22,41); }
H1.HeaderClassName
{
color: #2B1629;
}
.AnyTagClassName
{
color: #2B1629;
}
</style>
background-color css
<style>
a { background-color: #2B1629; }
a { background-color: rgb(43,22,41); }
div.DivClassName
{
background-color: #2B1629;
}
.BgClassName
{
background-color: #2B1629;
}
</style>
border-color css
<style>
span { border-color: #2B1629; }
span { border-color: rgb(43,22,41); }
td.TdClassName
{
border-color: #2B1629;
}
.TagClassName
{
border-color: #2B1629;
}
</style>