Shades of Mardi Gras #301434
Tints of Mardi Gras #301434
RGB
CMYK
RGB Variations
Color information
#301434 (or 0x301434) is known color: Mardi Gras. HEX triplet: 30, 14 and 34. RGB value is (48,20,52). Sum of RGB (Red+Green+Blue) = 48+20+52=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #301434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301434 is #CFEBCB. Grayscale: #1F1F1F. Windows color (decimal): -13626316 or 3413040. OLE color: 3413040.
HSL color Cylindrical-coordinate representation of color #301434: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301434 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 20 | 52 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.80 |
| HSL | 292.5º | 0.44% | 0.14% | - |
| HSV(B) | 292.5º | 0.62% | 0.2% | - |
| XYZ | 2.09 | 1.38 | 3.4 | - |
| YUV | 32.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 52 | 0.08 | 0.62 | 0 | 0.80 | 292.5 | 0.44 | 0.14 |
| Hex | 30 | 14 | 34 | 8 | 3E | 0 | 50 | 124 | 2C | E |
| Octal | 60 | 24 | 64 | 10 | 76 | 0 | 120 | 444 | 54 | 16 |
| Binary | 110000 | 10100 | 110100 | 1000 | 111110 | 0 | 1010000 | 100100100 | 101100 | 1110 |
Color Harmonies of #301434
Complementary color
Monochromatic Colors of #301434
Black with #301434
Text Example
Text Example
White with #301434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301434; }
p { color: rgb(48,20,52); }
H1.HeaderClassName
{
color: #301434;
}
.AnyTagClassName
{
color: #301434;
}
</style>
background-color css
<style>
a { background-color: #301434; }
a { background-color: rgb(48,20,52); }
div.DivClassName
{
background-color: #301434;
}
.BgClassName
{
background-color: #301434;
}
</style>
border-color css
<style>
span { border-color: #301434; }
span { border-color: rgb(48,20,52); }
td.TdClassName
{
border-color: #301434;
}
.TagClassName
{
border-color: #301434;
}
</style>