Shades of Mardi Gras #2D212F
Tints of Mardi Gras #2D212F
RGB
CMYK
RGB Variations
Color information
#2D212F (or 0x2D212F) is known color: Mardi Gras. HEX triplet: 2D, 21 and 2F. RGB value is (45,33,47). Sum of RGB (Red+Green+Blue) = 45+33+47=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D212F is #D2DED0. Grayscale: #262626. Windows color (decimal): -13819601 or 3088685. OLE color: 3088685.
HSL color Cylindrical-coordinate representation of color #2D212F: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D212F is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 33 | 47 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.82 |
| HSL | 291.43º | 0.18% | 0.16% | - |
| HSV(B) | 291.43º | 0.3% | 0.18% | - |
| XYZ | 2.14 | 1.85 | 2.93 | - |
| YUV | 38.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 47 | 0.04 | 0.30 | 0 | 0.82 | 291.43 | 0.18 | 0.16 |
| Hex | 2D | 21 | 2F | 4 | 1E | 0 | 52 | 123 | 12 | 10 |
| Octal | 55 | 41 | 57 | 4 | 36 | 0 | 122 | 443 | 22 | 20 |
| Binary | 101101 | 100001 | 101111 | 100 | 11110 | 0 | 1010010 | 100100011 | 10010 | 10000 |
Color Harmonies of #2D212F
Complementary color
Monochromatic Colors of #2D212F
Black with #2D212F
Text Example
Text Example
White with #2D212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D212F; }
p { color: rgb(45,33,47); }
H1.HeaderClassName
{
color: #2D212F;
}
.AnyTagClassName
{
color: #2D212F;
}
</style>
background-color css
<style>
a { background-color: #2D212F; }
a { background-color: rgb(45,33,47); }
div.DivClassName
{
background-color: #2D212F;
}
.BgClassName
{
background-color: #2D212F;
}
</style>
border-color css
<style>
span { border-color: #2D212F; }
span { border-color: rgb(45,33,47); }
td.TdClassName
{
border-color: #2D212F;
}
.TagClassName
{
border-color: #2D212F;
}
</style>