Shades of Mardi Gras #2D0A2E
Tints of Mardi Gras #2D0A2E
RGB
CMYK
RGB Variations
Color information
#2D0A2E (or 0x2D0A2E) is known color: Mardi Gras. HEX triplet: 2D, 0A and 2E. RGB value is (45,10,46). Sum of RGB (Red+Green+Blue) = 45+10+46=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D0A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0A2E is #D2F5D1. Grayscale: #181818. Windows color (decimal): -13825490 or 3017261. OLE color: 3017261.
HSL color Cylindrical-coordinate representation of color #2D0A2E: hue angle of 298.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D0A2E is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 10 | 46 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.82 |
| HSL | 298.33º | 0.64% | 0.11% | - |
| HSV(B) | 298.33º | 0.78% | 0.18% | - |
| XYZ | 1.68 | 0.97 | 2.68 | - |
| YUV | 24.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 46 | 0.02 | 0.78 | 0 | 0.82 | 298.33 | 0.64 | 0.11 |
| Hex | 2D | A | 2E | 2 | 4E | 0 | 52 | 12A | 40 | B |
| Octal | 55 | 12 | 56 | 2 | 116 | 0 | 122 | 452 | 100 | 13 |
| Binary | 101101 | 1010 | 101110 | 10 | 1001110 | 0 | 1010010 | 100101010 | 1000000 | 1011 |
Color Harmonies of #2D0A2E
Complementary color
Monochromatic Colors of #2D0A2E
Black with #2D0A2E
Text Example
Text Example
White with #2D0A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A2E; }
p { color: rgb(45,10,46); }
H1.HeaderClassName
{
color: #2D0A2E;
}
.AnyTagClassName
{
color: #2D0A2E;
}
</style>
background-color css
<style>
a { background-color: #2D0A2E; }
a { background-color: rgb(45,10,46); }
div.DivClassName
{
background-color: #2D0A2E;
}
.BgClassName
{
background-color: #2D0A2E;
}
</style>
border-color css
<style>
span { border-color: #2D0A2E; }
span { border-color: rgb(45,10,46); }
td.TdClassName
{
border-color: #2D0A2E;
}
.TagClassName
{
border-color: #2D0A2E;
}
</style>