Shades of Mardi Gras #2C232E
Tints of Mardi Gras #2C232E
RGB
CMYK
RGB Variations
Color information
#2C232E (or 0x2C232E) is known color: Mardi Gras. HEX triplet: 2C, 23 and 2E. RGB value is (44,35,46). Sum of RGB (Red+Green+Blue) = 44+35+46=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C232E is #D3DCD1. Grayscale: #262626. Windows color (decimal): -13884626 or 3023660. OLE color: 3023660.
HSL color Cylindrical-coordinate representation of color #2C232E: hue angle of 289.09º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2C232E is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 35 | 46 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.82 |
| HSL | 289.09º | 0.14% | 0.16% | - |
| HSV(B) | 289.09º | 0.24% | 0.18% | - |
| XYZ | 2.13 | 1.93 | 2.85 | - |
| YUV | 38.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 46 | 0.04 | 0.24 | 0 | 0.82 | 289.09 | 0.14 | 0.16 |
| Hex | 2C | 23 | 2E | 4 | 18 | 0 | 52 | 121 | E | 10 |
| Octal | 54 | 43 | 56 | 4 | 30 | 0 | 122 | 441 | 16 | 20 |
| Binary | 101100 | 100011 | 101110 | 100 | 11000 | 0 | 1010010 | 100100001 | 1110 | 10000 |
Color Harmonies of #2C232E
Complementary color
Monochromatic Colors of #2C232E
Black with #2C232E
Text Example
Text Example
White with #2C232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C232E; }
p { color: rgb(44,35,46); }
H1.HeaderClassName
{
color: #2C232E;
}
.AnyTagClassName
{
color: #2C232E;
}
</style>
background-color css
<style>
a { background-color: #2C232E; }
a { background-color: rgb(44,35,46); }
div.DivClassName
{
background-color: #2C232E;
}
.BgClassName
{
background-color: #2C232E;
}
</style>
border-color css
<style>
span { border-color: #2C232E; }
span { border-color: rgb(44,35,46); }
td.TdClassName
{
border-color: #2C232E;
}
.TagClassName
{
border-color: #2C232E;
}
</style>