Shades of Mardi Gras #2C0630
Tints of Mardi Gras #2C0630
RGB
CMYK
RGB Variations
Color information
#2C0630 (or 0x2C0630) is known color: Mardi Gras. HEX triplet: 2C, 06 and 30. RGB value is (44,6,48). Sum of RGB (Red+Green+Blue) = 44+6+48=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C0630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0630 is #D3F9CF. Grayscale: #161616. Windows color (decimal): -13892048 or 3147308. OLE color: 3147308.
HSL color Cylindrical-coordinate representation of color #2C0630: hue angle of 294.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C0630 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 6 | 48 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.81 |
| HSL | 294.29º | 0.78% | 0.11% | - |
| HSV(B) | 294.29º | 0.88% | 0.19% | - |
| XYZ | 1.64 | 0.88 | 2.88 | - |
| YUV | 22.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 48 | 0.08 | 0.87 | 0 | 0.81 | 294.29 | 0.78 | 0.11 |
| Hex | 2C | 6 | 30 | 8 | 57 | 0 | 51 | 126 | 4E | B |
| Octal | 54 | 6 | 60 | 10 | 127 | 0 | 121 | 446 | 116 | 13 |
| Binary | 101100 | 110 | 110000 | 1000 | 1010111 | 0 | 1010001 | 100100110 | 1001110 | 1011 |
Color Harmonies of #2C0630
Complementary color
Monochromatic Colors of #2C0630
Black with #2C0630
Text Example
Text Example
White with #2C0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0630; }
p { color: rgb(44,6,48); }
H1.HeaderClassName
{
color: #2C0630;
}
.AnyTagClassName
{
color: #2C0630;
}
</style>
background-color css
<style>
a { background-color: #2C0630; }
a { background-color: rgb(44,6,48); }
div.DivClassName
{
background-color: #2C0630;
}
.BgClassName
{
background-color: #2C0630;
}
</style>
border-color css
<style>
span { border-color: #2C0630; }
span { border-color: rgb(44,6,48); }
td.TdClassName
{
border-color: #2C0630;
}
.TagClassName
{
border-color: #2C0630;
}
</style>