Shades of Mardi Gras #2C192B
Tints of Mardi Gras #2C192B
RGB
CMYK
RGB Variations
Color information
#2C192B (or 0x2C192B) is known color: Mardi Gras. HEX triplet: 2C, 19 and 2B. RGB value is (44,25,43). Sum of RGB (Red+Green+Blue) = 44+25+43=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 44 - color contains mainly: red. Hex color #2C192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C192B is #D3E6D4. Grayscale: #202020. Windows color (decimal): -13887189 or 2824492. OLE color: 2824492.
HSL color Cylindrical-coordinate representation of color #2C192B: hue angle of 303.16º 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 #2C192B is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 25 | 43 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.83 |
| HSL | 303.16º | 0.28% | 0.14% | - |
| HSV(B) | 303.16º | 0.43% | 0.17% | - |
| XYZ | 1.82 | 1.41 | 2.46 | - |
| YUV | 32.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 43 | 0 | 0.43 | 0.02 | 0.83 | 303.16 | 0.28 | 0.14 |
| Hex | 2C | 19 | 2B | 0 | 2B | 2 | 53 | 12F | 1C | E |
| Octal | 54 | 31 | 53 | 0 | 53 | 2 | 123 | 457 | 34 | 16 |
| Binary | 101100 | 11001 | 101011 | 0 | 101011 | 10 | 1010011 | 100101111 | 11100 | 1110 |
Color Harmonies of #2C192B
Complementary color
Monochromatic Colors of #2C192B
Black with #2C192B
Text Example
Text Example
White with #2C192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C192B; }
p { color: rgb(44,25,43); }
H1.HeaderClassName
{
color: #2C192B;
}
.AnyTagClassName
{
color: #2C192B;
}
</style>
background-color css
<style>
a { background-color: #2C192B; }
a { background-color: rgb(44,25,43); }
div.DivClassName
{
background-color: #2C192B;
}
.BgClassName
{
background-color: #2C192B;
}
</style>
border-color css
<style>
span { border-color: #2C192B; }
span { border-color: rgb(44,25,43); }
td.TdClassName
{
border-color: #2C192B;
}
.TagClassName
{
border-color: #2C192B;
}
</style>