Shades of Mardi Gras #2C152E
Tints of Mardi Gras #2C152E
RGB
CMYK
RGB Variations
Color information
#2C152E (or 0x2C152E) is known color: Mardi Gras. HEX triplet: 2C, 15 and 2E. RGB value is (44,21,46). Sum of RGB (Red+Green+Blue) = 44+21+46=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C152E is #D3EAD1. Grayscale: #1E1E1E. Windows color (decimal): -13888210 or 3020076. OLE color: 3020076.
HSL color Cylindrical-coordinate representation of color #2C152E: hue angle of 295.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C152E is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 21 | 46 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.82 |
| HSL | 295.2º | 0.37% | 0.13% | - |
| HSV(B) | 295.2º | 0.54% | 0.18% | - |
| XYZ | 1.8 | 1.27 | 2.73 | - |
| YUV | 30.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 46 | 0.04 | 0.54 | 0 | 0.82 | 295.2 | 0.37 | 0.13 |
| Hex | 2C | 15 | 2E | 4 | 36 | 0 | 52 | 127 | 25 | D |
| Octal | 54 | 25 | 56 | 4 | 66 | 0 | 122 | 447 | 45 | 15 |
| Binary | 101100 | 10101 | 101110 | 100 | 110110 | 0 | 1010010 | 100100111 | 100101 | 1101 |
Color Harmonies of #2C152E
Complementary color
Monochromatic Colors of #2C152E
Black with #2C152E
Text Example
Text Example
White with #2C152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C152E; }
p { color: rgb(44,21,46); }
H1.HeaderClassName
{
color: #2C152E;
}
.AnyTagClassName
{
color: #2C152E;
}
</style>
background-color css
<style>
a { background-color: #2C152E; }
a { background-color: rgb(44,21,46); }
div.DivClassName
{
background-color: #2C152E;
}
.BgClassName
{
background-color: #2C152E;
}
</style>
border-color css
<style>
span { border-color: #2C152E; }
span { border-color: rgb(44,21,46); }
td.TdClassName
{
border-color: #2C152E;
}
.TagClassName
{
border-color: #2C152E;
}
</style>