Shades of Mardi Gras #2C162B
Tints of Mardi Gras #2C162B
RGB
CMYK
RGB Variations
Color information
#2C162B (or 0x2C162B) is known color: Mardi Gras. HEX triplet: 2C, 16 and 2B. RGB value is (44,22,43). Sum of RGB (Red+Green+Blue) = 44+22+43=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 44 - color contains mainly: red. Hex color #2C162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C162B is #D3E9D4. Grayscale: #1E1E1E. Windows color (decimal): -13887957 or 2823724. OLE color: 2823724.
HSL color Cylindrical-coordinate representation of color #2C162B: hue angle of 302.73º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C162B is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 22 | 43 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.83 |
| HSL | 302.73º | 0.33% | 0.13% | - |
| HSV(B) | 302.73º | 0.5% | 0.17% | - |
| XYZ | 1.76 | 1.28 | 2.44 | - |
| YUV | 30.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 43 | 0 | 0.5 | 0.02 | 0.83 | 302.73 | 0.33 | 0.13 |
| Hex | 2C | 16 | 2B | 0 | 32 | 2 | 53 | 12F | 21 | D |
| Octal | 54 | 26 | 53 | 0 | 62 | 2 | 123 | 457 | 41 | 15 |
| Binary | 101100 | 10110 | 101011 | 0 | 110010 | 10 | 1010011 | 100101111 | 100001 | 1101 |
Color Harmonies of #2C162B
Complementary color
Monochromatic Colors of #2C162B
Black with #2C162B
Text Example
Text Example
White with #2C162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C162B; }
p { color: rgb(44,22,43); }
H1.HeaderClassName
{
color: #2C162B;
}
.AnyTagClassName
{
color: #2C162B;
}
</style>
background-color css
<style>
a { background-color: #2C162B; }
a { background-color: rgb(44,22,43); }
div.DivClassName
{
background-color: #2C162B;
}
.BgClassName
{
background-color: #2C162B;
}
</style>
border-color css
<style>
span { border-color: #2C162B; }
span { border-color: rgb(44,22,43); }
td.TdClassName
{
border-color: #2C162B;
}
.TagClassName
{
border-color: #2C162B;
}
</style>