Shades of Mardi Gras #300931
Tints of Mardi Gras #300931
RGB
CMYK
RGB Variations
Color information
#300931 (or 0x300931) is known color: Mardi Gras. HEX triplet: 30, 09 and 31. RGB value is (48,9,49). Sum of RGB (Red+Green+Blue) = 48+9+49=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #300931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300931 is #CFF6CE. Grayscale: #191919. Windows color (decimal): -13629135 or 3213616. OLE color: 3213616.
HSL color Cylindrical-coordinate representation of color #300931: hue angle of 298.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #300931 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 49 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.81 |
| HSL | 298.5º | 0.69% | 0.11% | - |
| HSV(B) | 298.5º | 0.82% | 0.19% | - |
| XYZ | 1.87 | 1.05 | 3.01 | - |
| YUV | 25.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 49 | 0.02 | 0.82 | 0 | 0.81 | 298.5 | 0.69 | 0.11 |
| Hex | 30 | 9 | 31 | 2 | 52 | 0 | 51 | 12A | 45 | B |
| Octal | 60 | 11 | 61 | 2 | 122 | 0 | 121 | 452 | 105 | 13 |
| Binary | 110000 | 1001 | 110001 | 10 | 1010010 | 0 | 1010001 | 100101010 | 1000101 | 1011 |
Color Harmonies of #300931
Complementary color
Monochromatic Colors of #300931
Black with #300931
Text Example
Text Example
White with #300931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300931; }
p { color: rgb(48,9,49); }
H1.HeaderClassName
{
color: #300931;
}
.AnyTagClassName
{
color: #300931;
}
</style>
background-color css
<style>
a { background-color: #300931; }
a { background-color: rgb(48,9,49); }
div.DivClassName
{
background-color: #300931;
}
.BgClassName
{
background-color: #300931;
}
</style>
border-color css
<style>
span { border-color: #300931; }
span { border-color: rgb(48,9,49); }
td.TdClassName
{
border-color: #300931;
}
.TagClassName
{
border-color: #300931;
}
</style>