Shades of Mardi Gras #2D122C
Tints of Mardi Gras #2D122C
RGB
CMYK
RGB Variations
Color information
#2D122C (or 0x2D122C) is known color: Mardi Gras. HEX triplet: 2D, 12 and 2C. RGB value is (45,18,44). Sum of RGB (Red+Green+Blue) = 45+18+44=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 45 - color contains mainly: red. Hex color #2D122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D122C is #D2EDD3. Grayscale: #1C1C1C. Windows color (decimal): -13823444 or 2888237. OLE color: 2888237.
HSL color Cylindrical-coordinate representation of color #2D122C: hue angle of 302.22º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D122C is Cyan = 0, Magento = 0.6, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 44 | - |
| CMYK | 0 | 0.6 | 0.02 | 0.82 |
| HSL | 302.22º | 0.43% | 0.12% | - |
| HSV(B) | 302.22º | 0.6% | 0.18% | - |
| XYZ | 1.75 | 1.17 | 2.52 | - |
| YUV | 29.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 44 | 0 | 0.6 | 0.02 | 0.82 | 302.22 | 0.43 | 0.12 |
| Hex | 2D | 12 | 2C | 0 | 3C | 2 | 52 | 12E | 2B | C |
| Octal | 55 | 22 | 54 | 0 | 74 | 2 | 122 | 456 | 53 | 14 |
| Binary | 101101 | 10010 | 101100 | 0 | 111100 | 10 | 1010010 | 100101110 | 101011 | 1100 |
Color Harmonies of #2D122C
Complementary color
Monochromatic Colors of #2D122C
Black with #2D122C
Text Example
Text Example
White with #2D122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D122C; }
p { color: rgb(45,18,44); }
H1.HeaderClassName
{
color: #2D122C;
}
.AnyTagClassName
{
color: #2D122C;
}
</style>
background-color css
<style>
a { background-color: #2D122C; }
a { background-color: rgb(45,18,44); }
div.DivClassName
{
background-color: #2D122C;
}
.BgClassName
{
background-color: #2D122C;
}
</style>
border-color css
<style>
span { border-color: #2D122C; }
span { border-color: rgb(45,18,44); }
td.TdClassName
{
border-color: #2D122C;
}
.TagClassName
{
border-color: #2D122C;
}
</style>