Shades of Mardi Gras #2B022E
Tints of Mardi Gras #2B022E
RGB
CMYK
RGB Variations
Color information
#2B022E (or 0x2B022E) is known color: Mardi Gras. HEX triplet: 2B, 02 and 2E. RGB value is (43,2,46). Sum of RGB (Red+Green+Blue) = 43+2+46=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B022E is #D4FDD1. Grayscale: #131313. Windows color (decimal): -13958610 or 3015211. OLE color: 3015211.
HSL color Cylindrical-coordinate representation of color #2B022E: hue angle of 295.91º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B022E is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 2 | 46 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.82 |
| HSL | 295.91º | 0.92% | 0.09% | - |
| HSV(B) | 295.91º | 0.96% | 0.18% | - |
| XYZ | 1.51 | 0.75 | 2.65 | - |
| YUV | 19.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 46 | 0.07 | 0.96 | 0 | 0.82 | 295.91 | 0.92 | 0.09 |
| Hex | 2B | 2 | 2E | 7 | 60 | 0 | 52 | 128 | 5C | 9 |
| Octal | 53 | 2 | 56 | 7 | 140 | 0 | 122 | 450 | 134 | 11 |
| Binary | 101011 | 10 | 101110 | 111 | 1100000 | 0 | 1010010 | 100101000 | 1011100 | 1001 |
Color Harmonies of #2B022E
Complementary color
Monochromatic Colors of #2B022E
Black with #2B022E
Text Example
Text Example
White with #2B022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B022E; }
p { color: rgb(43,2,46); }
H1.HeaderClassName
{
color: #2B022E;
}
.AnyTagClassName
{
color: #2B022E;
}
</style>
background-color css
<style>
a { background-color: #2B022E; }
a { background-color: rgb(43,2,46); }
div.DivClassName
{
background-color: #2B022E;
}
.BgClassName
{
background-color: #2B022E;
}
</style>
border-color css
<style>
span { border-color: #2B022E; }
span { border-color: rgb(43,2,46); }
td.TdClassName
{
border-color: #2B022E;
}
.TagClassName
{
border-color: #2B022E;
}
</style>