Shades of Mardi Gras #2D0831
Tints of Mardi Gras #2D0831
RGB
CMYK
RGB Variations
Color information
#2D0831 (or 0x2D0831) is known color: Mardi Gras. HEX triplet: 2D, 08 and 31. RGB value is (45,8,49). Sum of RGB (Red+Green+Blue) = 45+8+49=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D0831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0831 is #D2F7CE. Grayscale: #171717. Windows color (decimal): -13825999 or 3213357. OLE color: 3213357.
HSL color Cylindrical-coordinate representation of color #2D0831: hue angle of 294.15º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D0831 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 8 | 49 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.81 |
| HSL | 294.15º | 0.72% | 0.11% | - |
| HSV(B) | 294.15º | 0.84% | 0.19% | - |
| XYZ | 1.72 | 0.95 | 3 | - |
| YUV | 23.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 49 | 0.08 | 0.84 | 0 | 0.81 | 294.15 | 0.72 | 0.11 |
| Hex | 2D | 8 | 31 | 8 | 54 | 0 | 51 | 126 | 48 | B |
| Octal | 55 | 10 | 61 | 10 | 124 | 0 | 121 | 446 | 110 | 13 |
| Binary | 101101 | 1000 | 110001 | 1000 | 1010100 | 0 | 1010001 | 100100110 | 1001000 | 1011 |
Color Harmonies of #2D0831
Complementary color
Monochromatic Colors of #2D0831
Black with #2D0831
Text Example
Text Example
White with #2D0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0831; }
p { color: rgb(45,8,49); }
H1.HeaderClassName
{
color: #2D0831;
}
.AnyTagClassName
{
color: #2D0831;
}
</style>
background-color css
<style>
a { background-color: #2D0831; }
a { background-color: rgb(45,8,49); }
div.DivClassName
{
background-color: #2D0831;
}
.BgClassName
{
background-color: #2D0831;
}
</style>
border-color css
<style>
span { border-color: #2D0831; }
span { border-color: rgb(45,8,49); }
td.TdClassName
{
border-color: #2D0831;
}
.TagClassName
{
border-color: #2D0831;
}
</style>