Shades of Mardi Gras #380E3E
Tints of Mardi Gras #380E3E
RGB
CMYK
RGB Variations
Color information
#380E3E (or 0x380E3E) is known color: Mardi Gras. HEX triplet: 38, 0E and 3E. RGB value is (56,14,62). Sum of RGB (Red+Green+Blue) = 56+14+62=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #380E3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E3E is #C7F1C1. Grayscale: #1F1F1F. Windows color (decimal): -13103554 or 4066872. OLE color: 4066872.
HSL color Cylindrical-coordinate representation of color #380E3E: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380E3E is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 14 | 62 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.76 |
| HSL | 292.5º | 0.63% | 0.15% | - |
| HSV(B) | 292.5º | 0.77% | 0.24% | - |
| XYZ | 2.66 | 1.5 | 4.71 | - |
| YUV | 32.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 62 | 0.10 | 0.77 | 0 | 0.76 | 292.5 | 0.63 | 0.15 |
| Hex | 38 | E | 3E | A | 4D | 0 | 4C | 124 | 3F | F |
| Octal | 70 | 16 | 76 | 12 | 115 | 0 | 114 | 444 | 77 | 17 |
| Binary | 111000 | 1110 | 111110 | 1010 | 1001101 | 0 | 1001100 | 100100100 | 111111 | 1111 |
Color Harmonies of #380E3E
Complementary color
Monochromatic Colors of #380E3E
Black with #380E3E
Text Example
Text Example
White with #380E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E3E; }
p { color: rgb(56,14,62); }
H1.HeaderClassName
{
color: #380E3E;
}
.AnyTagClassName
{
color: #380E3E;
}
</style>
background-color css
<style>
a { background-color: #380E3E; }
a { background-color: rgb(56,14,62); }
div.DivClassName
{
background-color: #380E3E;
}
.BgClassName
{
background-color: #380E3E;
}
</style>
border-color css
<style>
span { border-color: #380E3E; }
span { border-color: rgb(56,14,62); }
td.TdClassName
{
border-color: #380E3E;
}
.TagClassName
{
border-color: #380E3E;
}
</style>