Shades of Mardi Gras #2C0B2B
Tints of Mardi Gras #2C0B2B
RGB
CMYK
RGB Variations
Color information
#2C0B2B (or 0x2C0B2B) is known color: Mardi Gras. HEX triplet: 2C, 0B and 2B. RGB value is (44,11,43). Sum of RGB (Red+Green+Blue) = 44+11+43=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0B2B is #D3F4D4. Grayscale: #181818. Windows color (decimal): -13890773 or 2820908. OLE color: 2820908.
HSL color Cylindrical-coordinate representation of color #2C0B2B: hue angle of 301.82º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C0B2B is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 11 | 43 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.83 |
| HSL | 301.82º | 0.6% | 0.11% | - |
| HSV(B) | 301.82º | 0.75% | 0.17% | - |
| XYZ | 1.59 | 0.95 | 2.38 | - |
| YUV | 24.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 43 | 0 | 0.75 | 0.02 | 0.83 | 301.82 | 0.6 | 0.11 |
| Hex | 2C | B | 2B | 0 | 4B | 2 | 53 | 12E | 3C | B |
| Octal | 54 | 13 | 53 | 0 | 113 | 2 | 123 | 456 | 74 | 13 |
| Binary | 101100 | 1011 | 101011 | 0 | 1001011 | 10 | 1010011 | 100101110 | 111100 | 1011 |
Color Harmonies of #2C0B2B
Complementary color
Monochromatic Colors of #2C0B2B
Black with #2C0B2B
Text Example
Text Example
White with #2C0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B2B; }
p { color: rgb(44,11,43); }
H1.HeaderClassName
{
color: #2C0B2B;
}
.AnyTagClassName
{
color: #2C0B2B;
}
</style>
background-color css
<style>
a { background-color: #2C0B2B; }
a { background-color: rgb(44,11,43); }
div.DivClassName
{
background-color: #2C0B2B;
}
.BgClassName
{
background-color: #2C0B2B;
}
</style>
border-color css
<style>
span { border-color: #2C0B2B; }
span { border-color: rgb(44,11,43); }
td.TdClassName
{
border-color: #2C0B2B;
}
.TagClassName
{
border-color: #2C0B2B;
}
</style>