Shades of Mardi Gras #380D36
Tints of Mardi Gras #380D36
RGB
CMYK
RGB Variations
Color information
#380D36 (or 0x380D36) is known color: Mardi Gras. HEX triplet: 38, 0D and 36. RGB value is (56,13,54). Sum of RGB (Red+Green+Blue) = 56+13+54=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #380D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D36 is #C7F2C9. Grayscale: #1E1E1E. Windows color (decimal): -13103818 or 3542328. OLE color: 3542328.
HSL color Cylindrical-coordinate representation of color #380D36: hue angle of 302.79º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D36 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 54 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.78 |
| HSL | 302.79º | 0.62% | 0.14% | - |
| HSV(B) | 302.79º | 0.77% | 0.22% | - |
| XYZ | 2.44 | 1.39 | 3.63 | - |
| YUV | 30.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 54 | 0 | 0.77 | 0.04 | 0.78 | 302.79 | 0.62 | 0.14 |
| Hex | 38 | D | 36 | 0 | 4D | 4 | 4E | 12F | 3E | E |
| Octal | 70 | 15 | 66 | 0 | 115 | 4 | 116 | 457 | 76 | 16 |
| Binary | 111000 | 1101 | 110110 | 0 | 1001101 | 100 | 1001110 | 100101111 | 111110 | 1110 |
Color Harmonies of #380D36
Complementary color
Monochromatic Colors of #380D36
Black with #380D36
Text Example
Text Example
White with #380D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D36; }
p { color: rgb(56,13,54); }
H1.HeaderClassName
{
color: #380D36;
}
.AnyTagClassName
{
color: #380D36;
}
</style>
background-color css
<style>
a { background-color: #380D36; }
a { background-color: rgb(56,13,54); }
div.DivClassName
{
background-color: #380D36;
}
.BgClassName
{
background-color: #380D36;
}
</style>
border-color css
<style>
span { border-color: #380D36; }
span { border-color: rgb(56,13,54); }
td.TdClassName
{
border-color: #380D36;
}
.TagClassName
{
border-color: #380D36;
}
</style>