Shades of Mardi Gras #2B162D
Tints of Mardi Gras #2B162D
RGB
CMYK
RGB Variations
Color information
#2B162D (or 0x2B162D) is known color: Mardi Gras. HEX triplet: 2B, 16 and 2D. RGB value is (43,22,45). Sum of RGB (Red+Green+Blue) = 43+22+45=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B162D is #D4E9D2. Grayscale: #1E1E1E. Windows color (decimal): -13953491 or 2954795. OLE color: 2954795.
HSL color Cylindrical-coordinate representation of color #2B162D: hue angle of 294.78º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B162D is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 22 | 45 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.82 |
| HSL | 294.78º | 0.34% | 0.13% | - |
| HSV(B) | 294.78º | 0.51% | 0.18% | - |
| XYZ | 1.76 | 1.28 | 2.64 | - |
| YUV | 30.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 45 | 0.04 | 0.51 | 0 | 0.82 | 294.78 | 0.34 | 0.13 |
| Hex | 2B | 16 | 2D | 4 | 33 | 0 | 52 | 127 | 22 | D |
| Octal | 53 | 26 | 55 | 4 | 63 | 0 | 122 | 447 | 42 | 15 |
| Binary | 101011 | 10110 | 101101 | 100 | 110011 | 0 | 1010010 | 100100111 | 100010 | 1101 |
Color Harmonies of #2B162D
Complementary color
Monochromatic Colors of #2B162D
Black with #2B162D
Text Example
Text Example
White with #2B162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B162D; }
p { color: rgb(43,22,45); }
H1.HeaderClassName
{
color: #2B162D;
}
.AnyTagClassName
{
color: #2B162D;
}
</style>
background-color css
<style>
a { background-color: #2B162D; }
a { background-color: rgb(43,22,45); }
div.DivClassName
{
background-color: #2B162D;
}
.BgClassName
{
background-color: #2B162D;
}
</style>
border-color css
<style>
span { border-color: #2B162D; }
span { border-color: rgb(43,22,45); }
td.TdClassName
{
border-color: #2B162D;
}
.TagClassName
{
border-color: #2B162D;
}
</style>