Shades of Mardi Gras #2D232E
Tints of Mardi Gras #2D232E
RGB
CMYK
RGB Variations
Color information
#2D232E (or 0x2D232E) is known color: Mardi Gras. HEX triplet: 2D, 23 and 2E. RGB value is (45,35,46). Sum of RGB (Red+Green+Blue) = 45+35+46=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D232E is #D2DCD1. Grayscale: #272727. Windows color (decimal): -13819090 or 3023661. OLE color: 3023661.
HSL color Cylindrical-coordinate representation of color #2D232E: hue angle of 294.55º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D232E is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 35 | 46 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.82 |
| HSL | 294.55º | 0.14% | 0.16% | - |
| HSV(B) | 294.55º | 0.24% | 0.18% | - |
| XYZ | 2.18 | 1.96 | 2.85 | - |
| YUV | 39.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 46 | 0.02 | 0.24 | 0 | 0.82 | 294.55 | 0.14 | 0.16 |
| Hex | 2D | 23 | 2E | 2 | 18 | 0 | 52 | 127 | E | 10 |
| Octal | 55 | 43 | 56 | 2 | 30 | 0 | 122 | 447 | 16 | 20 |
| Binary | 101101 | 100011 | 101110 | 10 | 11000 | 0 | 1010010 | 100100111 | 1110 | 10000 |
Color Harmonies of #2D232E
Complementary color
Monochromatic Colors of #2D232E
Black with #2D232E
Text Example
Text Example
White with #2D232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D232E; }
p { color: rgb(45,35,46); }
H1.HeaderClassName
{
color: #2D232E;
}
.AnyTagClassName
{
color: #2D232E;
}
</style>
background-color css
<style>
a { background-color: #2D232E; }
a { background-color: rgb(45,35,46); }
div.DivClassName
{
background-color: #2D232E;
}
.BgClassName
{
background-color: #2D232E;
}
</style>
border-color css
<style>
span { border-color: #2D232E; }
span { border-color: rgb(45,35,46); }
td.TdClassName
{
border-color: #2D232E;
}
.TagClassName
{
border-color: #2D232E;
}
</style>