Shades of Mardi Gras #2C152B
Tints of Mardi Gras #2C152B
RGB
CMYK
RGB Variations
Color information
#2C152B (or 0x2C152B) is known color: Mardi Gras. HEX triplet: 2C, 15 and 2B. RGB value is (44,21,43). Sum of RGB (Red+Green+Blue) = 44+21+43=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 44 - color contains mainly: red. Hex color #2C152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C152B is #D3EAD4. Grayscale: #1E1E1E. Windows color (decimal): -13888213 or 2823468. OLE color: 2823468.
HSL color Cylindrical-coordinate representation of color #2C152B: hue angle of 302.61º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C152B is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 21 | 43 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.83 |
| HSL | 302.61º | 0.35% | 0.13% | - |
| HSV(B) | 302.61º | 0.52% | 0.17% | - |
| XYZ | 1.74 | 1.25 | 2.43 | - |
| YUV | 30.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 43 | 0 | 0.52 | 0.02 | 0.83 | 302.61 | 0.35 | 0.13 |
| Hex | 2C | 15 | 2B | 0 | 34 | 2 | 53 | 12F | 23 | D |
| Octal | 54 | 25 | 53 | 0 | 64 | 2 | 123 | 457 | 43 | 15 |
| Binary | 101100 | 10101 | 101011 | 0 | 110100 | 10 | 1010011 | 100101111 | 100011 | 1101 |
Color Harmonies of #2C152B
Complementary color
Monochromatic Colors of #2C152B
Black with #2C152B
Text Example
Text Example
White with #2C152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C152B; }
p { color: rgb(44,21,43); }
H1.HeaderClassName
{
color: #2C152B;
}
.AnyTagClassName
{
color: #2C152B;
}
</style>
background-color css
<style>
a { background-color: #2C152B; }
a { background-color: rgb(44,21,43); }
div.DivClassName
{
background-color: #2C152B;
}
.BgClassName
{
background-color: #2C152B;
}
</style>
border-color css
<style>
span { border-color: #2C152B; }
span { border-color: rgb(44,21,43); }
td.TdClassName
{
border-color: #2C152B;
}
.TagClassName
{
border-color: #2C152B;
}
</style>