Shades of Mardi Gras #2D0931
Tints of Mardi Gras #2D0931
RGB
CMYK
RGB Variations
Color information
#2D0931 (or 0x2D0931) is known color: Mardi Gras. HEX triplet: 2D, 09 and 31. RGB value is (45,9,49). Sum of RGB (Red+Green+Blue) = 45+9+49=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D0931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0931 is #D2F6CE. Grayscale: #181818. Windows color (decimal): -13825743 or 3213613. OLE color: 3213613.
HSL color Cylindrical-coordinate representation of color #2D0931: hue angle of 294º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D0931 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 9 | 49 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.81 |
| HSL | 294º | 0.69% | 0.11% | - |
| HSV(B) | 294º | 0.82% | 0.19% | - |
| XYZ | 1.73 | 0.98 | 3 | - |
| YUV | 24.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 49 | 0.08 | 0.82 | 0 | 0.81 | 294 | 0.69 | 0.11 |
| Hex | 2D | 9 | 31 | 8 | 52 | 0 | 51 | 126 | 45 | B |
| Octal | 55 | 11 | 61 | 10 | 122 | 0 | 121 | 446 | 105 | 13 |
| Binary | 101101 | 1001 | 110001 | 1000 | 1010010 | 0 | 1010001 | 100100110 | 1000101 | 1011 |
Color Harmonies of #2D0931
Complementary color
Monochromatic Colors of #2D0931
Black with #2D0931
Text Example
Text Example
White with #2D0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0931; }
p { color: rgb(45,9,49); }
H1.HeaderClassName
{
color: #2D0931;
}
.AnyTagClassName
{
color: #2D0931;
}
</style>
background-color css
<style>
a { background-color: #2D0931; }
a { background-color: rgb(45,9,49); }
div.DivClassName
{
background-color: #2D0931;
}
.BgClassName
{
background-color: #2D0931;
}
</style>
border-color css
<style>
span { border-color: #2D0931; }
span { border-color: rgb(45,9,49); }
td.TdClassName
{
border-color: #2D0931;
}
.TagClassName
{
border-color: #2D0931;
}
</style>