Shades of Mardi Gras #380E37
Tints of Mardi Gras #380E37
RGB
CMYK
RGB Variations
Color information
#380E37 (or 0x380E37) is known color: Mardi Gras. HEX triplet: 38, 0E and 37. RGB value is (56,14,55). Sum of RGB (Red+Green+Blue) = 56+14+55=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #380E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E37 is #C7F1C8. Grayscale: #1F1F1F. Windows color (decimal): -13103561 or 3608120. OLE color: 3608120.
HSL color Cylindrical-coordinate representation of color #380E37: hue angle of 301.43º 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 #380E37 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 55 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.78 |
| HSL | 301.43º | 0.6% | 0.14% | - |
| HSV(B) | 301.43º | 0.75% | 0.22% | - |
| XYZ | 2.48 | 1.43 | 3.76 | - |
| YUV | 31.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 55 | 0 | 0.75 | 0.02 | 0.78 | 301.43 | 0.6 | 0.14 |
| Hex | 38 | E | 37 | 0 | 4B | 2 | 4E | 12D | 3C | E |
| Octal | 70 | 16 | 67 | 0 | 113 | 2 | 116 | 455 | 74 | 16 |
| Binary | 111000 | 1110 | 110111 | 0 | 1001011 | 10 | 1001110 | 100101101 | 111100 | 1110 |
Color Harmonies of #380E37
Complementary color
Monochromatic Colors of #380E37
Black with #380E37
Text Example
Text Example
White with #380E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E37; }
p { color: rgb(56,14,55); }
H1.HeaderClassName
{
color: #380E37;
}
.AnyTagClassName
{
color: #380E37;
}
</style>
background-color css
<style>
a { background-color: #380E37; }
a { background-color: rgb(56,14,55); }
div.DivClassName
{
background-color: #380E37;
}
.BgClassName
{
background-color: #380E37;
}
</style>
border-color css
<style>
span { border-color: #380E37; }
span { border-color: rgb(56,14,55); }
td.TdClassName
{
border-color: #380E37;
}
.TagClassName
{
border-color: #380E37;
}
</style>