Shades of Mardi Gras #2B192C
Tints of Mardi Gras #2B192C
RGB
CMYK
RGB Variations
Color information
#2B192C (or 0x2B192C) is known color: Mardi Gras. HEX triplet: 2B, 19 and 2C. RGB value is (43,25,44). Sum of RGB (Red+Green+Blue) = 43+25+44=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B192C is #D4E6D3. Grayscale: #202020. Windows color (decimal): -13952724 or 2890027. OLE color: 2890027.
HSL color Cylindrical-coordinate representation of color #2B192C: hue angle of 296.84º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B192C is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 25 | 44 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.83 |
| HSL | 296.84º | 0.28% | 0.14% | - |
| HSV(B) | 296.84º | 0.43% | 0.17% | - |
| XYZ | 1.8 | 1.39 | 2.56 | - |
| YUV | 32.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 44 | 0.02 | 0.43 | 0 | 0.83 | 296.84 | 0.28 | 0.14 |
| Hex | 2B | 19 | 2C | 2 | 2B | 0 | 53 | 129 | 1C | E |
| Octal | 53 | 31 | 54 | 2 | 53 | 0 | 123 | 451 | 34 | 16 |
| Binary | 101011 | 11001 | 101100 | 10 | 101011 | 0 | 1010011 | 100101001 | 11100 | 1110 |
Color Harmonies of #2B192C
Complementary color
Monochromatic Colors of #2B192C
Black with #2B192C
Text Example
Text Example
White with #2B192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B192C; }
p { color: rgb(43,25,44); }
H1.HeaderClassName
{
color: #2B192C;
}
.AnyTagClassName
{
color: #2B192C;
}
</style>
background-color css
<style>
a { background-color: #2B192C; }
a { background-color: rgb(43,25,44); }
div.DivClassName
{
background-color: #2B192C;
}
.BgClassName
{
background-color: #2B192C;
}
</style>
border-color css
<style>
span { border-color: #2B192C; }
span { border-color: rgb(43,25,44); }
td.TdClassName
{
border-color: #2B192C;
}
.TagClassName
{
border-color: #2B192C;
}
</style>