Shades of Mardi Gras #300133
Tints of Mardi Gras #300133
RGB
CMYK
RGB Variations
Color information
#300133 (or 0x300133) is known color: Mardi Gras. HEX triplet: 30, 01 and 33. RGB value is (48,1,51). Sum of RGB (Red+Green+Blue) = 48+1+51=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #300133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300133 is #CFFECC. Grayscale: #141414. Windows color (decimal): -13631181 or 3342640. OLE color: 3342640.
HSL color Cylindrical-coordinate representation of color #300133: hue angle of 296.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300133 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 1 | 51 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.8 |
| HSL | 296.4º | 0.96% | 0.1% | - |
| HSV(B) | 296.4º | 0.98% | 0.2% | - |
| XYZ | 1.83 | 0.89 | 3.21 | - |
| YUV | 20.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 51 | 0.06 | 0.98 | 0 | 0.8 | 296.4 | 0.96 | 0.1 |
| Hex | 30 | 1 | 33 | 6 | 62 | 0 | 50 | 128 | 60 | A |
| Octal | 60 | 1 | 63 | 6 | 142 | 0 | 120 | 450 | 140 | 12 |
| Binary | 110000 | 1 | 110011 | 110 | 1100010 | 0 | 1010000 | 100101000 | 1100000 | 1010 |
Color Harmonies of #300133
Complementary color
Monochromatic Colors of #300133
Black with #300133
Text Example
Text Example
White with #300133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300133; }
p { color: rgb(48,1,51); }
H1.HeaderClassName
{
color: #300133;
}
.AnyTagClassName
{
color: #300133;
}
</style>
background-color css
<style>
a { background-color: #300133; }
a { background-color: rgb(48,1,51); }
div.DivClassName
{
background-color: #300133;
}
.BgClassName
{
background-color: #300133;
}
</style>
border-color css
<style>
span { border-color: #300133; }
span { border-color: rgb(48,1,51); }
td.TdClassName
{
border-color: #300133;
}
.TagClassName
{
border-color: #300133;
}
</style>