Shades of Mardi Gras #2D162F
Tints of Mardi Gras #2D162F
RGB
CMYK
RGB Variations
Color information
#2D162F (or 0x2D162F) is known color: Mardi Gras. HEX triplet: 2D, 16 and 2F. RGB value is (45,22,47). Sum of RGB (Red+Green+Blue) = 45+22+47=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D162F is #D2E9D0. Grayscale: #1F1F1F. Windows color (decimal): -13822417 or 3085869. OLE color: 3085869.
HSL color Cylindrical-coordinate representation of color #2D162F: hue angle of 295.2º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D162F is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 22 | 47 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.82 |
| HSL | 295.2º | 0.36% | 0.14% | - |
| HSV(B) | 295.2º | 0.53% | 0.18% | - |
| XYZ | 1.88 | 1.34 | 2.85 | - |
| YUV | 31.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 47 | 0.04 | 0.53 | 0 | 0.82 | 295.2 | 0.36 | 0.14 |
| Hex | 2D | 16 | 2F | 4 | 35 | 0 | 52 | 127 | 24 | E |
| Octal | 55 | 26 | 57 | 4 | 65 | 0 | 122 | 447 | 44 | 16 |
| Binary | 101101 | 10110 | 101111 | 100 | 110101 | 0 | 1010010 | 100100111 | 100100 | 1110 |
Color Harmonies of #2D162F
Complementary color
Monochromatic Colors of #2D162F
Black with #2D162F
Text Example
Text Example
White with #2D162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D162F; }
p { color: rgb(45,22,47); }
H1.HeaderClassName
{
color: #2D162F;
}
.AnyTagClassName
{
color: #2D162F;
}
</style>
background-color css
<style>
a { background-color: #2D162F; }
a { background-color: rgb(45,22,47); }
div.DivClassName
{
background-color: #2D162F;
}
.BgClassName
{
background-color: #2D162F;
}
</style>
border-color css
<style>
span { border-color: #2D162F; }
span { border-color: rgb(45,22,47); }
td.TdClassName
{
border-color: #2D162F;
}
.TagClassName
{
border-color: #2D162F;
}
</style>