Shades of Mardi Gras #2B0829
Tints of Mardi Gras #2B0829
RGB
CMYK
RGB Variations
Color information
#2B0829 (or 0x2B0829) is known color: Mardi Gras. HEX triplet: 2B, 08 and 29. RGB value is (43,8,41). Sum of RGB (Red+Green+Blue) = 43+8+41=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0829 is #D4F7D6. Grayscale: #161616. Windows color (decimal): -13957079 or 2689067. OLE color: 2689067.
HSL color Cylindrical-coordinate representation of color #2B0829: hue angle of 303.43º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B0829 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 8 | 41 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.83 |
| HSL | 303.43º | 0.69% | 0.1% | - |
| HSV(B) | 303.43º | 0.81% | 0.17% | - |
| XYZ | 1.48 | 0.85 | 2.18 | - |
| YUV | 22.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 41 | 0 | 0.81 | 0.05 | 0.83 | 303.43 | 0.69 | 0.1 |
| Hex | 2B | 8 | 29 | 0 | 51 | 5 | 53 | 12F | 45 | A |
| Octal | 53 | 10 | 51 | 0 | 121 | 5 | 123 | 457 | 105 | 12 |
| Binary | 101011 | 1000 | 101001 | 0 | 1010001 | 101 | 1010011 | 100101111 | 1000101 | 1010 |
Color Harmonies of #2B0829
Complementary color
Monochromatic Colors of #2B0829
Black with #2B0829
Text Example
Text Example
White with #2B0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0829; }
p { color: rgb(43,8,41); }
H1.HeaderClassName
{
color: #2B0829;
}
.AnyTagClassName
{
color: #2B0829;
}
</style>
background-color css
<style>
a { background-color: #2B0829; }
a { background-color: rgb(43,8,41); }
div.DivClassName
{
background-color: #2B0829;
}
.BgClassName
{
background-color: #2B0829;
}
</style>
border-color css
<style>
span { border-color: #2B0829; }
span { border-color: rgb(43,8,41); }
td.TdClassName
{
border-color: #2B0829;
}
.TagClassName
{
border-color: #2B0829;
}
</style>