Shades of Mardi Gras #2D232D
Tints of Mardi Gras #2D232D
RGB
CMYK
RGB Variations
Color information
#2D232D (or 0x2D232D) is known color: Mardi Gras. HEX triplet: 2D, 23 and 2D. RGB value is (45,35,45). Sum of RGB (Red+Green+Blue) = 45+35+45=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 45 - color contains mainly: red, blue. Hex color #2D232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D232D is #D2DCD2. Grayscale: #272727. Windows color (decimal): -13819091 or 2958125. OLE color: 2958125.
HSL color Cylindrical-coordinate representation of color #2D232D: hue angle of 300º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D232D is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 35 | 45 | - |
CMYK | 0 | 0.22 | 0 | 0.82 |
HSL | 300º | 0.13% | 0.16% | - |
HSV(B) | 300º | 0.22% | 0.18% | - |
XYZ | 2.16 | 1.95 | 2.75 | - |
YUV | 39.13 | 131.31 | 132.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 35 | 45 | 0 | 0.22 | 0 | 0.82 | 300 | 0.13 | 0.16 |
Hex | 2D | 23 | 2D | 0 | 16 | 0 | 52 | 12C | C | 10 |
Octal | 55 | 43 | 55 | 0 | 26 | 0 | 122 | 454 | 14 | 20 |
Binary | 101101 | 100011 | 101101 | 0 | 10110 | 0 | 1010010 | 100101100 | 1100 | 10000 |
Color Harmonies of #2D232D
Complementary color
Monochromatic Colors of #2D232D
Black with #2D232D
Text Example
Text Example
White with #2D232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D232D; }
p { color: rgb(45,35,45); }
H1.HeaderClassName
{
color: #2D232D;
}
.AnyTagClassName
{
color: #2D232D;
}
</style>
background-color css
<style>
a { background-color: #2D232D; }
a { background-color: rgb(45,35,45); }
div.DivClassName
{
background-color: #2D232D;
}
.BgClassName
{
background-color: #2D232D;
}
</style>
border-color css
<style>
span { border-color: #2D232D; }
span { border-color: rgb(45,35,45); }
td.TdClassName
{
border-color: #2D232D;
}
.TagClassName
{
border-color: #2D232D;
}
</style>