Shades of Mardi Gras #2D1128
Tints of Mardi Gras #2D1128
RGB
CMYK
RGB Variations
Color information
#2D1128 (or 0x2D1128) is known color: Mardi Gras. HEX triplet: 2D, 11 and 28. RGB value is (45,17,40). Sum of RGB (Red+Green+Blue) = 45+17+40=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1128 is #D2EED7. Grayscale: #1B1B1B. Windows color (decimal): -13823704 or 2625837. OLE color: 2625837.
HSL color Cylindrical-coordinate representation of color #2D1128: hue angle of 310.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1128 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 17 | 40 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.82 |
| HSL | 310.71º | 0.45% | 0.12% | - |
| HSV(B) | 310.71º | 0.62% | 0.18% | - |
| XYZ | 1.67 | 1.11 | 2.13 | - |
| YUV | 27.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 40 | 0 | 0.62 | 0.11 | 0.82 | 310.71 | 0.45 | 0.12 |
| Hex | 2D | 11 | 28 | 0 | 3E | B | 52 | 137 | 2D | C |
| Octal | 55 | 21 | 50 | 0 | 76 | 13 | 122 | 467 | 55 | 14 |
| Binary | 101101 | 10001 | 101000 | 0 | 111110 | 1011 | 1010010 | 100110111 | 101101 | 1100 |
Color Harmonies of #2D1128
Complementary color
Monochromatic Colors of #2D1128
Black with #2D1128
Text Example
Text Example
White with #2D1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1128; }
p { color: rgb(45,17,40); }
H1.HeaderClassName
{
color: #2D1128;
}
.AnyTagClassName
{
color: #2D1128;
}
</style>
background-color css
<style>
a { background-color: #2D1128; }
a { background-color: rgb(45,17,40); }
div.DivClassName
{
background-color: #2D1128;
}
.BgClassName
{
background-color: #2D1128;
}
</style>
border-color css
<style>
span { border-color: #2D1128; }
span { border-color: rgb(45,17,40); }
td.TdClassName
{
border-color: #2D1128;
}
.TagClassName
{
border-color: #2D1128;
}
</style>