Shades of Mardi Gras #2C0C2B
Tints of Mardi Gras #2C0C2B
RGB
CMYK
RGB Variations
Color information
#2C0C2B (or 0x2C0C2B) is known color: Mardi Gras. HEX triplet: 2C, 0C and 2B. RGB value is (44,12,43). Sum of RGB (Red+Green+Blue) = 44+12+43=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0C2B is #D3F3D4. Grayscale: #191919. Windows color (decimal): -13890517 or 2821164. OLE color: 2821164.
HSL color Cylindrical-coordinate representation of color #2C0C2B: hue angle of 301.88º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C0C2B is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 12 | 43 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.83 |
| HSL | 301.88º | 0.57% | 0.11% | - |
| HSV(B) | 301.88º | 0.73% | 0.17% | - |
| XYZ | 1.61 | 0.97 | 2.39 | - |
| YUV | 25.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 43 | 0 | 0.73 | 0.02 | 0.83 | 301.88 | 0.57 | 0.11 |
| Hex | 2C | C | 2B | 0 | 49 | 2 | 53 | 12E | 39 | B |
| Octal | 54 | 14 | 53 | 0 | 111 | 2 | 123 | 456 | 71 | 13 |
| Binary | 101100 | 1100 | 101011 | 0 | 1001001 | 10 | 1010011 | 100101110 | 111001 | 1011 |
Color Harmonies of #2C0C2B
Complementary color
Monochromatic Colors of #2C0C2B
Black with #2C0C2B
Text Example
Text Example
White with #2C0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0C2B; }
p { color: rgb(44,12,43); }
H1.HeaderClassName
{
color: #2C0C2B;
}
.AnyTagClassName
{
color: #2C0C2B;
}
</style>
background-color css
<style>
a { background-color: #2C0C2B; }
a { background-color: rgb(44,12,43); }
div.DivClassName
{
background-color: #2C0C2B;
}
.BgClassName
{
background-color: #2C0C2B;
}
</style>
border-color css
<style>
span { border-color: #2C0C2B; }
span { border-color: rgb(44,12,43); }
td.TdClassName
{
border-color: #2C0C2B;
}
.TagClassName
{
border-color: #2C0C2B;
}
</style>