Shades of Mardi Gras #2B182B
Tints of Mardi Gras #2B182B
RGB
CMYK
RGB Variations
Color information
#2B182B (or 0x2B182B) is known color: Mardi Gras. HEX triplet: 2B, 18 and 2B. RGB value is (43,24,43). Sum of RGB (Red+Green+Blue) = 43+24+43=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B182B is #D4E7D4. Grayscale: #1F1F1F. Windows color (decimal): -13952981 or 2824235. OLE color: 2824235.
HSL color Cylindrical-coordinate representation of color #2B182B: hue angle of 300º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B182B is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 24 | 43 | - |
| CMYK | 0 | 0.44 | 0 | 0.83 |
| HSL | 300º | 0.28% | 0.13% | - |
| HSV(B) | 300º | 0.44% | 0.17% | - |
| XYZ | 1.76 | 1.34 | 2.45 | - |
| YUV | 31.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 43 | 0 | 0.44 | 0 | 0.83 | 300 | 0.28 | 0.13 |
| Hex | 2B | 18 | 2B | 0 | 2C | 0 | 53 | 12C | 1C | D |
| Octal | 53 | 30 | 53 | 0 | 54 | 0 | 123 | 454 | 34 | 15 |
| Binary | 101011 | 11000 | 101011 | 0 | 101100 | 0 | 1010011 | 100101100 | 11100 | 1101 |
Color Harmonies of #2B182B
Complementary color
Monochromatic Colors of #2B182B
Black with #2B182B
Text Example
Text Example
White with #2B182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B182B; }
p { color: rgb(43,24,43); }
H1.HeaderClassName
{
color: #2B182B;
}
.AnyTagClassName
{
color: #2B182B;
}
</style>
background-color css
<style>
a { background-color: #2B182B; }
a { background-color: rgb(43,24,43); }
div.DivClassName
{
background-color: #2B182B;
}
.BgClassName
{
background-color: #2B182B;
}
</style>
border-color css
<style>
span { border-color: #2B182B; }
span { border-color: rgb(43,24,43); }
td.TdClassName
{
border-color: #2B182B;
}
.TagClassName
{
border-color: #2B182B;
}
</style>