Shades of Mardi Gras #2C1930
Tints of Mardi Gras #2C1930
RGB
CMYK
RGB Variations
Color information
#2C1930 (or 0x2C1930) is known color: Mardi Gras. HEX triplet: 2C, 19 and 30. RGB value is (44,25,48). Sum of RGB (Red+Green+Blue) = 44+25+48=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1930 is #D3E6CF. Grayscale: #212121. Windows color (decimal): -13887184 or 3152172. OLE color: 3152172.
HSL color Cylindrical-coordinate representation of color #2C1930: hue angle of 289.57º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C1930 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 25 | 48 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.81 |
| HSL | 289.57º | 0.32% | 0.14% | - |
| HSV(B) | 289.57º | 0.48% | 0.19% | - |
| XYZ | 1.92 | 1.44 | 2.97 | - |
| YUV | 33.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 48 | 0.08 | 0.48 | 0 | 0.81 | 289.57 | 0.32 | 0.14 |
| Hex | 2C | 19 | 30 | 8 | 30 | 0 | 51 | 122 | 20 | E |
| Octal | 54 | 31 | 60 | 10 | 60 | 0 | 121 | 442 | 40 | 16 |
| Binary | 101100 | 11001 | 110000 | 1000 | 110000 | 0 | 1010001 | 100100010 | 100000 | 1110 |
Color Harmonies of #2C1930
Complementary color
Monochromatic Colors of #2C1930
Black with #2C1930
Text Example
Text Example
White with #2C1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1930; }
p { color: rgb(44,25,48); }
H1.HeaderClassName
{
color: #2C1930;
}
.AnyTagClassName
{
color: #2C1930;
}
</style>
background-color css
<style>
a { background-color: #2C1930; }
a { background-color: rgb(44,25,48); }
div.DivClassName
{
background-color: #2C1930;
}
.BgClassName
{
background-color: #2C1930;
}
</style>
border-color css
<style>
span { border-color: #2C1930; }
span { border-color: rgb(44,25,48); }
td.TdClassName
{
border-color: #2C1930;
}
.TagClassName
{
border-color: #2C1930;
}
</style>