Shades of Mardi Gras #381D36
Tints of Mardi Gras #381D36
RGB
CMYK
RGB Variations
Color information
#381D36 (or 0x381D36) is known color: Mardi Gras. HEX triplet: 38, 1D and 36. RGB value is (56,29,54). Sum of RGB (Red+Green+Blue) = 56+29+54=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #381D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D36 is #C7E2C9. Grayscale: #272727. Windows color (decimal): -13099722 or 3546424. OLE color: 3546424.
HSL color Cylindrical-coordinate representation of color #381D36: hue angle of 304.44º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #381D36 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 29 | 54 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.78 |
| HSL | 304.44º | 0.32% | 0.17% | - |
| HSV(B) | 304.44º | 0.48% | 0.22% | - |
| XYZ | 2.74 | 1.99 | 3.73 | - |
| YUV | 39.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 54 | 0 | 0.48 | 0.04 | 0.78 | 304.44 | 0.32 | 0.17 |
| Hex | 38 | 1D | 36 | 0 | 30 | 4 | 4E | 130 | 20 | 11 |
| Octal | 70 | 35 | 66 | 0 | 60 | 4 | 116 | 460 | 40 | 21 |
| Binary | 111000 | 11101 | 110110 | 0 | 110000 | 100 | 1001110 | 100110000 | 100000 | 10001 |
Color Harmonies of #381D36
Complementary color
Monochromatic Colors of #381D36
Black with #381D36
Text Example
Text Example
White with #381D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D36; }
p { color: rgb(56,29,54); }
H1.HeaderClassName
{
color: #381D36;
}
.AnyTagClassName
{
color: #381D36;
}
</style>
background-color css
<style>
a { background-color: #381D36; }
a { background-color: rgb(56,29,54); }
div.DivClassName
{
background-color: #381D36;
}
.BgClassName
{
background-color: #381D36;
}
</style>
border-color css
<style>
span { border-color: #381D36; }
span { border-color: rgb(56,29,54); }
td.TdClassName
{
border-color: #381D36;
}
.TagClassName
{
border-color: #381D36;
}
</style>