Shades of Mardi Gras #2D1430
Tints of Mardi Gras #2D1430
RGB
CMYK
RGB Variations
Color information
#2D1430 (or 0x2D1430) is known color: Mardi Gras. HEX triplet: 2D, 14 and 30. RGB value is (45,20,48). Sum of RGB (Red+Green+Blue) = 45+20+48=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D1430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1430 is #D2EBCF. Grayscale: #1E1E1E. Windows color (decimal): -13822928 or 3150893. OLE color: 3150893.
HSL color Cylindrical-coordinate representation of color #2D1430: hue angle of 293.57º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D1430 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 20 | 48 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.81 |
| HSL | 293.57º | 0.41% | 0.13% | - |
| HSV(B) | 293.57º | 0.58% | 0.19% | - |
| XYZ | 1.87 | 1.27 | 2.94 | - |
| YUV | 30.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 48 | 0.06 | 0.58 | 0 | 0.81 | 293.57 | 0.41 | 0.13 |
| Hex | 2D | 14 | 30 | 6 | 3A | 0 | 51 | 126 | 29 | D |
| Octal | 55 | 24 | 60 | 6 | 72 | 0 | 121 | 446 | 51 | 15 |
| Binary | 101101 | 10100 | 110000 | 110 | 111010 | 0 | 1010001 | 100100110 | 101001 | 1101 |
Color Harmonies of #2D1430
Complementary color
Monochromatic Colors of #2D1430
Black with #2D1430
Text Example
Text Example
White with #2D1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1430; }
p { color: rgb(45,20,48); }
H1.HeaderClassName
{
color: #2D1430;
}
.AnyTagClassName
{
color: #2D1430;
}
</style>
background-color css
<style>
a { background-color: #2D1430; }
a { background-color: rgb(45,20,48); }
div.DivClassName
{
background-color: #2D1430;
}
.BgClassName
{
background-color: #2D1430;
}
</style>
border-color css
<style>
span { border-color: #2D1430; }
span { border-color: rgb(45,20,48); }
td.TdClassName
{
border-color: #2D1430;
}
.TagClassName
{
border-color: #2D1430;
}
</style>