Shades of Mardi Gras #381E36
Tints of Mardi Gras #381E36
RGB
CMYK
RGB Variations
Color information
#381E36 (or 0x381E36) is known color: Mardi Gras. HEX triplet: 38, 1E and 36. RGB value is (56,30,54). Sum of RGB (Red+Green+Blue) = 56+30+54=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #381E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E36 is #C7E1C9. Grayscale: #282828. Windows color (decimal): -13099466 or 3546680. OLE color: 3546680.
HSL color Cylindrical-coordinate representation of color #381E36: hue angle of 304.62º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E36 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 54 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.78 |
| HSL | 304.62º | 0.3% | 0.17% | - |
| HSV(B) | 304.62º | 0.46% | 0.22% | - |
| XYZ | 2.76 | 2.04 | 3.74 | - |
| YUV | 40.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 54 | 0 | 0.46 | 0.04 | 0.78 | 304.62 | 0.3 | 0.17 |
| Hex | 38 | 1E | 36 | 0 | 2E | 4 | 4E | 131 | 1E | 11 |
| Octal | 70 | 36 | 66 | 0 | 56 | 4 | 116 | 461 | 36 | 21 |
| Binary | 111000 | 11110 | 110110 | 0 | 101110 | 100 | 1001110 | 100110001 | 11110 | 10001 |
Color Harmonies of #381E36
Complementary color
Monochromatic Colors of #381E36
Black with #381E36
Text Example
Text Example
White with #381E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E36; }
p { color: rgb(56,30,54); }
H1.HeaderClassName
{
color: #381E36;
}
.AnyTagClassName
{
color: #381E36;
}
</style>
background-color css
<style>
a { background-color: #381E36; }
a { background-color: rgb(56,30,54); }
div.DivClassName
{
background-color: #381E36;
}
.BgClassName
{
background-color: #381E36;
}
</style>
border-color css
<style>
span { border-color: #381E36; }
span { border-color: rgb(56,30,54); }
td.TdClassName
{
border-color: #381E36;
}
.TagClassName
{
border-color: #381E36;
}
</style>