Shades of Mardi Gras #301334
Tints of Mardi Gras #301334
RGB
CMYK
RGB Variations
Color information
#301334 (or 0x301334) is known color: Mardi Gras. HEX triplet: 30, 13 and 34. RGB value is (48,19,52). Sum of RGB (Red+Green+Blue) = 48+19+52=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #301334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301334 is #CFECCB. Grayscale: #1F1F1F. Windows color (decimal): -13626572 or 3412784. OLE color: 3412784.
HSL color Cylindrical-coordinate representation of color #301334: hue angle of 292.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301334 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 19 | 52 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.80 |
| HSL | 292.73º | 0.46% | 0.14% | - |
| HSV(B) | 292.73º | 0.63% | 0.2% | - |
| XYZ | 2.07 | 1.34 | 3.4 | - |
| YUV | 31.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 52 | 0.08 | 0.63 | 0 | 0.80 | 292.73 | 0.46 | 0.14 |
| Hex | 30 | 13 | 34 | 8 | 3F | 0 | 50 | 125 | 2E | E |
| Octal | 60 | 23 | 64 | 10 | 77 | 0 | 120 | 445 | 56 | 16 |
| Binary | 110000 | 10011 | 110100 | 1000 | 111111 | 0 | 1010000 | 100100101 | 101110 | 1110 |
Color Harmonies of #301334
Complementary color
Monochromatic Colors of #301334
Black with #301334
Text Example
Text Example
White with #301334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301334; }
p { color: rgb(48,19,52); }
H1.HeaderClassName
{
color: #301334;
}
.AnyTagClassName
{
color: #301334;
}
</style>
background-color css
<style>
a { background-color: #301334; }
a { background-color: rgb(48,19,52); }
div.DivClassName
{
background-color: #301334;
}
.BgClassName
{
background-color: #301334;
}
</style>
border-color css
<style>
span { border-color: #301334; }
span { border-color: rgb(48,19,52); }
td.TdClassName
{
border-color: #301334;
}
.TagClassName
{
border-color: #301334;
}
</style>