Shades of Mardi Gras #2C192F
Tints of Mardi Gras #2C192F
RGB
CMYK
RGB Variations
Color information
#2C192F (or 0x2C192F) is known color: Mardi Gras. HEX triplet: 2C, 19 and 2F. RGB value is (44,25,47). Sum of RGB (Red+Green+Blue) = 44+25+47=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C192F is #D3E6D0. Grayscale: #212121. Windows color (decimal): -13887185 or 3086636. OLE color: 3086636.
HSL color Cylindrical-coordinate representation of color #2C192F: hue angle of 291.82º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C192F is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 25 | 47 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.82 |
| HSL | 291.82º | 0.31% | 0.14% | - |
| HSV(B) | 291.82º | 0.47% | 0.18% | - |
| XYZ | 1.9 | 1.44 | 2.87 | - |
| YUV | 33.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 47 | 0.06 | 0.47 | 0 | 0.82 | 291.82 | 0.31 | 0.14 |
| Hex | 2C | 19 | 2F | 6 | 2F | 0 | 52 | 124 | 1F | E |
| Octal | 54 | 31 | 57 | 6 | 57 | 0 | 122 | 444 | 37 | 16 |
| Binary | 101100 | 11001 | 101111 | 110 | 101111 | 0 | 1010010 | 100100100 | 11111 | 1110 |
Color Harmonies of #2C192F
Complementary color
Monochromatic Colors of #2C192F
Black with #2C192F
Text Example
Text Example
White with #2C192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C192F; }
p { color: rgb(44,25,47); }
H1.HeaderClassName
{
color: #2C192F;
}
.AnyTagClassName
{
color: #2C192F;
}
</style>
background-color css
<style>
a { background-color: #2C192F; }
a { background-color: rgb(44,25,47); }
div.DivClassName
{
background-color: #2C192F;
}
.BgClassName
{
background-color: #2C192F;
}
</style>
border-color css
<style>
span { border-color: #2C192F; }
span { border-color: rgb(44,25,47); }
td.TdClassName
{
border-color: #2C192F;
}
.TagClassName
{
border-color: #2C192F;
}
</style>