Shades of Mardi Gras #2B032D
Tints of Mardi Gras #2B032D
RGB
CMYK
RGB Variations
Color information
#2B032D (or 0x2B032D) is known color: Mardi Gras. HEX triplet: 2B, 03 and 2D. RGB value is (43,3,45). Sum of RGB (Red+Green+Blue) = 43+3+45=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B032D is #D4FCD2. Grayscale: #131313. Windows color (decimal): -13958355 or 2949931. OLE color: 2949931.
HSL color Cylindrical-coordinate representation of color #2B032D: hue angle of 297.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B032D is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 3 | 45 | - |
CMYK | 0.04 | 0.93 | 0 | 0.82 |
HSL | 297.14º | 0.88% | 0.09% | - |
HSV(B) | 297.14º | 0.93% | 0.18% | - |
XYZ | 1.5 | 0.77 | 2.55 | - |
YUV | 19.75 | 142.25 | 144.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 3 | 45 | 0.04 | 0.93 | 0 | 0.82 | 297.14 | 0.88 | 0.09 |
Hex | 2B | 3 | 2D | 4 | 5D | 0 | 52 | 129 | 58 | 9 |
Octal | 53 | 3 | 55 | 4 | 135 | 0 | 122 | 451 | 130 | 11 |
Binary | 101011 | 11 | 101101 | 100 | 1011101 | 0 | 1010010 | 100101001 | 1011000 | 1001 |
Color Harmonies of #2B032D
Complementary color
Monochromatic Colors of #2B032D
Black with #2B032D
Text Example
Text Example
White with #2B032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B032D; }
p { color: rgb(43,3,45); }
H1.HeaderClassName
{
color: #2B032D;
}
.AnyTagClassName
{
color: #2B032D;
}
</style>
background-color css
<style>
a { background-color: #2B032D; }
a { background-color: rgb(43,3,45); }
div.DivClassName
{
background-color: #2B032D;
}
.BgClassName
{
background-color: #2B032D;
}
</style>
border-color css
<style>
span { border-color: #2B032D; }
span { border-color: rgb(43,3,45); }
td.TdClassName
{
border-color: #2B032D;
}
.TagClassName
{
border-color: #2B032D;
}
</style>