Shades of Mardi Gras #2D242C
Tints of Mardi Gras #2D242C
RGB
CMYK
RGB Variations
Color information
#2D242C (or 0x2D242C) is known color: Mardi Gras. HEX triplet: 2D, 24 and 2C. RGB value is (45,36,44). Sum of RGB (Red+Green+Blue) = 45+36+44=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 45 - color contains mainly: red. Hex color #2D242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D242C is #D2DBD3. Grayscale: #272727. Windows color (decimal): -13818836 or 2892845. OLE color: 2892845.
HSL color Cylindrical-coordinate representation of color #2D242C: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D242C is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 36 | 44 | - |
CMYK | 0 | 0.2 | 0.02 | 0.82 |
HSL | 306.67º | 0.11% | 0.16% | - |
HSV(B) | 306.67º | 0.2% | 0.18% | - |
XYZ | 2.17 | 2 | 2.65 | - |
YUV | 39.6 | 130.48 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 36 | 44 | 0 | 0.2 | 0.02 | 0.82 | 306.67 | 0.11 | 0.16 |
Hex | 2D | 24 | 2C | 0 | 14 | 2 | 52 | 133 | B | 10 |
Octal | 55 | 44 | 54 | 0 | 24 | 2 | 122 | 463 | 13 | 20 |
Binary | 101101 | 100100 | 101100 | 0 | 10100 | 10 | 1010010 | 100110011 | 1011 | 10000 |
Color Harmonies of #2D242C
Complementary color
Monochromatic Colors of #2D242C
Black with #2D242C
Text Example
Text Example
White with #2D242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D242C; }
p { color: rgb(45,36,44); }
H1.HeaderClassName
{
color: #2D242C;
}
.AnyTagClassName
{
color: #2D242C;
}
</style>
background-color css
<style>
a { background-color: #2D242C; }
a { background-color: rgb(45,36,44); }
div.DivClassName
{
background-color: #2D242C;
}
.BgClassName
{
background-color: #2D242C;
}
</style>
border-color css
<style>
span { border-color: #2D242C; }
span { border-color: rgb(45,36,44); }
td.TdClassName
{
border-color: #2D242C;
}
.TagClassName
{
border-color: #2D242C;
}
</style>