Shades of Mardi Gras #300A30
Tints of Mardi Gras #300A30
RGB
CMYK
RGB Variations
Color information
#300A30 (or 0x300A30) is known color: Mardi Gras. HEX triplet: 30, 0A and 30. RGB value is (48,10,48). Sum of RGB (Red+Green+Blue) = 48+10+48=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #300A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A30 is #CFF5CF. Grayscale: #191919. Windows color (decimal): -13628880 or 3148336. OLE color: 3148336.
HSL color Cylindrical-coordinate representation of color #300A30: hue angle of 300º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A30 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 48 | - |
| CMYK | 0 | 0.79 | 0 | 0.81 |
| HSL | 300º | 0.66% | 0.11% | - |
| HSV(B) | 300º | 0.79% | 0.19% | - |
| XYZ | 1.86 | 1.06 | 2.9 | - |
| YUV | 25.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 48 | 0 | 0.79 | 0 | 0.81 | 300 | 0.66 | 0.11 |
| Hex | 30 | A | 30 | 0 | 4F | 0 | 51 | 12C | 42 | B |
| Octal | 60 | 12 | 60 | 0 | 117 | 0 | 121 | 454 | 102 | 13 |
| Binary | 110000 | 1010 | 110000 | 0 | 1001111 | 0 | 1010001 | 100101100 | 1000010 | 1011 |
Color Harmonies of #300A30
Complementary color
Monochromatic Colors of #300A30
Black with #300A30
Text Example
Text Example
White with #300A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A30; }
p { color: rgb(48,10,48); }
H1.HeaderClassName
{
color: #300A30;
}
.AnyTagClassName
{
color: #300A30;
}
</style>
background-color css
<style>
a { background-color: #300A30; }
a { background-color: rgb(48,10,48); }
div.DivClassName
{
background-color: #300A30;
}
.BgClassName
{
background-color: #300A30;
}
</style>
border-color css
<style>
span { border-color: #300A30; }
span { border-color: rgb(48,10,48); }
td.TdClassName
{
border-color: #300A30;
}
.TagClassName
{
border-color: #300A30;
}
</style>