Shades of Mardi Gras #380E31
Tints of Mardi Gras #380E31
RGB
CMYK
RGB Variations
Color information
#380E31 (or 0x380E31) is known color: Mardi Gras. HEX triplet: 38, 0E and 31. RGB value is (56,14,49). Sum of RGB (Red+Green+Blue) = 56+14+49=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #380E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E31 is #C7F1CE. Grayscale: #1E1E1E. Windows color (decimal): -13103567 or 3214904. OLE color: 3214904.
HSL color Cylindrical-coordinate representation of color #380E31: hue angle of 310º 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 #380E31 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 49 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.78 |
| HSL | 310º | 0.6% | 0.14% | - |
| HSV(B) | 310º | 0.75% | 0.22% | - |
| XYZ | 2.34 | 1.38 | 3.05 | - |
| YUV | 30.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 49 | 0 | 0.75 | 0.12 | 0.78 | 310 | 0.6 | 0.14 |
| Hex | 38 | E | 31 | 0 | 4B | C | 4E | 136 | 3C | E |
| Octal | 70 | 16 | 61 | 0 | 113 | 14 | 116 | 466 | 74 | 16 |
| Binary | 111000 | 1110 | 110001 | 0 | 1001011 | 1100 | 1001110 | 100110110 | 111100 | 1110 |
Color Harmonies of #380E31
Complementary color
Monochromatic Colors of #380E31
Black with #380E31
Text Example
Text Example
White with #380E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E31; }
p { color: rgb(56,14,49); }
H1.HeaderClassName
{
color: #380E31;
}
.AnyTagClassName
{
color: #380E31;
}
</style>
background-color css
<style>
a { background-color: #380E31; }
a { background-color: rgb(56,14,49); }
div.DivClassName
{
background-color: #380E31;
}
.BgClassName
{
background-color: #380E31;
}
</style>
border-color css
<style>
span { border-color: #380E31; }
span { border-color: rgb(56,14,49); }
td.TdClassName
{
border-color: #380E31;
}
.TagClassName
{
border-color: #380E31;
}
</style>