Shades of Mardi Gras #2C082D
Tints of Mardi Gras #2C082D
RGB
CMYK
RGB Variations
Color information
#2C082D (or 0x2C082D) is known color: Mardi Gras. HEX triplet: 2C, 08 and 2D. RGB value is (44,8,45). Sum of RGB (Red+Green+Blue) = 44+8+45=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C082D is #D3F7D2. Grayscale: #161616. Windows color (decimal): -13891539 or 2951212. OLE color: 2951212.
HSL color Cylindrical-coordinate representation of color #2C082D: hue angle of 298.38º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C082D is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 8 | 45 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.82 |
| HSL | 298.38º | 0.7% | 0.1% | - |
| HSV(B) | 298.38º | 0.82% | 0.18% | - |
| XYZ | 1.6 | 0.9 | 2.57 | - |
| YUV | 22.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 45 | 0.02 | 0.82 | 0 | 0.82 | 298.38 | 0.7 | 0.1 |
| Hex | 2C | 8 | 2D | 2 | 52 | 0 | 52 | 12A | 46 | A |
| Octal | 54 | 10 | 55 | 2 | 122 | 0 | 122 | 452 | 106 | 12 |
| Binary | 101100 | 1000 | 101101 | 10 | 1010010 | 0 | 1010010 | 100101010 | 1000110 | 1010 |
Color Harmonies of #2C082D
Complementary color
Monochromatic Colors of #2C082D
Black with #2C082D
Text Example
Text Example
White with #2C082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C082D; }
p { color: rgb(44,8,45); }
H1.HeaderClassName
{
color: #2C082D;
}
.AnyTagClassName
{
color: #2C082D;
}
</style>
background-color css
<style>
a { background-color: #2C082D; }
a { background-color: rgb(44,8,45); }
div.DivClassName
{
background-color: #2C082D;
}
.BgClassName
{
background-color: #2C082D;
}
</style>
border-color css
<style>
span { border-color: #2C082D; }
span { border-color: rgb(44,8,45); }
td.TdClassName
{
border-color: #2C082D;
}
.TagClassName
{
border-color: #2C082D;
}
</style>