Shades of Mardi Gras #302130
Tints of Mardi Gras #302130
RGB
CMYK
RGB Variations
Color information
#302130 (or 0x302130) is known color: Mardi Gras. HEX triplet: 30, 21 and 30. RGB value is (48,33,48). Sum of RGB (Red+Green+Blue) = 48+33+48=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302130 is #CFDECF. Grayscale: #272727. Windows color (decimal): -13622992 or 3154224. OLE color: 3154224.
HSL color Cylindrical-coordinate representation of color #302130: hue angle of 300º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302130 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 48 | - |
| CMYK | 0 | 0.31 | 0 | 0.81 |
| HSL | 300º | 0.19% | 0.16% | - |
| HSV(B) | 300º | 0.31% | 0.19% | - |
| XYZ | 2.3 | 1.93 | 3.05 | - |
| YUV | 39.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 48 | 0 | 0.31 | 0 | 0.81 | 300 | 0.19 | 0.16 |
| Hex | 30 | 21 | 30 | 0 | 1F | 0 | 51 | 12C | 13 | 10 |
| Octal | 60 | 41 | 60 | 0 | 37 | 0 | 121 | 454 | 23 | 20 |
| Binary | 110000 | 100001 | 110000 | 0 | 11111 | 0 | 1010001 | 100101100 | 10011 | 10000 |
Color Harmonies of #302130
Complementary color
Monochromatic Colors of #302130
Black with #302130
Text Example
Text Example
White with #302130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302130; }
p { color: rgb(48,33,48); }
H1.HeaderClassName
{
color: #302130;
}
.AnyTagClassName
{
color: #302130;
}
</style>
background-color css
<style>
a { background-color: #302130; }
a { background-color: rgb(48,33,48); }
div.DivClassName
{
background-color: #302130;
}
.BgClassName
{
background-color: #302130;
}
</style>
border-color css
<style>
span { border-color: #302130; }
span { border-color: rgb(48,33,48); }
td.TdClassName
{
border-color: #302130;
}
.TagClassName
{
border-color: #302130;
}
</style>