Shades of Mardi Gras #2D1831
Tints of Mardi Gras #2D1831
RGB
CMYK
RGB Variations
Color information
#2D1831 (or 0x2D1831) is known color: Mardi Gras. HEX triplet: 2D, 18 and 31. RGB value is (45,24,49). Sum of RGB (Red+Green+Blue) = 45+24+49=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D1831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1831 is #D2E7CE. Grayscale: #212121. Windows color (decimal): -13821903 or 3217453. OLE color: 3217453.
HSL color Cylindrical-coordinate representation of color #2D1831: hue angle of 290.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D1831 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 45 | 24 | 49 | - |
CMYK | 0.08 | 0.51 | 0 | 0.81 |
HSL | 290.4º | 0.34% | 0.14% | - |
HSV(B) | 290.4º | 0.51% | 0.19% | - |
XYZ | 1.96 | 1.43 | 3.08 | - |
YUV | 33.13 | 136.96 | 136.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 24 | 49 | 0.08 | 0.51 | 0 | 0.81 | 290.4 | 0.34 | 0.14 |
Hex | 2D | 18 | 31 | 8 | 33 | 0 | 51 | 122 | 22 | E |
Octal | 55 | 30 | 61 | 10 | 63 | 0 | 121 | 442 | 42 | 16 |
Binary | 101101 | 11000 | 110001 | 1000 | 110011 | 0 | 1010001 | 100100010 | 100010 | 1110 |
Color Harmonies of #2D1831
Complementary color
Monochromatic Colors of #2D1831
Black with #2D1831
Text Example
Text Example
White with #2D1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1831; }
p { color: rgb(45,24,49); }
H1.HeaderClassName
{
color: #2D1831;
}
.AnyTagClassName
{
color: #2D1831;
}
</style>
background-color css
<style>
a { background-color: #2D1831; }
a { background-color: rgb(45,24,49); }
div.DivClassName
{
background-color: #2D1831;
}
.BgClassName
{
background-color: #2D1831;
}
</style>
border-color css
<style>
span { border-color: #2D1831; }
span { border-color: rgb(45,24,49); }
td.TdClassName
{
border-color: #2D1831;
}
.TagClassName
{
border-color: #2D1831;
}
</style>