Shades of Mardi Gras #380E38
Tints of Mardi Gras #380E38
RGB
CMYK
RGB Variations
Color information
#380E38 (or 0x380E38) is known color: Mardi Gras. HEX triplet: 38, 0E and 38. RGB value is (56,14,56). Sum of RGB (Red+Green+Blue) = 56+14+56=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #380E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E38 is #C7F1C7. Grayscale: #1F1F1F. Windows color (decimal): -13103560 or 3673656. OLE color: 3673656.
HSL color Cylindrical-coordinate representation of color #380E38: hue angle of 300º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E38 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 56 | - |
| CMYK | 0 | 0.75 | 0 | 0.78 |
| HSL | 300º | 0.6% | 0.14% | - |
| HSV(B) | 300º | 0.75% | 0.22% | - |
| XYZ | 2.5 | 1.44 | 3.89 | - |
| YUV | 31.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 56 | 0 | 0.75 | 0 | 0.78 | 300 | 0.6 | 0.14 |
| Hex | 38 | E | 38 | 0 | 4B | 0 | 4E | 12C | 3C | E |
| Octal | 70 | 16 | 70 | 0 | 113 | 0 | 116 | 454 | 74 | 16 |
| Binary | 111000 | 1110 | 111000 | 0 | 1001011 | 0 | 1001110 | 100101100 | 111100 | 1110 |
Color Harmonies of #380E38
Complementary color
Monochromatic Colors of #380E38
Black with #380E38
Text Example
Text Example
White with #380E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E38; }
p { color: rgb(56,14,56); }
H1.HeaderClassName
{
color: #380E38;
}
.AnyTagClassName
{
color: #380E38;
}
</style>
background-color css
<style>
a { background-color: #380E38; }
a { background-color: rgb(56,14,56); }
div.DivClassName
{
background-color: #380E38;
}
.BgClassName
{
background-color: #380E38;
}
</style>
border-color css
<style>
span { border-color: #380E38; }
span { border-color: rgb(56,14,56); }
td.TdClassName
{
border-color: #380E38;
}
.TagClassName
{
border-color: #380E38;
}
</style>