Shades of Mardi Gras #2B152E
Tints of Mardi Gras #2B152E
RGB
CMYK
RGB Variations
Color information
#2B152E (or 0x2B152E) is known color: Mardi Gras. HEX triplet: 2B, 15 and 2E. RGB value is (43,21,46). Sum of RGB (Red+Green+Blue) = 43+21+46=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B152E is #D4EAD1. Grayscale: #1E1E1E. Windows color (decimal): -13953746 or 3020075. OLE color: 3020075.
HSL color Cylindrical-coordinate representation of color #2B152E: hue angle of 292.8º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B152E is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 21 | 46 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.82 |
| HSL | 292.8º | 0.37% | 0.13% | - |
| HSV(B) | 292.8º | 0.54% | 0.18% | - |
| XYZ | 1.76 | 1.25 | 2.73 | - |
| YUV | 30.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 46 | 0.07 | 0.54 | 0 | 0.82 | 292.8 | 0.37 | 0.13 |
| Hex | 2B | 15 | 2E | 7 | 36 | 0 | 52 | 125 | 25 | D |
| Octal | 53 | 25 | 56 | 7 | 66 | 0 | 122 | 445 | 45 | 15 |
| Binary | 101011 | 10101 | 101110 | 111 | 110110 | 0 | 1010010 | 100100101 | 100101 | 1101 |
Color Harmonies of #2B152E
Complementary color
Monochromatic Colors of #2B152E
Black with #2B152E
Text Example
Text Example
White with #2B152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B152E; }
p { color: rgb(43,21,46); }
H1.HeaderClassName
{
color: #2B152E;
}
.AnyTagClassName
{
color: #2B152E;
}
</style>
background-color css
<style>
a { background-color: #2B152E; }
a { background-color: rgb(43,21,46); }
div.DivClassName
{
background-color: #2B152E;
}
.BgClassName
{
background-color: #2B152E;
}
</style>
border-color css
<style>
span { border-color: #2B152E; }
span { border-color: rgb(43,21,46); }
td.TdClassName
{
border-color: #2B152E;
}
.TagClassName
{
border-color: #2B152E;
}
</style>