Shades of Mardi Gras #301331
Tints of Mardi Gras #301331
RGB
CMYK
RGB Variations
Color information
#301331 (or 0x301331) is known color: Mardi Gras. HEX triplet: 30, 13 and 31. RGB value is (48,19,49). Sum of RGB (Red+Green+Blue) = 48+19+49=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #301331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301331 is #CFECCE. Grayscale: #1F1F1F. Windows color (decimal): -13626575 or 3216176. OLE color: 3216176.
HSL color Cylindrical-coordinate representation of color #301331: hue angle of 298º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301331 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 49 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.81 |
| HSL | 298º | 0.44% | 0.13% | - |
| HSV(B) | 298º | 0.61% | 0.19% | - |
| XYZ | 2.01 | 1.32 | 3.05 | - |
| YUV | 31.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 49 | 0.02 | 0.61 | 0 | 0.81 | 298 | 0.44 | 0.13 |
| Hex | 30 | 13 | 31 | 2 | 3D | 0 | 51 | 12A | 2C | D |
| Octal | 60 | 23 | 61 | 2 | 75 | 0 | 121 | 452 | 54 | 15 |
| Binary | 110000 | 10011 | 110001 | 10 | 111101 | 0 | 1010001 | 100101010 | 101100 | 1101 |
Color Harmonies of #301331
Complementary color
Monochromatic Colors of #301331
Black with #301331
Text Example
Text Example
White with #301331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301331; }
p { color: rgb(48,19,49); }
H1.HeaderClassName
{
color: #301331;
}
.AnyTagClassName
{
color: #301331;
}
</style>
background-color css
<style>
a { background-color: #301331; }
a { background-color: rgb(48,19,49); }
div.DivClassName
{
background-color: #301331;
}
.BgClassName
{
background-color: #301331;
}
</style>
border-color css
<style>
span { border-color: #301331; }
span { border-color: rgb(48,19,49); }
td.TdClassName
{
border-color: #301331;
}
.TagClassName
{
border-color: #301331;
}
</style>