Shades of Mardi Gras #2B112D
Tints of Mardi Gras #2B112D
RGB
CMYK
RGB Variations
Color information
#2B112D (or 0x2B112D) is known color: Mardi Gras. HEX triplet: 2B, 11 and 2D. RGB value is (43,17,45). Sum of RGB (Red+Green+Blue) = 43+17+45=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B112D is #D4EED2. Grayscale: #1B1B1B. Windows color (decimal): -13954771 or 2953515. OLE color: 2953515.
HSL color Cylindrical-coordinate representation of color #2B112D: hue angle of 295.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B112D is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 17 | 45 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.82 |
| HSL | 295.71º | 0.45% | 0.12% | - |
| HSV(B) | 295.71º | 0.62% | 0.18% | - |
| XYZ | 1.67 | 1.1 | 2.61 | - |
| YUV | 27.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 45 | 0.04 | 0.62 | 0 | 0.82 | 295.71 | 0.45 | 0.12 |
| Hex | 2B | 11 | 2D | 4 | 3E | 0 | 52 | 128 | 2D | C |
| Octal | 53 | 21 | 55 | 4 | 76 | 0 | 122 | 450 | 55 | 14 |
| Binary | 101011 | 10001 | 101101 | 100 | 111110 | 0 | 1010010 | 100101000 | 101101 | 1100 |
Color Harmonies of #2B112D
Complementary color
Monochromatic Colors of #2B112D
Black with #2B112D
Text Example
Text Example
White with #2B112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B112D; }
p { color: rgb(43,17,45); }
H1.HeaderClassName
{
color: #2B112D;
}
.AnyTagClassName
{
color: #2B112D;
}
</style>
background-color css
<style>
a { background-color: #2B112D; }
a { background-color: rgb(43,17,45); }
div.DivClassName
{
background-color: #2B112D;
}
.BgClassName
{
background-color: #2B112D;
}
</style>
border-color css
<style>
span { border-color: #2B112D; }
span { border-color: rgb(43,17,45); }
td.TdClassName
{
border-color: #2B112D;
}
.TagClassName
{
border-color: #2B112D;
}
</style>