Shades of Mardi Gras #381C36
Tints of Mardi Gras #381C36
RGB
CMYK
RGB Variations
Color information
#381C36 (or 0x381C36) is known color: Mardi Gras. HEX triplet: 38, 1C and 36. RGB value is (56,28,54). Sum of RGB (Red+Green+Blue) = 56+28+54=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #381C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C36 is #C7E3C9. Grayscale: #272727. Windows color (decimal): -13099978 or 3546168. OLE color: 3546168.
HSL color Cylindrical-coordinate representation of color #381C36: hue angle of 304.29º 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 #381C36 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 54 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.78 |
| HSL | 304.29º | 0.33% | 0.16% | - |
| HSV(B) | 304.29º | 0.5% | 0.22% | - |
| XYZ | 2.71 | 1.94 | 3.72 | - |
| YUV | 39.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 54 | 0 | 0.50 | 0.04 | 0.78 | 304.29 | 0.33 | 0.16 |
| Hex | 38 | 1C | 36 | 0 | 32 | 4 | 4E | 130 | 21 | 10 |
| Octal | 70 | 34 | 66 | 0 | 62 | 4 | 116 | 460 | 41 | 20 |
| Binary | 111000 | 11100 | 110110 | 0 | 110010 | 100 | 1001110 | 100110000 | 100001 | 10000 |
Color Harmonies of #381C36
Complementary color
Monochromatic Colors of #381C36
Black with #381C36
Text Example
Text Example
White with #381C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C36; }
p { color: rgb(56,28,54); }
H1.HeaderClassName
{
color: #381C36;
}
.AnyTagClassName
{
color: #381C36;
}
</style>
background-color css
<style>
a { background-color: #381C36; }
a { background-color: rgb(56,28,54); }
div.DivClassName
{
background-color: #381C36;
}
.BgClassName
{
background-color: #381C36;
}
</style>
border-color css
<style>
span { border-color: #381C36; }
span { border-color: rgb(56,28,54); }
td.TdClassName
{
border-color: #381C36;
}
.TagClassName
{
border-color: #381C36;
}
</style>