Shades of Mardi Gras #2B1528
Tints of Mardi Gras #2B1528
RGB
CMYK
RGB Variations
Color information
#2B1528 (or 0x2B1528) is known color: Mardi Gras. HEX triplet: 2B, 15 and 28. RGB value is (43,21,40). Sum of RGB (Red+Green+Blue) = 43+21+40=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1528 is #D4EAD7. Grayscale: #1D1D1D. Windows color (decimal): -13953752 or 2626859. OLE color: 2626859.
HSL color Cylindrical-coordinate representation of color #2B1528: hue angle of 308.18º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1528 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 40 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.83 |
| HSL | 308.18º | 0.34% | 0.13% | - |
| HSV(B) | 308.18º | 0.51% | 0.17% | - |
| XYZ | 1.65 | 1.2 | 2.15 | - |
| YUV | 29.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 40 | 0 | 0.51 | 0.07 | 0.83 | 308.18 | 0.34 | 0.13 |
| Hex | 2B | 15 | 28 | 0 | 33 | 7 | 53 | 134 | 22 | D |
| Octal | 53 | 25 | 50 | 0 | 63 | 7 | 123 | 464 | 42 | 15 |
| Binary | 101011 | 10101 | 101000 | 0 | 110011 | 111 | 1010011 | 100110100 | 100010 | 1101 |
Color Harmonies of #2B1528
Complementary color
Monochromatic Colors of #2B1528
Black with #2B1528
Text Example
Text Example
White with #2B1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1528; }
p { color: rgb(43,21,40); }
H1.HeaderClassName
{
color: #2B1528;
}
.AnyTagClassName
{
color: #2B1528;
}
</style>
background-color css
<style>
a { background-color: #2B1528; }
a { background-color: rgb(43,21,40); }
div.DivClassName
{
background-color: #2B1528;
}
.BgClassName
{
background-color: #2B1528;
}
</style>
border-color css
<style>
span { border-color: #2B1528; }
span { border-color: rgb(43,21,40); }
td.TdClassName
{
border-color: #2B1528;
}
.TagClassName
{
border-color: #2B1528;
}
</style>