Shades of Mardi Gras #2B122C
Tints of Mardi Gras #2B122C
RGB
CMYK
RGB Variations
Color information
#2B122C (or 0x2B122C) is known color: Mardi Gras. HEX triplet: 2B, 12 and 2C. RGB value is (43,18,44). Sum of RGB (Red+Green+Blue) = 43+18+44=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B122C is #D4EDD3. Grayscale: #1C1C1C. Windows color (decimal): -13954516 or 2888235. OLE color: 2888235.
HSL color Cylindrical-coordinate representation of color #2B122C: hue angle of 297.69º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B122C is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 18 | 44 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.83 |
| HSL | 297.69º | 0.42% | 0.12% | - |
| HSV(B) | 297.69º | 0.59% | 0.17% | - |
| XYZ | 1.67 | 1.13 | 2.51 | - |
| YUV | 28.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 44 | 0.02 | 0.59 | 0 | 0.83 | 297.69 | 0.42 | 0.12 |
| Hex | 2B | 12 | 2C | 2 | 3B | 0 | 53 | 12A | 2A | C |
| Octal | 53 | 22 | 54 | 2 | 73 | 0 | 123 | 452 | 52 | 14 |
| Binary | 101011 | 10010 | 101100 | 10 | 111011 | 0 | 1010011 | 100101010 | 101010 | 1100 |
Color Harmonies of #2B122C
Complementary color
Monochromatic Colors of #2B122C
Black with #2B122C
Text Example
Text Example
White with #2B122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B122C; }
p { color: rgb(43,18,44); }
H1.HeaderClassName
{
color: #2B122C;
}
.AnyTagClassName
{
color: #2B122C;
}
</style>
background-color css
<style>
a { background-color: #2B122C; }
a { background-color: rgb(43,18,44); }
div.DivClassName
{
background-color: #2B122C;
}
.BgClassName
{
background-color: #2B122C;
}
</style>
border-color css
<style>
span { border-color: #2B122C; }
span { border-color: rgb(43,18,44); }
td.TdClassName
{
border-color: #2B122C;
}
.TagClassName
{
border-color: #2B122C;
}
</style>