Shades of Mardi Gras #2C0D28
Tints of Mardi Gras #2C0D28
RGB
CMYK
RGB Variations
Color information
#2C0D28 (or 0x2C0D28) is known color: Mardi Gras. HEX triplet: 2C, 0D and 28. RGB value is (44,13,40). Sum of RGB (Red+Green+Blue) = 44+13+40=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0D28 is #D3F2D7. Grayscale: #191919. Windows color (decimal): -13890264 or 2624812. OLE color: 2624812.
HSL color Cylindrical-coordinate representation of color #2C0D28: hue angle of 307.74º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C0D28 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 13 | 40 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.83 |
| HSL | 307.74º | 0.54% | 0.11% | - |
| HSV(B) | 307.74º | 0.7% | 0.17% | - |
| XYZ | 1.57 | 0.98 | 2.11 | - |
| YUV | 25.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 40 | 0 | 0.70 | 0.09 | 0.83 | 307.74 | 0.54 | 0.11 |
| Hex | 2C | D | 28 | 0 | 46 | 9 | 53 | 134 | 36 | B |
| Octal | 54 | 15 | 50 | 0 | 106 | 11 | 123 | 464 | 66 | 13 |
| Binary | 101100 | 1101 | 101000 | 0 | 1000110 | 1001 | 1010011 | 100110100 | 110110 | 1011 |
Color Harmonies of #2C0D28
Complementary color
Monochromatic Colors of #2C0D28
Black with #2C0D28
Text Example
Text Example
White with #2C0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0D28; }
p { color: rgb(44,13,40); }
H1.HeaderClassName
{
color: #2C0D28;
}
.AnyTagClassName
{
color: #2C0D28;
}
</style>
background-color css
<style>
a { background-color: #2C0D28; }
a { background-color: rgb(44,13,40); }
div.DivClassName
{
background-color: #2C0D28;
}
.BgClassName
{
background-color: #2C0D28;
}
</style>
border-color css
<style>
span { border-color: #2C0D28; }
span { border-color: rgb(44,13,40); }
td.TdClassName
{
border-color: #2C0D28;
}
.TagClassName
{
border-color: #2C0D28;
}
</style>