Shades of Mardi Gras #2B042D
Tints of Mardi Gras #2B042D
RGB
CMYK
RGB Variations
Color information
#2B042D (or 0x2B042D) is known color: Mardi Gras. HEX triplet: 2B, 04 and 2D. RGB value is (43,4,45). Sum of RGB (Red+Green+Blue) = 43+4+45=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B042D is #D4FBD2. Grayscale: #141414. Windows color (decimal): -13958099 or 2950187. OLE color: 2950187.
HSL color Cylindrical-coordinate representation of color #2B042D: hue angle of 297.07º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B042D is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 4 | 45 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.82 |
| HSL | 297.07º | 0.84% | 0.1% | - |
| HSV(B) | 297.07º | 0.91% | 0.18% | - |
| XYZ | 1.51 | 0.79 | 2.56 | - |
| YUV | 20.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 45 | 0.04 | 0.91 | 0 | 0.82 | 297.07 | 0.84 | 0.1 |
| Hex | 2B | 4 | 2D | 4 | 5B | 0 | 52 | 129 | 54 | A |
| Octal | 53 | 4 | 55 | 4 | 133 | 0 | 122 | 451 | 124 | 12 |
| Binary | 101011 | 100 | 101101 | 100 | 1011011 | 0 | 1010010 | 100101001 | 1010100 | 1010 |
Color Harmonies of #2B042D
Complementary color
Monochromatic Colors of #2B042D
Black with #2B042D
Text Example
Text Example
White with #2B042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B042D; }
p { color: rgb(43,4,45); }
H1.HeaderClassName
{
color: #2B042D;
}
.AnyTagClassName
{
color: #2B042D;
}
</style>
background-color css
<style>
a { background-color: #2B042D; }
a { background-color: rgb(43,4,45); }
div.DivClassName
{
background-color: #2B042D;
}
.BgClassName
{
background-color: #2B042D;
}
</style>
border-color css
<style>
span { border-color: #2B042D; }
span { border-color: rgb(43,4,45); }
td.TdClassName
{
border-color: #2B042D;
}
.TagClassName
{
border-color: #2B042D;
}
</style>