Shades of Mardi Gras #302A31
Tints of Mardi Gras #302A31
RGB
CMYK
RGB Variations
Color information
#302A31 (or 0x302A31) is known color: Mardi Gras. HEX triplet: 30, 2A and 31. RGB value is (48,42,49). Sum of RGB (Red+Green+Blue) = 48+42+49=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 49 - color contains mainly: blue. Hex color #302A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A31 is #CFD5CE. Grayscale: #2C2C2C. Windows color (decimal): -13620687 or 3222064. OLE color: 3222064.
HSL color Cylindrical-coordinate representation of color #302A31: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #302A31 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 49 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.81 |
| HSL | 291.43º | 0.08% | 0.18% | - |
| HSV(B) | 291.43º | 0.14% | 0.19% | - |
| XYZ | 2.6 | 2.51 | 3.25 | - |
| YUV | 44.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 49 | 0.02 | 0.14 | 0 | 0.81 | 291.43 | 0.08 | 0.18 |
| Hex | 30 | 2A | 31 | 2 | E | 0 | 51 | 123 | 8 | 12 |
| Octal | 60 | 52 | 61 | 2 | 16 | 0 | 121 | 443 | 10 | 22 |
| Binary | 110000 | 101010 | 110001 | 10 | 1110 | 0 | 1010001 | 100100011 | 1000 | 10010 |
Color Harmonies of #302A31
Complementary color
Monochromatic Colors of #302A31
Black with #302A31
Text Example
Text Example
White with #302A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A31; }
p { color: rgb(48,42,49); }
H1.HeaderClassName
{
color: #302A31;
}
.AnyTagClassName
{
color: #302A31;
}
</style>
background-color css
<style>
a { background-color: #302A31; }
a { background-color: rgb(48,42,49); }
div.DivClassName
{
background-color: #302A31;
}
.BgClassName
{
background-color: #302A31;
}
</style>
border-color css
<style>
span { border-color: #302A31; }
span { border-color: rgb(48,42,49); }
td.TdClassName
{
border-color: #302A31;
}
.TagClassName
{
border-color: #302A31;
}
</style>