Shades of Mardi Gras #2D0030
Tints of Mardi Gras #2D0030
RGB
CMYK
RGB Variations
Color information
#2D0030 (or 0x2D0030) is known color: Mardi Gras. HEX triplet: 2D, 00 and 30. RGB value is (45,0,48). Sum of RGB (Red+Green+Blue) = 45+0+48=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0030 is #D2FFCF. Grayscale: #121212. Windows color (decimal): -13828048 or 3145773. OLE color: 3145773.
HSL color Cylindrical-coordinate representation of color #2D0030: hue angle of 296.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0030 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 0 | 48 | - |
| CMYK | 0.06 | 1 | 0 | 0.81 |
| HSL | 296.25º | 1% | 0.09% | - |
| HSV(B) | 296.25º | 1% | 0.19% | - |
| XYZ | 1.62 | 0.77 | 2.86 | - |
| YUV | 18.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 48 | 0.06 | 1 | 0 | 0.81 | 296.25 | 1 | 0.09 |
| Hex | 2D | 0 | 30 | 6 | 64 | 0 | 51 | 128 | 64 | 9 |
| Octal | 55 | 0 | 60 | 6 | 144 | 0 | 121 | 450 | 144 | 11 |
| Binary | 101101 | 0 | 110000 | 110 | 1100100 | 0 | 1010001 | 100101000 | 1100100 | 1001 |
Color Harmonies of #2D0030
Complementary color
Monochromatic Colors of #2D0030
Black with #2D0030
Text Example
Text Example
White with #2D0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0030; }
p { color: rgb(45,0,48); }
H1.HeaderClassName
{
color: #2D0030;
}
.AnyTagClassName
{
color: #2D0030;
}
</style>
background-color css
<style>
a { background-color: #2D0030; }
a { background-color: rgb(45,0,48); }
div.DivClassName
{
background-color: #2D0030;
}
.BgClassName
{
background-color: #2D0030;
}
</style>
border-color css
<style>
span { border-color: #2D0030; }
span { border-color: rgb(45,0,48); }
td.TdClassName
{
border-color: #2D0030;
}
.TagClassName
{
border-color: #2D0030;
}
</style>