Shades of Mardi Gras #2C272D
Tints of Mardi Gras #2C272D
RGB
CMYK
RGB Variations
Color information
#2C272D (or 0x2C272D) is known color: Mardi Gras. HEX triplet: 2C, 27 and 2D. RGB value is (44,39,45). Sum of RGB (Red+Green+Blue) = 44+39+45=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C272D is #D3D8D2. Grayscale: #292929. Windows color (decimal): -13883603 or 2959148. OLE color: 2959148.
HSL color Cylindrical-coordinate representation of color #2C272D: hue angle of 290º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2C272D is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 39 | 45 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.82 |
| HSL | 290º | 0.07% | 0.16% | - |
| HSV(B) | 290º | 0.13% | 0.18% | - |
| XYZ | 2.24 | 2.18 | 2.78 | - |
| YUV | 41.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 45 | 0.02 | 0.13 | 0 | 0.82 | 290 | 0.07 | 0.16 |
| Hex | 2C | 27 | 2D | 2 | D | 0 | 52 | 122 | 7 | 10 |
| Octal | 54 | 47 | 55 | 2 | 15 | 0 | 122 | 442 | 7 | 20 |
| Binary | 101100 | 100111 | 101101 | 10 | 1101 | 0 | 1010010 | 100100010 | 111 | 10000 |
Color Harmonies of #2C272D
Complementary color
Monochromatic Colors of #2C272D
Black with #2C272D
Text Example
Text Example
White with #2C272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C272D; }
p { color: rgb(44,39,45); }
H1.HeaderClassName
{
color: #2C272D;
}
.AnyTagClassName
{
color: #2C272D;
}
</style>
background-color css
<style>
a { background-color: #2C272D; }
a { background-color: rgb(44,39,45); }
div.DivClassName
{
background-color: #2C272D;
}
.BgClassName
{
background-color: #2C272D;
}
</style>
border-color css
<style>
span { border-color: #2C272D; }
span { border-color: rgb(44,39,45); }
td.TdClassName
{
border-color: #2C272D;
}
.TagClassName
{
border-color: #2C272D;
}
</style>