Shades of Mardi Gras #30012A
Tints of Mardi Gras #30012A
RGB
CMYK
RGB Variations
Color information
#30012A (or 0x30012A) is known color: Mardi Gras. HEX triplet: 30, 01 and 2A. RGB value is (48,1,42). Sum of RGB (Red+Green+Blue) = 48+1+42=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #30012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30012A is #CFFED5. Grayscale: #131313. Windows color (decimal): -13631190 or 2752816. OLE color: 2752816.
HSL color Cylindrical-coordinate representation of color #30012A: hue angle of 307.66º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30012A is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 42 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.81 |
| HSL | 307.66º | 0.96% | 0.1% | - |
| HSV(B) | 307.66º | 0.98% | 0.19% | - |
| XYZ | 1.65 | 0.82 | 2.26 | - |
| YUV | 19.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 42 | 0 | 0.98 | 0.13 | 0.81 | 307.66 | 0.96 | 0.1 |
| Hex | 30 | 1 | 2A | 0 | 62 | D | 51 | 134 | 60 | A |
| Octal | 60 | 1 | 52 | 0 | 142 | 15 | 121 | 464 | 140 | 12 |
| Binary | 110000 | 1 | 101010 | 0 | 1100010 | 1101 | 1010001 | 100110100 | 1100000 | 1010 |
Color Harmonies of #30012A
Complementary color
Monochromatic Colors of #30012A
Black with #30012A
Text Example
Text Example
White with #30012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30012A; }
p { color: rgb(48,1,42); }
H1.HeaderClassName
{
color: #30012A;
}
.AnyTagClassName
{
color: #30012A;
}
</style>
background-color css
<style>
a { background-color: #30012A; }
a { background-color: rgb(48,1,42); }
div.DivClassName
{
background-color: #30012A;
}
.BgClassName
{
background-color: #30012A;
}
</style>
border-color css
<style>
span { border-color: #30012A; }
span { border-color: rgb(48,1,42); }
td.TdClassName
{
border-color: #30012A;
}
.TagClassName
{
border-color: #30012A;
}
</style>