Shades of Mardi Gras #2D1D2F
Tints of Mardi Gras #2D1D2F
RGB
CMYK
RGB Variations
Color information
#2D1D2F (or 0x2D1D2F) is known color: Mardi Gras. HEX triplet: 2D, 1D and 2F. RGB value is (45,29,47). Sum of RGB (Red+Green+Blue) = 45+29+47=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D1D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1D2F is #D2E2D0. Grayscale: #232323. Windows color (decimal): -13820625 or 3087661. OLE color: 3087661.
HSL color Cylindrical-coordinate representation of color #2D1D2F: hue angle of 293.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D1D2F is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 29 | 47 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.82 |
| HSL | 293.33º | 0.24% | 0.15% | - |
| HSV(B) | 293.33º | 0.38% | 0.18% | - |
| XYZ | 2.03 | 1.64 | 2.9 | - |
| YUV | 35.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 47 | 0.04 | 0.38 | 0 | 0.82 | 293.33 | 0.24 | 0.15 |
| Hex | 2D | 1D | 2F | 4 | 26 | 0 | 52 | 125 | 18 | F |
| Octal | 55 | 35 | 57 | 4 | 46 | 0 | 122 | 445 | 30 | 17 |
| Binary | 101101 | 11101 | 101111 | 100 | 100110 | 0 | 1010010 | 100100101 | 11000 | 1111 |
Color Harmonies of #2D1D2F
Complementary color
Monochromatic Colors of #2D1D2F
Black with #2D1D2F
Text Example
Text Example
White with #2D1D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1D2F; }
p { color: rgb(45,29,47); }
H1.HeaderClassName
{
color: #2D1D2F;
}
.AnyTagClassName
{
color: #2D1D2F;
}
</style>
background-color css
<style>
a { background-color: #2D1D2F; }
a { background-color: rgb(45,29,47); }
div.DivClassName
{
background-color: #2D1D2F;
}
.BgClassName
{
background-color: #2D1D2F;
}
</style>
border-color css
<style>
span { border-color: #2D1D2F; }
span { border-color: rgb(45,29,47); }
td.TdClassName
{
border-color: #2D1D2F;
}
.TagClassName
{
border-color: #2D1D2F;
}
</style>