Shades of Mardi Gras #301B31
Tints of Mardi Gras #301B31
RGB
CMYK
RGB Variations
Color information
#301B31 (or 0x301B31) is known color: Mardi Gras. HEX triplet: 30, 1B and 31. RGB value is (48,27,49). Sum of RGB (Red+Green+Blue) = 48+27+49=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 49 - color contains mainly: blue. Hex color #301B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B31 is #CFE4CE. Grayscale: #232323. Windows color (decimal): -13624527 or 3218224. OLE color: 3218224.
HSL color Cylindrical-coordinate representation of color #301B31: hue angle of 297.27º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #301B31 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 49 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.81 |
| HSL | 297.27º | 0.29% | 0.15% | - |
| HSV(B) | 297.27º | 0.45% | 0.19% | - |
| XYZ | 2.17 | 1.63 | 3.11 | - |
| YUV | 35.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 49 | 0.02 | 0.45 | 0 | 0.81 | 297.27 | 0.29 | 0.15 |
| Hex | 30 | 1B | 31 | 2 | 2D | 0 | 51 | 129 | 1D | F |
| Octal | 60 | 33 | 61 | 2 | 55 | 0 | 121 | 451 | 35 | 17 |
| Binary | 110000 | 11011 | 110001 | 10 | 101101 | 0 | 1010001 | 100101001 | 11101 | 1111 |
Color Harmonies of #301B31
Complementary color
Monochromatic Colors of #301B31
Black with #301B31
Text Example
Text Example
White with #301B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B31; }
p { color: rgb(48,27,49); }
H1.HeaderClassName
{
color: #301B31;
}
.AnyTagClassName
{
color: #301B31;
}
</style>
background-color css
<style>
a { background-color: #301B31; }
a { background-color: rgb(48,27,49); }
div.DivClassName
{
background-color: #301B31;
}
.BgClassName
{
background-color: #301B31;
}
</style>
border-color css
<style>
span { border-color: #301B31; }
span { border-color: rgb(48,27,49); }
td.TdClassName
{
border-color: #301B31;
}
.TagClassName
{
border-color: #301B31;
}
</style>