Shades of Mardi Gras #2D162E
Tints of Mardi Gras #2D162E
RGB
CMYK
RGB Variations
Color information
#2D162E (or 0x2D162E) is known color: Mardi Gras. HEX triplet: 2D, 16 and 2E. RGB value is (45,22,46). Sum of RGB (Red+Green+Blue) = 45+22+46=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D162E is #D2E9D1. Grayscale: #1F1F1F. Windows color (decimal): -13822418 or 3020333. OLE color: 3020333.
HSL color Cylindrical-coordinate representation of color #2D162E: hue angle of 297.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D162E is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 22 | 46 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.82 |
| HSL | 297.5º | 0.35% | 0.13% | - |
| HSV(B) | 297.5º | 0.52% | 0.18% | - |
| XYZ | 1.86 | 1.33 | 2.74 | - |
| YUV | 31.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 46 | 0.02 | 0.52 | 0 | 0.82 | 297.5 | 0.35 | 0.13 |
| Hex | 2D | 16 | 2E | 2 | 34 | 0 | 52 | 12A | 23 | D |
| Octal | 55 | 26 | 56 | 2 | 64 | 0 | 122 | 452 | 43 | 15 |
| Binary | 101101 | 10110 | 101110 | 10 | 110100 | 0 | 1010010 | 100101010 | 100011 | 1101 |
Color Harmonies of #2D162E
Complementary color
Monochromatic Colors of #2D162E
Black with #2D162E
Text Example
Text Example
White with #2D162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D162E; }
p { color: rgb(45,22,46); }
H1.HeaderClassName
{
color: #2D162E;
}
.AnyTagClassName
{
color: #2D162E;
}
</style>
background-color css
<style>
a { background-color: #2D162E; }
a { background-color: rgb(45,22,46); }
div.DivClassName
{
background-color: #2D162E;
}
.BgClassName
{
background-color: #2D162E;
}
</style>
border-color css
<style>
span { border-color: #2D162E; }
span { border-color: rgb(45,22,46); }
td.TdClassName
{
border-color: #2D162E;
}
.TagClassName
{
border-color: #2D162E;
}
</style>