Shades of Mardi Gras #381A37
Tints of Mardi Gras #381A37
RGB
CMYK
RGB Variations
Color information
#381A37 (or 0x381A37) is known color: Mardi Gras. HEX triplet: 38, 1A and 37. RGB value is (56,26,55). Sum of RGB (Red+Green+Blue) = 56+26+55=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #381A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A37 is #C7E5C8. Grayscale: #262626. Windows color (decimal): -13100489 or 3611192. OLE color: 3611192.
HSL color Cylindrical-coordinate representation of color #381A37: hue angle of 302º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381A37 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 55 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.78 |
| HSL | 302º | 0.37% | 0.16% | - |
| HSV(B) | 302º | 0.54% | 0.22% | - |
| XYZ | 2.69 | 1.86 | 3.83 | - |
| YUV | 38.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 55 | 0 | 0.54 | 0.02 | 0.78 | 302 | 0.37 | 0.16 |
| Hex | 38 | 1A | 37 | 0 | 36 | 2 | 4E | 12E | 25 | 10 |
| Octal | 70 | 32 | 67 | 0 | 66 | 2 | 116 | 456 | 45 | 20 |
| Binary | 111000 | 11010 | 110111 | 0 | 110110 | 10 | 1001110 | 100101110 | 100101 | 10000 |
Color Harmonies of #381A37
Complementary color
Monochromatic Colors of #381A37
Black with #381A37
Text Example
Text Example
White with #381A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A37; }
p { color: rgb(56,26,55); }
H1.HeaderClassName
{
color: #381A37;
}
.AnyTagClassName
{
color: #381A37;
}
</style>
background-color css
<style>
a { background-color: #381A37; }
a { background-color: rgb(56,26,55); }
div.DivClassName
{
background-color: #381A37;
}
.BgClassName
{
background-color: #381A37;
}
</style>
border-color css
<style>
span { border-color: #381A37; }
span { border-color: rgb(56,26,55); }
td.TdClassName
{
border-color: #381A37;
}
.TagClassName
{
border-color: #381A37;
}
</style>