Shades of Mardi Gras #300129
Tints of Mardi Gras #300129
RGB
CMYK
RGB Variations
Color information
#300129 (or 0x300129) is known color: Mardi Gras. HEX triplet: 30, 01 and 29. RGB value is (48,1,41). Sum of RGB (Red+Green+Blue) = 48+1+41=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300129 is #CFFED6. Grayscale: #131313. Windows color (decimal): -13631191 or 2687280. OLE color: 2687280.
HSL color Cylindrical-coordinate representation of color #300129: hue angle of 308.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300129 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 41 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.81 |
| HSL | 308.94º | 0.96% | 0.1% | - |
| HSV(B) | 308.94º | 0.98% | 0.19% | - |
| XYZ | 1.63 | 0.81 | 2.17 | - |
| YUV | 19.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 41 | 0 | 0.98 | 0.15 | 0.81 | 308.94 | 0.96 | 0.1 |
| Hex | 30 | 1 | 29 | 0 | 62 | F | 51 | 135 | 60 | A |
| Octal | 60 | 1 | 51 | 0 | 142 | 17 | 121 | 465 | 140 | 12 |
| Binary | 110000 | 1 | 101001 | 0 | 1100010 | 1111 | 1010001 | 100110101 | 1100000 | 1010 |
Color Harmonies of #300129
Complementary color
Monochromatic Colors of #300129
Black with #300129
Text Example
Text Example
White with #300129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300129; }
p { color: rgb(48,1,41); }
H1.HeaderClassName
{
color: #300129;
}
.AnyTagClassName
{
color: #300129;
}
</style>
background-color css
<style>
a { background-color: #300129; }
a { background-color: rgb(48,1,41); }
div.DivClassName
{
background-color: #300129;
}
.BgClassName
{
background-color: #300129;
}
</style>
border-color css
<style>
span { border-color: #300129; }
span { border-color: rgb(48,1,41); }
td.TdClassName
{
border-color: #300129;
}
.TagClassName
{
border-color: #300129;
}
</style>