Shades of Mardi Gras #2D022E
Tints of Mardi Gras #2D022E
RGB
CMYK
RGB Variations
Color information
#2D022E (or 0x2D022E) is known color: Mardi Gras. HEX triplet: 2D, 02 and 2E. RGB value is (45,2,46). Sum of RGB (Red+Green+Blue) = 45+2+46=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D022E is #D2FDD1. Grayscale: #131313. Windows color (decimal): -13827538 or 3015213. OLE color: 3015213.
HSL color Cylindrical-coordinate representation of color #2D022E: hue angle of 298.64º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D022E is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 2 | 46 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.82 |
| HSL | 298.64º | 0.92% | 0.09% | - |
| HSV(B) | 298.64º | 0.96% | 0.18% | - |
| XYZ | 1.6 | 0.8 | 2.65 | - |
| YUV | 19.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 46 | 0.02 | 0.96 | 0 | 0.82 | 298.64 | 0.92 | 0.09 |
| Hex | 2D | 2 | 2E | 2 | 60 | 0 | 52 | 12B | 5C | 9 |
| Octal | 55 | 2 | 56 | 2 | 140 | 0 | 122 | 453 | 134 | 11 |
| Binary | 101101 | 10 | 101110 | 10 | 1100000 | 0 | 1010010 | 100101011 | 1011100 | 1001 |
Color Harmonies of #2D022E
Complementary color
Monochromatic Colors of #2D022E
Black with #2D022E
Text Example
Text Example
White with #2D022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D022E; }
p { color: rgb(45,2,46); }
H1.HeaderClassName
{
color: #2D022E;
}
.AnyTagClassName
{
color: #2D022E;
}
</style>
background-color css
<style>
a { background-color: #2D022E; }
a { background-color: rgb(45,2,46); }
div.DivClassName
{
background-color: #2D022E;
}
.BgClassName
{
background-color: #2D022E;
}
</style>
border-color css
<style>
span { border-color: #2D022E; }
span { border-color: rgb(45,2,46); }
td.TdClassName
{
border-color: #2D022E;
}
.TagClassName
{
border-color: #2D022E;
}
</style>