Shades of Mardi Gras #2B112A
Tints of Mardi Gras #2B112A
RGB
CMYK
RGB Variations
Color information
#2B112A (or 0x2B112A) is known color: Mardi Gras. HEX triplet: 2B, 11 and 2A. RGB value is (43,17,42). Sum of RGB (Red+Green+Blue) = 43+17+42=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B112A is #D4EED5. Grayscale: #1B1B1B. Windows color (decimal): -13954774 or 2756907. OLE color: 2756907.
HSL color Cylindrical-coordinate representation of color #2B112A: hue angle of 302.31º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B112A is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 42 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.83 |
| HSL | 302.31º | 0.43% | 0.12% | - |
| HSV(B) | 302.31º | 0.6% | 0.17% | - |
| XYZ | 1.61 | 1.08 | 2.31 | - |
| YUV | 27.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 42 | 0 | 0.60 | 0.02 | 0.83 | 302.31 | 0.43 | 0.12 |
| Hex | 2B | 11 | 2A | 0 | 3C | 2 | 53 | 12E | 2B | C |
| Octal | 53 | 21 | 52 | 0 | 74 | 2 | 123 | 456 | 53 | 14 |
| Binary | 101011 | 10001 | 101010 | 0 | 111100 | 10 | 1010011 | 100101110 | 101011 | 1100 |
Color Harmonies of #2B112A
Complementary color
Monochromatic Colors of #2B112A
Black with #2B112A
Text Example
Text Example
White with #2B112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B112A; }
p { color: rgb(43,17,42); }
H1.HeaderClassName
{
color: #2B112A;
}
.AnyTagClassName
{
color: #2B112A;
}
</style>
background-color css
<style>
a { background-color: #2B112A; }
a { background-color: rgb(43,17,42); }
div.DivClassName
{
background-color: #2B112A;
}
.BgClassName
{
background-color: #2B112A;
}
</style>
border-color css
<style>
span { border-color: #2B112A; }
span { border-color: rgb(43,17,42); }
td.TdClassName
{
border-color: #2B112A;
}
.TagClassName
{
border-color: #2B112A;
}
</style>