Shades of Mardi Gras #2B042C
Tints of Mardi Gras #2B042C
RGB
CMYK
RGB Variations
Color information
#2B042C (or 0x2B042C) is known color: Mardi Gras. HEX triplet: 2B, 04 and 2C. RGB value is (43,4,44). Sum of RGB (Red+Green+Blue) = 43+4+44=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B042C is #D4FBD3. Grayscale: #141414. Windows color (decimal): -13958100 or 2884651. OLE color: 2884651.
HSL color Cylindrical-coordinate representation of color #2B042C: hue angle of 298.5º 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 #2B042C is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 4 | 44 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.83 |
| HSL | 298.5º | 0.83% | 0.09% | - |
| HSV(B) | 298.5º | 0.91% | 0.17% | - |
| XYZ | 1.49 | 0.78 | 2.46 | - |
| YUV | 20.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 44 | 0.02 | 0.91 | 0 | 0.83 | 298.5 | 0.83 | 0.09 |
| Hex | 2B | 4 | 2C | 2 | 5B | 0 | 53 | 12A | 53 | 9 |
| Octal | 53 | 4 | 54 | 2 | 133 | 0 | 123 | 452 | 123 | 11 |
| Binary | 101011 | 100 | 101100 | 10 | 1011011 | 0 | 1010011 | 100101010 | 1010011 | 1001 |
Color Harmonies of #2B042C
Complementary color
Monochromatic Colors of #2B042C
Black with #2B042C
Text Example
Text Example
White with #2B042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B042C; }
p { color: rgb(43,4,44); }
H1.HeaderClassName
{
color: #2B042C;
}
.AnyTagClassName
{
color: #2B042C;
}
</style>
background-color css
<style>
a { background-color: #2B042C; }
a { background-color: rgb(43,4,44); }
div.DivClassName
{
background-color: #2B042C;
}
.BgClassName
{
background-color: #2B042C;
}
</style>
border-color css
<style>
span { border-color: #2B042C; }
span { border-color: rgb(43,4,44); }
td.TdClassName
{
border-color: #2B042C;
}
.TagClassName
{
border-color: #2B042C;
}
</style>