Shades of Mardi Gras #2C082E
Tints of Mardi Gras #2C082E
RGB
CMYK
RGB Variations
Color information
#2C082E (or 0x2C082E) is known color: Mardi Gras. HEX triplet: 2C, 08 and 2E. RGB value is (44,8,46). Sum of RGB (Red+Green+Blue) = 44+8+46=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C082E is #D3F7D1. Grayscale: #161616. Windows color (decimal): -13891538 or 3016748. OLE color: 3016748.
HSL color Cylindrical-coordinate representation of color #2C082E: hue angle of 296.84º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C082E is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 8 | 46 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.82 |
| HSL | 296.84º | 0.7% | 0.11% | - |
| HSV(B) | 296.84º | 0.83% | 0.18% | - |
| XYZ | 1.62 | 0.91 | 2.67 | - |
| YUV | 23.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 46 | 0.04 | 0.83 | 0 | 0.82 | 296.84 | 0.7 | 0.11 |
| Hex | 2C | 8 | 2E | 4 | 53 | 0 | 52 | 129 | 46 | B |
| Octal | 54 | 10 | 56 | 4 | 123 | 0 | 122 | 451 | 106 | 13 |
| Binary | 101100 | 1000 | 101110 | 100 | 1010011 | 0 | 1010010 | 100101001 | 1000110 | 1011 |
Color Harmonies of #2C082E
Complementary color
Monochromatic Colors of #2C082E
Black with #2C082E
Text Example
Text Example
White with #2C082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C082E; }
p { color: rgb(44,8,46); }
H1.HeaderClassName
{
color: #2C082E;
}
.AnyTagClassName
{
color: #2C082E;
}
</style>
background-color css
<style>
a { background-color: #2C082E; }
a { background-color: rgb(44,8,46); }
div.DivClassName
{
background-color: #2C082E;
}
.BgClassName
{
background-color: #2C082E;
}
</style>
border-color css
<style>
span { border-color: #2C082E; }
span { border-color: rgb(44,8,46); }
td.TdClassName
{
border-color: #2C082E;
}
.TagClassName
{
border-color: #2C082E;
}
</style>