Shades of Mardi Gras #30152E
Tints of Mardi Gras #30152E
RGB
CMYK
RGB Variations
Color information
#30152E (or 0x30152E) is known color: Mardi Gras. HEX triplet: 30, 15 and 2E. RGB value is (48,21,46). Sum of RGB (Red+Green+Blue) = 48+21+46=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152E is #CFEAD1. Grayscale: #1F1F1F. Windows color (decimal): -13626066 or 3020080. OLE color: 3020080.
HSL color Cylindrical-coordinate representation of color #30152E: hue angle of 304.44º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30152E is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 21 | 46 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.81 |
| HSL | 304.44º | 0.39% | 0.14% | - |
| HSV(B) | 304.44º | 0.56% | 0.19% | - |
| XYZ | 1.98 | 1.36 | 2.74 | - |
| YUV | 31.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 46 | 0 | 0.56 | 0.04 | 0.81 | 304.44 | 0.39 | 0.14 |
| Hex | 30 | 15 | 2E | 0 | 38 | 4 | 51 | 130 | 27 | E |
| Octal | 60 | 25 | 56 | 0 | 70 | 4 | 121 | 460 | 47 | 16 |
| Binary | 110000 | 10101 | 101110 | 0 | 111000 | 100 | 1010001 | 100110000 | 100111 | 1110 |
Color Harmonies of #30152E
Complementary color
Monochromatic Colors of #30152E
Black with #30152E
Text Example
Text Example
White with #30152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30152E; }
p { color: rgb(48,21,46); }
H1.HeaderClassName
{
color: #30152E;
}
.AnyTagClassName
{
color: #30152E;
}
</style>
background-color css
<style>
a { background-color: #30152E; }
a { background-color: rgb(48,21,46); }
div.DivClassName
{
background-color: #30152E;
}
.BgClassName
{
background-color: #30152E;
}
</style>
border-color css
<style>
span { border-color: #30152E; }
span { border-color: rgb(48,21,46); }
td.TdClassName
{
border-color: #30152E;
}
.TagClassName
{
border-color: #30152E;
}
</style>