Shades of Mardi Gras #2B202C
Tints of Mardi Gras #2B202C
RGB
CMYK
RGB Variations
Color information
#2B202C (or 0x2B202C) is known color: Mardi Gras. HEX triplet: 2B, 20 and 2C. RGB value is (43,32,44). Sum of RGB (Red+Green+Blue) = 43+32+44=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B202C is #D4DFD3. Grayscale: #242424. Windows color (decimal): -13950932 or 2891819. OLE color: 2891819.
HSL color Cylindrical-coordinate representation of color #2B202C: hue angle of 295º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B202C is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 32 | 44 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.83 |
| HSL | 295º | 0.16% | 0.15% | - |
| HSV(B) | 295º | 0.27% | 0.17% | - |
| XYZ | 1.97 | 1.73 | 2.61 | - |
| YUV | 36.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 44 | 0.02 | 0.27 | 0 | 0.83 | 295 | 0.16 | 0.15 |
| Hex | 2B | 20 | 2C | 2 | 1B | 0 | 53 | 127 | 10 | F |
| Octal | 53 | 40 | 54 | 2 | 33 | 0 | 123 | 447 | 20 | 17 |
| Binary | 101011 | 100000 | 101100 | 10 | 11011 | 0 | 1010011 | 100100111 | 10000 | 1111 |
Color Harmonies of #2B202C
Complementary color
Monochromatic Colors of #2B202C
Black with #2B202C
Text Example
Text Example
White with #2B202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B202C; }
p { color: rgb(43,32,44); }
H1.HeaderClassName
{
color: #2B202C;
}
.AnyTagClassName
{
color: #2B202C;
}
</style>
background-color css
<style>
a { background-color: #2B202C; }
a { background-color: rgb(43,32,44); }
div.DivClassName
{
background-color: #2B202C;
}
.BgClassName
{
background-color: #2B202C;
}
</style>
border-color css
<style>
span { border-color: #2B202C; }
span { border-color: rgb(43,32,44); }
td.TdClassName
{
border-color: #2B202C;
}
.TagClassName
{
border-color: #2B202C;
}
</style>