Shades of Mardi Gras #381C34
Tints of Mardi Gras #381C34
RGB
CMYK
RGB Variations
Color information
#381C34 (or 0x381C34) is known color: Mardi Gras. HEX triplet: 38, 1C and 34. RGB value is (56,28,52). Sum of RGB (Red+Green+Blue) = 56+28+52=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #381C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C34 is #C7E3CB. Grayscale: #272727. Windows color (decimal): -13099980 or 3415096. OLE color: 3415096.
HSL color Cylindrical-coordinate representation of color #381C34: hue angle of 308.57º 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 #381C34 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 52 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.78 |
| HSL | 308.57º | 0.33% | 0.16% | - |
| HSV(B) | 308.57º | 0.5% | 0.22% | - |
| XYZ | 2.67 | 1.92 | 3.48 | - |
| YUV | 39.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 52 | 0 | 0.50 | 0.07 | 0.78 | 308.57 | 0.33 | 0.16 |
| Hex | 38 | 1C | 34 | 0 | 32 | 7 | 4E | 135 | 21 | 10 |
| Octal | 70 | 34 | 64 | 0 | 62 | 7 | 116 | 465 | 41 | 20 |
| Binary | 111000 | 11100 | 110100 | 0 | 110010 | 111 | 1001110 | 100110101 | 100001 | 10000 |
Color Harmonies of #381C34
Complementary color
Monochromatic Colors of #381C34
Black with #381C34
Text Example
Text Example
White with #381C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C34; }
p { color: rgb(56,28,52); }
H1.HeaderClassName
{
color: #381C34;
}
.AnyTagClassName
{
color: #381C34;
}
</style>
background-color css
<style>
a { background-color: #381C34; }
a { background-color: rgb(56,28,52); }
div.DivClassName
{
background-color: #381C34;
}
.BgClassName
{
background-color: #381C34;
}
</style>
border-color css
<style>
span { border-color: #381C34; }
span { border-color: rgb(56,28,52); }
td.TdClassName
{
border-color: #381C34;
}
.TagClassName
{
border-color: #381C34;
}
</style>