Shades of Mardi Gras #2B1B2A
Tints of Mardi Gras #2B1B2A
RGB
CMYK
RGB Variations
Color information
#2B1B2A (or 0x2B1B2A) is known color: Mardi Gras. HEX triplet: 2B, 1B and 2A. RGB value is (43,27,42). Sum of RGB (Red+Green+Blue) = 43+27+42=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1B2A is #D4E4D5. Grayscale: #212121. Windows color (decimal): -13952214 or 2759467. OLE color: 2759467.
HSL color Cylindrical-coordinate representation of color #2B1B2A: hue angle of 303.75º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B1B2A is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 27 | 42 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.83 |
| HSL | 303.75º | 0.23% | 0.14% | - |
| HSV(B) | 303.75º | 0.37% | 0.17% | - |
| XYZ | 1.81 | 1.46 | 2.38 | - |
| YUV | 33.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 42 | 0 | 0.37 | 0.02 | 0.83 | 303.75 | 0.23 | 0.14 |
| Hex | 2B | 1B | 2A | 0 | 25 | 2 | 53 | 130 | 17 | E |
| Octal | 53 | 33 | 52 | 0 | 45 | 2 | 123 | 460 | 27 | 16 |
| Binary | 101011 | 11011 | 101010 | 0 | 100101 | 10 | 1010011 | 100110000 | 10111 | 1110 |
Color Harmonies of #2B1B2A
Complementary color
Monochromatic Colors of #2B1B2A
Black with #2B1B2A
Text Example
Text Example
White with #2B1B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1B2A; }
p { color: rgb(43,27,42); }
H1.HeaderClassName
{
color: #2B1B2A;
}
.AnyTagClassName
{
color: #2B1B2A;
}
</style>
background-color css
<style>
a { background-color: #2B1B2A; }
a { background-color: rgb(43,27,42); }
div.DivClassName
{
background-color: #2B1B2A;
}
.BgClassName
{
background-color: #2B1B2A;
}
</style>
border-color css
<style>
span { border-color: #2B1B2A; }
span { border-color: rgb(43,27,42); }
td.TdClassName
{
border-color: #2B1B2A;
}
.TagClassName
{
border-color: #2B1B2A;
}
</style>