Shades of Mardi Gras #2C092D
Tints of Mardi Gras #2C092D
RGB
CMYK
RGB Variations
Color information
#2C092D (or 0x2C092D) is known color: Mardi Gras. HEX triplet: 2C, 09 and 2D. RGB value is (44,9,45). Sum of RGB (Red+Green+Blue) = 44+9+45=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C092D is #D3F6D2. Grayscale: #171717. Windows color (decimal): -13891283 or 2951468. OLE color: 2951468.
HSL color Cylindrical-coordinate representation of color #2C092D: hue angle of 298.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C092D is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 9 | 45 | - |
| CMYK | 0.02 | 0.8 | 0 | 0.82 |
| HSL | 298.33º | 0.67% | 0.11% | - |
| HSV(B) | 298.33º | 0.8% | 0.18% | - |
| XYZ | 1.61 | 0.92 | 2.58 | - |
| YUV | 23.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 45 | 0.02 | 0.8 | 0 | 0.82 | 298.33 | 0.67 | 0.11 |
| Hex | 2C | 9 | 2D | 2 | 50 | 0 | 52 | 12A | 43 | B |
| Octal | 54 | 11 | 55 | 2 | 120 | 0 | 122 | 452 | 103 | 13 |
| Binary | 101100 | 1001 | 101101 | 10 | 1010000 | 0 | 1010010 | 100101010 | 1000011 | 1011 |
Color Harmonies of #2C092D
Complementary color
Monochromatic Colors of #2C092D
Black with #2C092D
Text Example
Text Example
White with #2C092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C092D; }
p { color: rgb(44,9,45); }
H1.HeaderClassName
{
color: #2C092D;
}
.AnyTagClassName
{
color: #2C092D;
}
</style>
background-color css
<style>
a { background-color: #2C092D; }
a { background-color: rgb(44,9,45); }
div.DivClassName
{
background-color: #2C092D;
}
.BgClassName
{
background-color: #2C092D;
}
</style>
border-color css
<style>
span { border-color: #2C092D; }
span { border-color: rgb(44,9,45); }
td.TdClassName
{
border-color: #2C092D;
}
.TagClassName
{
border-color: #2C092D;
}
</style>