Shades of Mardi Gras #2D1D30
Tints of Mardi Gras #2D1D30
RGB
CMYK
RGB Variations
Color information
#2D1D30 (or 0x2D1D30) is known color: Mardi Gras. HEX triplet: 2D, 1D and 30. RGB value is (45,29,48). Sum of RGB (Red+Green+Blue) = 45+29+48=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D1D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1D30 is #D2E2CF. Grayscale: #232323. Windows color (decimal): -13820624 or 3153197. OLE color: 3153197.
HSL color Cylindrical-coordinate representation of color #2D1D30: hue angle of 290.53º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D1D30 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 29 | 48 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.81 |
| HSL | 290.53º | 0.25% | 0.15% | - |
| HSV(B) | 290.53º | 0.4% | 0.19% | - |
| XYZ | 2.06 | 1.65 | 3.01 | - |
| YUV | 35.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 48 | 0.06 | 0.40 | 0 | 0.81 | 290.53 | 0.25 | 0.15 |
| Hex | 2D | 1D | 30 | 6 | 28 | 0 | 51 | 123 | 19 | F |
| Octal | 55 | 35 | 60 | 6 | 50 | 0 | 121 | 443 | 31 | 17 |
| Binary | 101101 | 11101 | 110000 | 110 | 101000 | 0 | 1010001 | 100100011 | 11001 | 1111 |
Color Harmonies of #2D1D30
Complementary color
Monochromatic Colors of #2D1D30
Black with #2D1D30
Text Example
Text Example
White with #2D1D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1D30; }
p { color: rgb(45,29,48); }
H1.HeaderClassName
{
color: #2D1D30;
}
.AnyTagClassName
{
color: #2D1D30;
}
</style>
background-color css
<style>
a { background-color: #2D1D30; }
a { background-color: rgb(45,29,48); }
div.DivClassName
{
background-color: #2D1D30;
}
.BgClassName
{
background-color: #2D1D30;
}
</style>
border-color css
<style>
span { border-color: #2D1D30; }
span { border-color: rgb(45,29,48); }
td.TdClassName
{
border-color: #2D1D30;
}
.TagClassName
{
border-color: #2D1D30;
}
</style>