Shades of Mardi Gras #2C192D
Tints of Mardi Gras #2C192D
RGB
CMYK
RGB Variations
Color information
#2C192D (or 0x2C192D) is known color: Mardi Gras. HEX triplet: 2C, 19 and 2D. RGB value is (44,25,45). Sum of RGB (Red+Green+Blue) = 44+25+45=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C192D is #D3E6D2. Grayscale: #202020. Windows color (decimal): -13887187 or 2955564. OLE color: 2955564.
HSL color Cylindrical-coordinate representation of color #2C192D: hue angle of 297º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C192D is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 25 | 45 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.82 |
| HSL | 297º | 0.29% | 0.14% | - |
| HSV(B) | 297º | 0.44% | 0.18% | - |
| XYZ | 1.86 | 1.42 | 2.66 | - |
| YUV | 32.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 45 | 0.02 | 0.44 | 0 | 0.82 | 297 | 0.29 | 0.14 |
| Hex | 2C | 19 | 2D | 2 | 2C | 0 | 52 | 129 | 1D | E |
| Octal | 54 | 31 | 55 | 2 | 54 | 0 | 122 | 451 | 35 | 16 |
| Binary | 101100 | 11001 | 101101 | 10 | 101100 | 0 | 1010010 | 100101001 | 11101 | 1110 |
Color Harmonies of #2C192D
Complementary color
Monochromatic Colors of #2C192D
Black with #2C192D
Text Example
Text Example
White with #2C192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C192D; }
p { color: rgb(44,25,45); }
H1.HeaderClassName
{
color: #2C192D;
}
.AnyTagClassName
{
color: #2C192D;
}
</style>
background-color css
<style>
a { background-color: #2C192D; }
a { background-color: rgb(44,25,45); }
div.DivClassName
{
background-color: #2C192D;
}
.BgClassName
{
background-color: #2C192D;
}
</style>
border-color css
<style>
span { border-color: #2C192D; }
span { border-color: rgb(44,25,45); }
td.TdClassName
{
border-color: #2C192D;
}
.TagClassName
{
border-color: #2C192D;
}
</style>