Shades of Mardi Gras #302631
Tints of Mardi Gras #302631
RGB
CMYK
RGB Variations
Color information
#302631 (or 0x302631) is known color: Mardi Gras. HEX triplet: 30, 26 and 31. RGB value is (48,38,49). Sum of RGB (Red+Green+Blue) = 48+38+49=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 49 - color contains mainly: blue. Hex color #302631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302631 is #CFD9CE. Grayscale: #2A2A2A. Windows color (decimal): -13621711 or 3221040. OLE color: 3221040.
HSL color Cylindrical-coordinate representation of color #302631: hue angle of 294.55º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #302631 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 38 | 49 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.81 |
| HSL | 294.55º | 0.13% | 0.17% | - |
| HSV(B) | 294.55º | 0.22% | 0.19% | - |
| XYZ | 2.47 | 2.24 | 3.21 | - |
| YUV | 42.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 49 | 0.02 | 0.22 | 0 | 0.81 | 294.55 | 0.13 | 0.17 |
| Hex | 30 | 26 | 31 | 2 | 16 | 0 | 51 | 127 | D | 11 |
| Octal | 60 | 46 | 61 | 2 | 26 | 0 | 121 | 447 | 15 | 21 |
| Binary | 110000 | 100110 | 110001 | 10 | 10110 | 0 | 1010001 | 100100111 | 1101 | 10001 |
Color Harmonies of #302631
Complementary color
Monochromatic Colors of #302631
Black with #302631
Text Example
Text Example
White with #302631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302631; }
p { color: rgb(48,38,49); }
H1.HeaderClassName
{
color: #302631;
}
.AnyTagClassName
{
color: #302631;
}
</style>
background-color css
<style>
a { background-color: #302631; }
a { background-color: rgb(48,38,49); }
div.DivClassName
{
background-color: #302631;
}
.BgClassName
{
background-color: #302631;
}
</style>
border-color css
<style>
span { border-color: #302631; }
span { border-color: rgb(48,38,49); }
td.TdClassName
{
border-color: #302631;
}
.TagClassName
{
border-color: #302631;
}
</style>