Shades of Mardi Gras #2B1029
Tints of Mardi Gras #2B1029
RGB
CMYK
RGB Variations
Color information
#2B1029 (or 0x2B1029) is known color: Mardi Gras. HEX triplet: 2B, 10 and 29. RGB value is (43,16,41). Sum of RGB (Red+Green+Blue) = 43+16+41=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1029 is #D4EFD6. Grayscale: #1A1A1A. Windows color (decimal): -13955031 or 2691115. OLE color: 2691115.
HSL color Cylindrical-coordinate representation of color #2B1029: hue angle of 304.44º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B1029 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 16 | 41 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.83 |
| HSL | 304.44º | 0.46% | 0.12% | - |
| HSV(B) | 304.44º | 0.63% | 0.17% | - |
| XYZ | 1.58 | 1.04 | 2.22 | - |
| YUV | 26.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 41 | 0 | 0.63 | 0.05 | 0.83 | 304.44 | 0.46 | 0.12 |
| Hex | 2B | 10 | 29 | 0 | 3F | 5 | 53 | 130 | 2E | C |
| Octal | 53 | 20 | 51 | 0 | 77 | 5 | 123 | 460 | 56 | 14 |
| Binary | 101011 | 10000 | 101001 | 0 | 111111 | 101 | 1010011 | 100110000 | 101110 | 1100 |
Color Harmonies of #2B1029
Complementary color
Monochromatic Colors of #2B1029
Black with #2B1029
Text Example
Text Example
White with #2B1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1029; }
p { color: rgb(43,16,41); }
H1.HeaderClassName
{
color: #2B1029;
}
.AnyTagClassName
{
color: #2B1029;
}
</style>
background-color css
<style>
a { background-color: #2B1029; }
a { background-color: rgb(43,16,41); }
div.DivClassName
{
background-color: #2B1029;
}
.BgClassName
{
background-color: #2B1029;
}
</style>
border-color css
<style>
span { border-color: #2B1029; }
span { border-color: rgb(43,16,41); }
td.TdClassName
{
border-color: #2B1029;
}
.TagClassName
{
border-color: #2B1029;
}
</style>