Shades of Mardi Gras #30012F
Tints of Mardi Gras #30012F
RGB
CMYK
RGB Variations
Color information
#30012F (or 0x30012F) is known color: Mardi Gras. HEX triplet: 30, 01 and 2F. RGB value is (48,1,47). Sum of RGB (Red+Green+Blue) = 48+1+47=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30012F is #CFFED0. Grayscale: #141414. Windows color (decimal): -13631185 or 3080496. OLE color: 3080496.
HSL color Cylindrical-coordinate representation of color #30012F: hue angle of 301.28º 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 #30012F is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 47 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.81 |
| HSL | 301.28º | 0.96% | 0.1% | - |
| HSV(B) | 301.28º | 0.98% | 0.19% | - |
| XYZ | 1.74 | 0.86 | 2.76 | - |
| YUV | 20.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 47 | 0 | 0.98 | 0.02 | 0.81 | 301.28 | 0.96 | 0.1 |
| Hex | 30 | 1 | 2F | 0 | 62 | 2 | 51 | 12D | 60 | A |
| Octal | 60 | 1 | 57 | 0 | 142 | 2 | 121 | 455 | 140 | 12 |
| Binary | 110000 | 1 | 101111 | 0 | 1100010 | 10 | 1010001 | 100101101 | 1100000 | 1010 |
Color Harmonies of #30012F
Complementary color
Monochromatic Colors of #30012F
Black with #30012F
Text Example
Text Example
White with #30012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30012F; }
p { color: rgb(48,1,47); }
H1.HeaderClassName
{
color: #30012F;
}
.AnyTagClassName
{
color: #30012F;
}
</style>
background-color css
<style>
a { background-color: #30012F; }
a { background-color: rgb(48,1,47); }
div.DivClassName
{
background-color: #30012F;
}
.BgClassName
{
background-color: #30012F;
}
</style>
border-color css
<style>
span { border-color: #30012F; }
span { border-color: rgb(48,1,47); }
td.TdClassName
{
border-color: #30012F;
}
.TagClassName
{
border-color: #30012F;
}
</style>