Shades of Mardi Gras #300329
Tints of Mardi Gras #300329
RGB
CMYK
RGB Variations
Color information
#300329 (or 0x300329) is known color: Mardi Gras. HEX triplet: 30, 03 and 29. RGB value is (48,3,41). Sum of RGB (Red+Green+Blue) = 48+3+41=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #300329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300329 is #CFFCD6. Grayscale: #141414. Windows color (decimal): -13630679 or 2687792. OLE color: 2687792.
HSL color Cylindrical-coordinate representation of color #300329: hue angle of 309.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300329 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 41 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.81 |
| HSL | 309.33º | 0.88% | 0.1% | - |
| HSV(B) | 309.33º | 0.94% | 0.19% | - |
| XYZ | 1.65 | 0.85 | 2.18 | - |
| YUV | 20.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 41 | 0 | 0.94 | 0.15 | 0.81 | 309.33 | 0.88 | 0.1 |
| Hex | 30 | 3 | 29 | 0 | 5E | F | 51 | 135 | 58 | A |
| Octal | 60 | 3 | 51 | 0 | 136 | 17 | 121 | 465 | 130 | 12 |
| Binary | 110000 | 11 | 101001 | 0 | 1011110 | 1111 | 1010001 | 100110101 | 1011000 | 1010 |
Color Harmonies of #300329
Complementary color
Monochromatic Colors of #300329
Black with #300329
Text Example
Text Example
White with #300329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300329; }
p { color: rgb(48,3,41); }
H1.HeaderClassName
{
color: #300329;
}
.AnyTagClassName
{
color: #300329;
}
</style>
background-color css
<style>
a { background-color: #300329; }
a { background-color: rgb(48,3,41); }
div.DivClassName
{
background-color: #300329;
}
.BgClassName
{
background-color: #300329;
}
</style>
border-color css
<style>
span { border-color: #300329; }
span { border-color: rgb(48,3,41); }
td.TdClassName
{
border-color: #300329;
}
.TagClassName
{
border-color: #300329;
}
</style>