Shades of Mardi Gras #2C252D
Tints of Mardi Gras #2C252D
RGB
CMYK
RGB Variations
Color information
#2C252D (or 0x2C252D) is known color: Mardi Gras. HEX triplet: 2C, 25 and 2D. RGB value is (44,37,45). Sum of RGB (Red+Green+Blue) = 44+37+45=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C252D is #D3DAD2. Grayscale: #272727. Windows color (decimal): -13884115 or 2958636. OLE color: 2958636.
HSL color Cylindrical-coordinate representation of color #2C252D: hue angle of 292.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2C252D is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 37 | 45 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.82 |
| HSL | 292.5º | 0.1% | 0.16% | - |
| HSV(B) | 292.5º | 0.18% | 0.18% | - |
| XYZ | 2.17 | 2.05 | 2.76 | - |
| YUV | 40.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 45 | 0.02 | 0.18 | 0 | 0.82 | 292.5 | 0.1 | 0.16 |
| Hex | 2C | 25 | 2D | 2 | 12 | 0 | 52 | 124 | A | 10 |
| Octal | 54 | 45 | 55 | 2 | 22 | 0 | 122 | 444 | 12 | 20 |
| Binary | 101100 | 100101 | 101101 | 10 | 10010 | 0 | 1010010 | 100100100 | 1010 | 10000 |
Color Harmonies of #2C252D
Complementary color
Monochromatic Colors of #2C252D
Black with #2C252D
Text Example
Text Example
White with #2C252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C252D; }
p { color: rgb(44,37,45); }
H1.HeaderClassName
{
color: #2C252D;
}
.AnyTagClassName
{
color: #2C252D;
}
</style>
background-color css
<style>
a { background-color: #2C252D; }
a { background-color: rgb(44,37,45); }
div.DivClassName
{
background-color: #2C252D;
}
.BgClassName
{
background-color: #2C252D;
}
</style>
border-color css
<style>
span { border-color: #2C252D; }
span { border-color: rgb(44,37,45); }
td.TdClassName
{
border-color: #2C252D;
}
.TagClassName
{
border-color: #2C252D;
}
</style>