Shades of Mardi Gras #300E2C
Tints of Mardi Gras #300E2C
RGB
CMYK
RGB Variations
Color information
#300E2C (or 0x300E2C) is known color: Mardi Gras. HEX triplet: 30, 0E and 2C. RGB value is (48,14,44). Sum of RGB (Red+Green+Blue) = 48+14+44=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #300E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E2C is #CFF1D3. Grayscale: #1B1B1B. Windows color (decimal): -13627860 or 2887216. OLE color: 2887216.
HSL color Cylindrical-coordinate representation of color #300E2C: hue angle of 307.06º 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 #300E2C is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 44 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.81 |
| HSL | 307.06º | 0.55% | 0.12% | - |
| HSV(B) | 307.06º | 0.71% | 0.19% | - |
| XYZ | 1.83 | 1.12 | 2.5 | - |
| YUV | 27.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 44 | 0 | 0.71 | 0.08 | 0.81 | 307.06 | 0.55 | 0.12 |
| Hex | 30 | E | 2C | 0 | 47 | 8 | 51 | 133 | 37 | C |
| Octal | 60 | 16 | 54 | 0 | 107 | 10 | 121 | 463 | 67 | 14 |
| Binary | 110000 | 1110 | 101100 | 0 | 1000111 | 1000 | 1010001 | 100110011 | 110111 | 1100 |
Color Harmonies of #300E2C
Complementary color
Monochromatic Colors of #300E2C
Black with #300E2C
Text Example
Text Example
White with #300E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E2C; }
p { color: rgb(48,14,44); }
H1.HeaderClassName
{
color: #300E2C;
}
.AnyTagClassName
{
color: #300E2C;
}
</style>
background-color css
<style>
a { background-color: #300E2C; }
a { background-color: rgb(48,14,44); }
div.DivClassName
{
background-color: #300E2C;
}
.BgClassName
{
background-color: #300E2C;
}
</style>
border-color css
<style>
span { border-color: #300E2C; }
span { border-color: rgb(48,14,44); }
td.TdClassName
{
border-color: #300E2C;
}
.TagClassName
{
border-color: #300E2C;
}
</style>