Shades of Mardi Gras #2C282D
Tints of Mardi Gras #2C282D
RGB
CMYK
RGB Variations
Color information
#2C282D (or 0x2C282D) is known color: Mardi Gras. HEX triplet: 2C, 28 and 2D. RGB value is (44,40,45). Sum of RGB (Red+Green+Blue) = 44+40+45=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C282D is #D3D7D2. Grayscale: #292929. Windows color (decimal): -13883347 or 2959404. OLE color: 2959404.
HSL color Cylindrical-coordinate representation of color #2C282D: hue angle of 288º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2C282D is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 40 | 45 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.82 |
| HSL | 288º | 0.06% | 0.17% | - |
| HSV(B) | 288º | 0.11% | 0.18% | - |
| XYZ | 2.27 | 2.24 | 2.8 | - |
| YUV | 41.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 45 | 0.02 | 0.11 | 0 | 0.82 | 288 | 0.06 | 0.17 |
| Hex | 2C | 28 | 2D | 2 | B | 0 | 52 | 120 | 6 | 11 |
| Octal | 54 | 50 | 55 | 2 | 13 | 0 | 122 | 440 | 6 | 21 |
| Binary | 101100 | 101000 | 101101 | 10 | 1011 | 0 | 1010010 | 100100000 | 110 | 10001 |
Color Harmonies of #2C282D
Complementary color
Monochromatic Colors of #2C282D
Black with #2C282D
Text Example
Text Example
White with #2C282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C282D; }
p { color: rgb(44,40,45); }
H1.HeaderClassName
{
color: #2C282D;
}
.AnyTagClassName
{
color: #2C282D;
}
</style>
background-color css
<style>
a { background-color: #2C282D; }
a { background-color: rgb(44,40,45); }
div.DivClassName
{
background-color: #2C282D;
}
.BgClassName
{
background-color: #2C282D;
}
</style>
border-color css
<style>
span { border-color: #2C282D; }
span { border-color: rgb(44,40,45); }
td.TdClassName
{
border-color: #2C282D;
}
.TagClassName
{
border-color: #2C282D;
}
</style>