Shades of Mardi Gras #381C38
Tints of Mardi Gras #381C38
RGB
CMYK
RGB Variations
Color information
#381C38 (or 0x381C38) is known color: Mardi Gras. HEX triplet: 38, 1C and 38. RGB value is (56,28,56). Sum of RGB (Red+Green+Blue) = 56+28+56=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C38 is #C7E3C7. Grayscale: #272727. Windows color (decimal): -13099976 or 3677240. OLE color: 3677240.
HSL color Cylindrical-coordinate representation of color #381C38: hue angle of 300º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C38 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 56 | - |
| CMYK | 0 | 0.50 | 0 | 0.78 |
| HSL | 300º | 0.33% | 0.16% | - |
| HSV(B) | 300º | 0.5% | 0.22% | - |
| XYZ | 2.76 | 1.96 | 3.97 | - |
| YUV | 39.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 56 | 0 | 0.50 | 0 | 0.78 | 300 | 0.33 | 0.16 |
| Hex | 38 | 1C | 38 | 0 | 32 | 0 | 4E | 12C | 21 | 10 |
| Octal | 70 | 34 | 70 | 0 | 62 | 0 | 116 | 454 | 41 | 20 |
| Binary | 111000 | 11100 | 111000 | 0 | 110010 | 0 | 1001110 | 100101100 | 100001 | 10000 |
Color Harmonies of #381C38
Complementary color
Monochromatic Colors of #381C38
Black with #381C38
Text Example
Text Example
White with #381C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C38; }
p { color: rgb(56,28,56); }
H1.HeaderClassName
{
color: #381C38;
}
.AnyTagClassName
{
color: #381C38;
}
</style>
background-color css
<style>
a { background-color: #381C38; }
a { background-color: rgb(56,28,56); }
div.DivClassName
{
background-color: #381C38;
}
.BgClassName
{
background-color: #381C38;
}
</style>
border-color css
<style>
span { border-color: #381C38; }
span { border-color: rgb(56,28,56); }
td.TdClassName
{
border-color: #381C38;
}
.TagClassName
{
border-color: #381C38;
}
</style>