Shades of Mardi Gras #2C242E
Tints of Mardi Gras #2C242E
RGB
CMYK
RGB Variations
Color information
#2C242E (or 0x2C242E) is known color: Mardi Gras. HEX triplet: 2C, 24 and 2E. RGB value is (44,36,46). Sum of RGB (Red+Green+Blue) = 44+36+46=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C242E is #D3DBD1. Grayscale: #272727. Windows color (decimal): -13884370 or 3023916. OLE color: 3023916.
HSL color Cylindrical-coordinate representation of color #2C242E: hue angle of 288º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2C242E is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 36 | 46 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.82 |
| HSL | 288º | 0.12% | 0.16% | - |
| HSV(B) | 288º | 0.22% | 0.18% | - |
| XYZ | 2.16 | 1.99 | 2.86 | - |
| YUV | 39.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 46 | 0.04 | 0.22 | 0 | 0.82 | 288 | 0.12 | 0.16 |
| Hex | 2C | 24 | 2E | 4 | 16 | 0 | 52 | 120 | C | 10 |
| Octal | 54 | 44 | 56 | 4 | 26 | 0 | 122 | 440 | 14 | 20 |
| Binary | 101100 | 100100 | 101110 | 100 | 10110 | 0 | 1010010 | 100100000 | 1100 | 10000 |
Color Harmonies of #2C242E
Complementary color
Monochromatic Colors of #2C242E
Black with #2C242E
Text Example
Text Example
White with #2C242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C242E; }
p { color: rgb(44,36,46); }
H1.HeaderClassName
{
color: #2C242E;
}
.AnyTagClassName
{
color: #2C242E;
}
</style>
background-color css
<style>
a { background-color: #2C242E; }
a { background-color: rgb(44,36,46); }
div.DivClassName
{
background-color: #2C242E;
}
.BgClassName
{
background-color: #2C242E;
}
</style>
border-color css
<style>
span { border-color: #2C242E; }
span { border-color: rgb(44,36,46); }
td.TdClassName
{
border-color: #2C242E;
}
.TagClassName
{
border-color: #2C242E;
}
</style>