Shades of Mardi Gras #2B142C
Tints of Mardi Gras #2B142C
RGB
CMYK
RGB Variations
Color information
#2B142C (or 0x2B142C) is known color: Mardi Gras. HEX triplet: 2B, 14 and 2C. RGB value is (43,20,44). Sum of RGB (Red+Green+Blue) = 43+20+44=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B142C is #D4EBD3. Grayscale: #1D1D1D. Windows color (decimal): -13954004 or 2888747. OLE color: 2888747.
HSL color Cylindrical-coordinate representation of color #2B142C: hue angle of 297.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B142C is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 20 | 44 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.83 |
| HSL | 297.5º | 0.38% | 0.13% | - |
| HSV(B) | 297.5º | 0.55% | 0.17% | - |
| XYZ | 1.7 | 1.2 | 2.52 | - |
| YUV | 29.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 44 | 0.02 | 0.55 | 0 | 0.83 | 297.5 | 0.38 | 0.13 |
| Hex | 2B | 14 | 2C | 2 | 37 | 0 | 53 | 12A | 26 | D |
| Octal | 53 | 24 | 54 | 2 | 67 | 0 | 123 | 452 | 46 | 15 |
| Binary | 101011 | 10100 | 101100 | 10 | 110111 | 0 | 1010011 | 100101010 | 100110 | 1101 |
Color Harmonies of #2B142C
Complementary color
Monochromatic Colors of #2B142C
Black with #2B142C
Text Example
Text Example
White with #2B142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B142C; }
p { color: rgb(43,20,44); }
H1.HeaderClassName
{
color: #2B142C;
}
.AnyTagClassName
{
color: #2B142C;
}
</style>
background-color css
<style>
a { background-color: #2B142C; }
a { background-color: rgb(43,20,44); }
div.DivClassName
{
background-color: #2B142C;
}
.BgClassName
{
background-color: #2B142C;
}
</style>
border-color css
<style>
span { border-color: #2B142C; }
span { border-color: rgb(43,20,44); }
td.TdClassName
{
border-color: #2B142C;
}
.TagClassName
{
border-color: #2B142C;
}
</style>