Shades of Mardi Gras #300E2B
Tints of Mardi Gras #300E2B
RGB
CMYK
RGB Variations
Color information
#300E2B (or 0x300E2B) is known color: Mardi Gras. HEX triplet: 30, 0E and 2B. RGB value is (48,14,43). Sum of RGB (Red+Green+Blue) = 48+14+43=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #300E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E2B is #CFF1D4. Grayscale: #1B1B1B. Windows color (decimal): -13627861 or 2821680. OLE color: 2821680.
HSL color Cylindrical-coordinate representation of color #300E2B: hue angle of 308.82º 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 #300E2B is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 43 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.81 |
| HSL | 308.82º | 0.55% | 0.12% | - |
| HSV(B) | 308.82º | 0.71% | 0.19% | - |
| XYZ | 1.81 | 1.12 | 2.41 | - |
| YUV | 27.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 43 | 0 | 0.71 | 0.10 | 0.81 | 308.82 | 0.55 | 0.12 |
| Hex | 30 | E | 2B | 0 | 47 | A | 51 | 135 | 37 | C |
| Octal | 60 | 16 | 53 | 0 | 107 | 12 | 121 | 465 | 67 | 14 |
| Binary | 110000 | 1110 | 101011 | 0 | 1000111 | 1010 | 1010001 | 100110101 | 110111 | 1100 |
Color Harmonies of #300E2B
Complementary color
Monochromatic Colors of #300E2B
Black with #300E2B
Text Example
Text Example
White with #300E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E2B; }
p { color: rgb(48,14,43); }
H1.HeaderClassName
{
color: #300E2B;
}
.AnyTagClassName
{
color: #300E2B;
}
</style>
background-color css
<style>
a { background-color: #300E2B; }
a { background-color: rgb(48,14,43); }
div.DivClassName
{
background-color: #300E2B;
}
.BgClassName
{
background-color: #300E2B;
}
</style>
border-color css
<style>
span { border-color: #300E2B; }
span { border-color: rgb(48,14,43); }
td.TdClassName
{
border-color: #300E2B;
}
.TagClassName
{
border-color: #300E2B;
}
</style>