Shades of Mardi Gras #2E152B
Tints of Mardi Gras #2E152B
RGB
CMYK
RGB Variations
Color information
#2E152B (or 0x2E152B) is known color: Mardi Gras. HEX triplet: 2E, 15 and 2B. RGB value is (46,21,43). Sum of RGB (Red+Green+Blue) = 46+21+43=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E152B is #D1EAD4. Grayscale: #1E1E1E. Windows color (decimal): -13757141 or 2823470. OLE color: 2823470.
HSL color Cylindrical-coordinate representation of color #2E152B: hue angle of 307.2º 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 #2E152B is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 43 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.82 |
| HSL | 307.2º | 0.37% | 0.13% | - |
| HSV(B) | 307.2º | 0.54% | 0.18% | - |
| XYZ | 1.83 | 1.29 | 2.44 | - |
| YUV | 30.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 43 | 0 | 0.54 | 0.07 | 0.82 | 307.2 | 0.37 | 0.13 |
| Hex | 2E | 15 | 2B | 0 | 36 | 7 | 52 | 133 | 25 | D |
| Octal | 56 | 25 | 53 | 0 | 66 | 7 | 122 | 463 | 45 | 15 |
| Binary | 101110 | 10101 | 101011 | 0 | 110110 | 111 | 1010010 | 100110011 | 100101 | 1101 |
Color Harmonies of #2E152B
Complementary color
Monochromatic Colors of #2E152B
Black with #2E152B
Text Example
Text Example
White with #2E152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E152B; }
p { color: rgb(46,21,43); }
H1.HeaderClassName
{
color: #2E152B;
}
.AnyTagClassName
{
color: #2E152B;
}
</style>
background-color css
<style>
a { background-color: #2E152B; }
a { background-color: rgb(46,21,43); }
div.DivClassName
{
background-color: #2E152B;
}
.BgClassName
{
background-color: #2E152B;
}
</style>
border-color css
<style>
span { border-color: #2E152B; }
span { border-color: rgb(46,21,43); }
td.TdClassName
{
border-color: #2E152B;
}
.TagClassName
{
border-color: #2E152B;
}
</style>