Shades of Mardi Gras #2B0229
Tints of Mardi Gras #2B0229
RGB
CMYK
RGB Variations
Color information
#2B0229 (or 0x2B0229) is known color: Mardi Gras. HEX triplet: 2B, 02 and 29. RGB value is (43,2,41). Sum of RGB (Red+Green+Blue) = 43+2+41=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0229 is #D4FDD6. Grayscale: #121212. Windows color (decimal): -13958615 or 2687531. OLE color: 2687531.
HSL color Cylindrical-coordinate representation of color #2B0229: hue angle of 302.93º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0229 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 2 | 41 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.83 |
| HSL | 302.93º | 0.91% | 0.09% | - |
| HSV(B) | 302.93º | 0.95% | 0.17% | - |
| XYZ | 1.42 | 0.72 | 2.16 | - |
| YUV | 18.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 41 | 0 | 0.95 | 0.05 | 0.83 | 302.93 | 0.91 | 0.09 |
| Hex | 2B | 2 | 29 | 0 | 5F | 5 | 53 | 12F | 5B | 9 |
| Octal | 53 | 2 | 51 | 0 | 137 | 5 | 123 | 457 | 133 | 11 |
| Binary | 101011 | 10 | 101001 | 0 | 1011111 | 101 | 1010011 | 100101111 | 1011011 | 1001 |
Color Harmonies of #2B0229
Complementary color
Monochromatic Colors of #2B0229
Black with #2B0229
Text Example
Text Example
White with #2B0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0229; }
p { color: rgb(43,2,41); }
H1.HeaderClassName
{
color: #2B0229;
}
.AnyTagClassName
{
color: #2B0229;
}
</style>
background-color css
<style>
a { background-color: #2B0229; }
a { background-color: rgb(43,2,41); }
div.DivClassName
{
background-color: #2B0229;
}
.BgClassName
{
background-color: #2B0229;
}
</style>
border-color css
<style>
span { border-color: #2B0229; }
span { border-color: rgb(43,2,41); }
td.TdClassName
{
border-color: #2B0229;
}
.TagClassName
{
border-color: #2B0229;
}
</style>