Shades of Mardi Gras #2C282C
Tints of Mardi Gras #2C282C
RGB
CMYK
RGB Variations
Color information
#2C282C (or 0x2C282C) is known color: Mardi Gras. HEX triplet: 2C, 28 and 2C. RGB value is (44,40,44). Sum of RGB (Red+Green+Blue) = 44+40+44=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C282C is #D3D7D3. Grayscale: #292929. Windows color (decimal): -13883348 or 2893868. OLE color: 2893868.
HSL color Cylindrical-coordinate representation of color #2C282C: hue angle of 300º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2C282C is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 40 | 44 | - |
| CMYK | 0 | 0.09 | 0 | 0.83 |
| HSL | 300º | 0.05% | 0.16% | - |
| HSV(B) | 300º | 0.09% | 0.17% | - |
| XYZ | 2.25 | 2.23 | 2.7 | - |
| YUV | 41.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 44 | 0 | 0.09 | 0 | 0.83 | 300 | 0.05 | 0.16 |
| Hex | 2C | 28 | 2C | 0 | 9 | 0 | 53 | 12C | 5 | 10 |
| Octal | 54 | 50 | 54 | 0 | 11 | 0 | 123 | 454 | 5 | 20 |
| Binary | 101100 | 101000 | 101100 | 0 | 1001 | 0 | 1010011 | 100101100 | 101 | 10000 |
Color Harmonies of #2C282C
Complementary color
Monochromatic Colors of #2C282C
Black with #2C282C
Text Example
Text Example
White with #2C282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C282C; }
p { color: rgb(44,40,44); }
H1.HeaderClassName
{
color: #2C282C;
}
.AnyTagClassName
{
color: #2C282C;
}
</style>
background-color css
<style>
a { background-color: #2C282C; }
a { background-color: rgb(44,40,44); }
div.DivClassName
{
background-color: #2C282C;
}
.BgClassName
{
background-color: #2C282C;
}
</style>
border-color css
<style>
span { border-color: #2C282C; }
span { border-color: rgb(44,40,44); }
td.TdClassName
{
border-color: #2C282C;
}
.TagClassName
{
border-color: #2C282C;
}
</style>