Shades of Mardi Gras #300E32
Tints of Mardi Gras #300E32
RGB
CMYK
RGB Variations
Color information
#300E32 (or 0x300E32) is known color: Mardi Gras. HEX triplet: 30, 0E and 32. RGB value is (48,14,50). Sum of RGB (Red+Green+Blue) = 48+14+50=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #300E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E32 is #CFF1CD. Grayscale: #1C1C1C. Windows color (decimal): -13627854 or 3280432. OLE color: 3280432.
HSL color Cylindrical-coordinate representation of color #300E32: hue angle of 296.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #300E32 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 14 | 50 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.80 |
| HSL | 296.67º | 0.56% | 0.13% | - |
| HSV(B) | 296.67º | 0.72% | 0.2% | - |
| XYZ | 1.95 | 1.17 | 3.14 | - |
| YUV | 28.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 50 | 0.04 | 0.72 | 0 | 0.80 | 296.67 | 0.56 | 0.13 |
| Hex | 30 | E | 32 | 4 | 48 | 0 | 50 | 129 | 38 | D |
| Octal | 60 | 16 | 62 | 4 | 110 | 0 | 120 | 451 | 70 | 15 |
| Binary | 110000 | 1110 | 110010 | 100 | 1001000 | 0 | 1010000 | 100101001 | 111000 | 1101 |
Color Harmonies of #300E32
Complementary color
Monochromatic Colors of #300E32
Black with #300E32
Text Example
Text Example
White with #300E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E32; }
p { color: rgb(48,14,50); }
H1.HeaderClassName
{
color: #300E32;
}
.AnyTagClassName
{
color: #300E32;
}
</style>
background-color css
<style>
a { background-color: #300E32; }
a { background-color: rgb(48,14,50); }
div.DivClassName
{
background-color: #300E32;
}
.BgClassName
{
background-color: #300E32;
}
</style>
border-color css
<style>
span { border-color: #300E32; }
span { border-color: rgb(48,14,50); }
td.TdClassName
{
border-color: #300E32;
}
.TagClassName
{
border-color: #300E32;
}
</style>