Shades of Mardi Gras #2D012E
Tints of Mardi Gras #2D012E
RGB
CMYK
RGB Variations
Color information
#2D012E (or 0x2D012E) is known color: Mardi Gras. HEX triplet: 2D, 01 and 2E. RGB value is (45,1,46). Sum of RGB (Red+Green+Blue) = 45+1+46=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D012E is #D2FED1. Grayscale: #131313. Windows color (decimal): -13827794 or 3014957. OLE color: 3014957.
HSL color Cylindrical-coordinate representation of color #2D012E: hue angle of 298.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D012E is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 1 | 46 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.82 |
| HSL | 298.67º | 0.96% | 0.09% | - |
| HSV(B) | 298.67º | 0.98% | 0.18% | - |
| XYZ | 1.59 | 0.78 | 2.65 | - |
| YUV | 19.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 46 | 0.02 | 0.98 | 0 | 0.82 | 298.67 | 0.96 | 0.09 |
| Hex | 2D | 1 | 2E | 2 | 62 | 0 | 52 | 12B | 60 | 9 |
| Octal | 55 | 1 | 56 | 2 | 142 | 0 | 122 | 453 | 140 | 11 |
| Binary | 101101 | 1 | 101110 | 10 | 1100010 | 0 | 1010010 | 100101011 | 1100000 | 1001 |
Color Harmonies of #2D012E
Complementary color
Monochromatic Colors of #2D012E
Black with #2D012E
Text Example
Text Example
White with #2D012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D012E; }
p { color: rgb(45,1,46); }
H1.HeaderClassName
{
color: #2D012E;
}
.AnyTagClassName
{
color: #2D012E;
}
</style>
background-color css
<style>
a { background-color: #2D012E; }
a { background-color: rgb(45,1,46); }
div.DivClassName
{
background-color: #2D012E;
}
.BgClassName
{
background-color: #2D012E;
}
</style>
border-color css
<style>
span { border-color: #2D012E; }
span { border-color: rgb(45,1,46); }
td.TdClassName
{
border-color: #2D012E;
}
.TagClassName
{
border-color: #2D012E;
}
</style>