Shades of Mardi Gras #300029
Tints of Mardi Gras #300029
RGB
CMYK
RGB Variations
Color information
#300029 (or 0x300029) is known color: Mardi Gras. HEX triplet: 30, 00 and 29. RGB value is (48,0,41). Sum of RGB (Red+Green+Blue) = 48+0+41=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300029 is #CFFFD6. Grayscale: #121212. Windows color (decimal): -13631447 or 2687024. OLE color: 2687024.
HSL color Cylindrical-coordinate representation of color #300029: hue angle of 308.75º 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 #300029 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.15 | 0.81 |
| HSL | 308.75º | 1% | 0.09% | - |
| HSV(B) | 308.75º | 1% | 0.19% | - |
| XYZ | 1.62 | 0.79 | 2.16 | - |
| YUV | 19.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 41 | 0 | 1 | 0.15 | 0.81 | 308.75 | 1 | 0.09 |
| Hex | 30 | 0 | 29 | 0 | 64 | F | 51 | 135 | 64 | 9 |
| Octal | 60 | 0 | 51 | 0 | 144 | 17 | 121 | 465 | 144 | 11 |
| Binary | 110000 | 0 | 101001 | 0 | 1100100 | 1111 | 1010001 | 100110101 | 1100100 | 1001 |
Color Harmonies of #300029
Complementary color
Monochromatic Colors of #300029
Black with #300029
Text Example
Text Example
White with #300029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300029; }
p { color: rgb(48,0,41); }
H1.HeaderClassName
{
color: #300029;
}
.AnyTagClassName
{
color: #300029;
}
</style>
background-color css
<style>
a { background-color: #300029; }
a { background-color: rgb(48,0,41); }
div.DivClassName
{
background-color: #300029;
}
.BgClassName
{
background-color: #300029;
}
</style>
border-color css
<style>
span { border-color: #300029; }
span { border-color: rgb(48,0,41); }
td.TdClassName
{
border-color: #300029;
}
.TagClassName
{
border-color: #300029;
}
</style>