Shades of Mardi Gras #2D0A28
Tints of Mardi Gras #2D0A28
RGB
CMYK
RGB Variations
Color information
#2D0A28 (or 0x2D0A28) is known color: Mardi Gras. HEX triplet: 2D, 0A and 28. RGB value is (45,10,40). Sum of RGB (Red+Green+Blue) = 45+10+40=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0A28 is #D2F5D7. Grayscale: #171717. Windows color (decimal): -13825496 or 2624045. OLE color: 2624045.
HSL color Cylindrical-coordinate representation of color #2D0A28: hue angle of 308.57º 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 #2D0A28 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 10 | 40 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.82 |
| HSL | 308.57º | 0.64% | 0.11% | - |
| HSV(B) | 308.57º | 0.78% | 0.18% | - |
| XYZ | 1.57 | 0.93 | 2.1 | - |
| YUV | 23.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 40 | 0 | 0.78 | 0.11 | 0.82 | 308.57 | 0.64 | 0.11 |
| Hex | 2D | A | 28 | 0 | 4E | B | 52 | 135 | 40 | B |
| Octal | 55 | 12 | 50 | 0 | 116 | 13 | 122 | 465 | 100 | 13 |
| Binary | 101101 | 1010 | 101000 | 0 | 1001110 | 1011 | 1010010 | 100110101 | 1000000 | 1011 |
Color Harmonies of #2D0A28
Complementary color
Monochromatic Colors of #2D0A28
Black with #2D0A28
Text Example
Text Example
White with #2D0A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A28; }
p { color: rgb(45,10,40); }
H1.HeaderClassName
{
color: #2D0A28;
}
.AnyTagClassName
{
color: #2D0A28;
}
</style>
background-color css
<style>
a { background-color: #2D0A28; }
a { background-color: rgb(45,10,40); }
div.DivClassName
{
background-color: #2D0A28;
}
.BgClassName
{
background-color: #2D0A28;
}
</style>
border-color css
<style>
span { border-color: #2D0A28; }
span { border-color: rgb(45,10,40); }
td.TdClassName
{
border-color: #2D0A28;
}
.TagClassName
{
border-color: #2D0A28;
}
</style>