Shades of Mardi Gras #2B0328
Tints of Mardi Gras #2B0328
RGB
CMYK
RGB Variations
Color information
#2B0328 (or 0x2B0328) is known color: Mardi Gras. HEX triplet: 2B, 03 and 28. RGB value is (43,3,40). Sum of RGB (Red+Green+Blue) = 43+3+40=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0328 is #D4FCD7. Grayscale: #131313. Windows color (decimal): -13958360 or 2622251. OLE color: 2622251.
HSL color Cylindrical-coordinate representation of color #2B0328: hue angle of 304.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0328 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 3 | 40 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.83 |
| HSL | 304.5º | 0.87% | 0.09% | - |
| HSV(B) | 304.5º | 0.93% | 0.17% | - |
| XYZ | 1.41 | 0.73 | 2.07 | - |
| YUV | 19.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 40 | 0 | 0.93 | 0.07 | 0.83 | 304.5 | 0.87 | 0.09 |
| Hex | 2B | 3 | 28 | 0 | 5D | 7 | 53 | 130 | 57 | 9 |
| Octal | 53 | 3 | 50 | 0 | 135 | 7 | 123 | 460 | 127 | 11 |
| Binary | 101011 | 11 | 101000 | 0 | 1011101 | 111 | 1010011 | 100110000 | 1010111 | 1001 |
Color Harmonies of #2B0328
Complementary color
Monochromatic Colors of #2B0328
Black with #2B0328
Text Example
Text Example
White with #2B0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0328; }
p { color: rgb(43,3,40); }
H1.HeaderClassName
{
color: #2B0328;
}
.AnyTagClassName
{
color: #2B0328;
}
</style>
background-color css
<style>
a { background-color: #2B0328; }
a { background-color: rgb(43,3,40); }
div.DivClassName
{
background-color: #2B0328;
}
.BgClassName
{
background-color: #2B0328;
}
</style>
border-color css
<style>
span { border-color: #2B0328; }
span { border-color: rgb(43,3,40); }
td.TdClassName
{
border-color: #2B0328;
}
.TagClassName
{
border-color: #2B0328;
}
</style>