Shades of Mardi Gras #2D232F
Tints of Mardi Gras #2D232F
RGB
CMYK
RGB Variations
Color information
#2D232F (or 0x2D232F) is known color: Mardi Gras. HEX triplet: 2D, 23 and 2F. RGB value is (45,35,47). Sum of RGB (Red+Green+Blue) = 45+35+47=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D232F is #D2DCD0. Grayscale: #272727. Windows color (decimal): -13819089 or 3089197. OLE color: 3089197.
HSL color Cylindrical-coordinate representation of color #2D232F: hue angle of 290º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D232F is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 35 | 47 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.82 |
| HSL | 290º | 0.15% | 0.16% | - |
| HSV(B) | 290º | 0.26% | 0.18% | - |
| XYZ | 2.2 | 1.97 | 2.95 | - |
| YUV | 39.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 47 | 0.04 | 0.26 | 0 | 0.82 | 290 | 0.15 | 0.16 |
| Hex | 2D | 23 | 2F | 4 | 1A | 0 | 52 | 122 | F | 10 |
| Octal | 55 | 43 | 57 | 4 | 32 | 0 | 122 | 442 | 17 | 20 |
| Binary | 101101 | 100011 | 101111 | 100 | 11010 | 0 | 1010010 | 100100010 | 1111 | 10000 |
Color Harmonies of #2D232F
Complementary color
Monochromatic Colors of #2D232F
Black with #2D232F
Text Example
Text Example
White with #2D232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D232F; }
p { color: rgb(45,35,47); }
H1.HeaderClassName
{
color: #2D232F;
}
.AnyTagClassName
{
color: #2D232F;
}
</style>
background-color css
<style>
a { background-color: #2D232F; }
a { background-color: rgb(45,35,47); }
div.DivClassName
{
background-color: #2D232F;
}
.BgClassName
{
background-color: #2D232F;
}
</style>
border-color css
<style>
span { border-color: #2D232F; }
span { border-color: rgb(45,35,47); }
td.TdClassName
{
border-color: #2D232F;
}
.TagClassName
{
border-color: #2D232F;
}
</style>