Shades of Mardi Gras #30152D
Tints of Mardi Gras #30152D
RGB
CMYK
RGB Variations
Color information
#30152D (or 0x30152D) is known color: Mardi Gras. HEX triplet: 30, 15 and 2D. RGB value is (48,21,45). Sum of RGB (Red+Green+Blue) = 48+21+45=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152D is #CFEAD2. Grayscale: #1F1F1F. Windows color (decimal): -13626067 or 2954544. OLE color: 2954544.
HSL color Cylindrical-coordinate representation of color #30152D: hue angle of 306.67º 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 #30152D is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 21 | 45 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.81 |
| HSL | 306.67º | 0.39% | 0.14% | - |
| HSV(B) | 306.67º | 0.56% | 0.19% | - |
| XYZ | 1.96 | 1.35 | 2.64 | - |
| YUV | 31.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 45 | 0 | 0.56 | 0.06 | 0.81 | 306.67 | 0.39 | 0.14 |
| Hex | 30 | 15 | 2D | 0 | 38 | 6 | 51 | 133 | 27 | E |
| Octal | 60 | 25 | 55 | 0 | 70 | 6 | 121 | 463 | 47 | 16 |
| Binary | 110000 | 10101 | 101101 | 0 | 111000 | 110 | 1010001 | 100110011 | 100111 | 1110 |
Color Harmonies of #30152D
Complementary color
Monochromatic Colors of #30152D
Black with #30152D
Text Example
Text Example
White with #30152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30152D; }
p { color: rgb(48,21,45); }
H1.HeaderClassName
{
color: #30152D;
}
.AnyTagClassName
{
color: #30152D;
}
</style>
background-color css
<style>
a { background-color: #30152D; }
a { background-color: rgb(48,21,45); }
div.DivClassName
{
background-color: #30152D;
}
.BgClassName
{
background-color: #30152D;
}
</style>
border-color css
<style>
span { border-color: #30152D; }
span { border-color: rgb(48,21,45); }
td.TdClassName
{
border-color: #30152D;
}
.TagClassName
{
border-color: #30152D;
}
</style>