Shades of Mardi Gras #300E2D
Tints of Mardi Gras #300E2D
RGB
CMYK
RGB Variations
Color information
#300E2D (or 0x300E2D) is known color: Mardi Gras. HEX triplet: 30, 0E and 2D. RGB value is (48,14,45). Sum of RGB (Red+Green+Blue) = 48+14+45=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #300E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E2D is #CFF1D2. Grayscale: #1B1B1B. Windows color (decimal): -13627859 or 2952752. OLE color: 2952752.
HSL color Cylindrical-coordinate representation of color #300E2D: hue angle of 305.29º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #300E2D is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 45 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.81 |
| HSL | 305.29º | 0.55% | 0.12% | - |
| HSV(B) | 305.29º | 0.71% | 0.19% | - |
| XYZ | 1.85 | 1.13 | 2.6 | - |
| YUV | 27.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 45 | 0 | 0.71 | 0.06 | 0.81 | 305.29 | 0.55 | 0.12 |
| Hex | 30 | E | 2D | 0 | 47 | 6 | 51 | 131 | 37 | C |
| Octal | 60 | 16 | 55 | 0 | 107 | 6 | 121 | 461 | 67 | 14 |
| Binary | 110000 | 1110 | 101101 | 0 | 1000111 | 110 | 1010001 | 100110001 | 110111 | 1100 |
Color Harmonies of #300E2D
Complementary color
Monochromatic Colors of #300E2D
Black with #300E2D
Text Example
Text Example
White with #300E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E2D; }
p { color: rgb(48,14,45); }
H1.HeaderClassName
{
color: #300E2D;
}
.AnyTagClassName
{
color: #300E2D;
}
</style>
background-color css
<style>
a { background-color: #300E2D; }
a { background-color: rgb(48,14,45); }
div.DivClassName
{
background-color: #300E2D;
}
.BgClassName
{
background-color: #300E2D;
}
</style>
border-color css
<style>
span { border-color: #300E2D; }
span { border-color: rgb(48,14,45); }
td.TdClassName
{
border-color: #300E2D;
}
.TagClassName
{
border-color: #300E2D;
}
</style>