Shades of Mardi Gras #2B042B
Tints of Mardi Gras #2B042B
RGB
CMYK
RGB Variations
Color information
#2B042B (or 0x2B042B) is known color: Mardi Gras. HEX triplet: 2B, 04 and 2B. RGB value is (43,4,43). Sum of RGB (Red+Green+Blue) = 43+4+43=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B042B is #D4FBD4. Grayscale: #131313. Windows color (decimal): -13958101 or 2819115. OLE color: 2819115.
HSL color Cylindrical-coordinate representation of color #2B042B: hue angle of 300º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B042B is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 4 | 43 | - |
| CMYK | 0 | 0.91 | 0 | 0.83 |
| HSL | 300º | 0.83% | 0.09% | - |
| HSV(B) | 300º | 0.91% | 0.17% | - |
| XYZ | 1.48 | 0.77 | 2.36 | - |
| YUV | 20.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 43 | 0 | 0.91 | 0 | 0.83 | 300 | 0.83 | 0.09 |
| Hex | 2B | 4 | 2B | 0 | 5B | 0 | 53 | 12C | 53 | 9 |
| Octal | 53 | 4 | 53 | 0 | 133 | 0 | 123 | 454 | 123 | 11 |
| Binary | 101011 | 100 | 101011 | 0 | 1011011 | 0 | 1010011 | 100101100 | 1010011 | 1001 |
Color Harmonies of #2B042B
Complementary color
Monochromatic Colors of #2B042B
Black with #2B042B
Text Example
Text Example
White with #2B042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B042B; }
p { color: rgb(43,4,43); }
H1.HeaderClassName
{
color: #2B042B;
}
.AnyTagClassName
{
color: #2B042B;
}
</style>
background-color css
<style>
a { background-color: #2B042B; }
a { background-color: rgb(43,4,43); }
div.DivClassName
{
background-color: #2B042B;
}
.BgClassName
{
background-color: #2B042B;
}
</style>
border-color css
<style>
span { border-color: #2B042B; }
span { border-color: rgb(43,4,43); }
td.TdClassName
{
border-color: #2B042B;
}
.TagClassName
{
border-color: #2B042B;
}
</style>