Shades of Mardi Gras #2D162B
Tints of Mardi Gras #2D162B
RGB
CMYK
RGB Variations
Color information
#2D162B (or 0x2D162B) is known color: Mardi Gras. HEX triplet: 2D, 16 and 2B. RGB value is (45,22,43). Sum of RGB (Red+Green+Blue) = 45+22+43=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 45 - color contains mainly: red. Hex color #2D162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D162B is #D2E9D4. Grayscale: #1F1F1F. Windows color (decimal): -13822421 or 2823725. OLE color: 2823725.
HSL color Cylindrical-coordinate representation of color #2D162B: hue angle of 305.22º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D162B is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 22 | 43 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.82 |
| HSL | 305.22º | 0.34% | 0.13% | - |
| HSV(B) | 305.22º | 0.51% | 0.18% | - |
| XYZ | 1.81 | 1.31 | 2.44 | - |
| YUV | 31.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 43 | 0 | 0.51 | 0.04 | 0.82 | 305.22 | 0.34 | 0.13 |
| Hex | 2D | 16 | 2B | 0 | 33 | 4 | 52 | 131 | 22 | D |
| Octal | 55 | 26 | 53 | 0 | 63 | 4 | 122 | 461 | 42 | 15 |
| Binary | 101101 | 10110 | 101011 | 0 | 110011 | 100 | 1010010 | 100110001 | 100010 | 1101 |
Color Harmonies of #2D162B
Complementary color
Monochromatic Colors of #2D162B
Black with #2D162B
Text Example
Text Example
White with #2D162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D162B; }
p { color: rgb(45,22,43); }
H1.HeaderClassName
{
color: #2D162B;
}
.AnyTagClassName
{
color: #2D162B;
}
</style>
background-color css
<style>
a { background-color: #2D162B; }
a { background-color: rgb(45,22,43); }
div.DivClassName
{
background-color: #2D162B;
}
.BgClassName
{
background-color: #2D162B;
}
</style>
border-color css
<style>
span { border-color: #2D162B; }
span { border-color: rgb(45,22,43); }
td.TdClassName
{
border-color: #2D162B;
}
.TagClassName
{
border-color: #2D162B;
}
</style>