Shades of Mardi Gras #380C31
Tints of Mardi Gras #380C31
RGB
CMYK
RGB Variations
Color information
#380C31 (or 0x380C31) is known color: Mardi Gras. HEX triplet: 38, 0C and 31. RGB value is (56,12,49). Sum of RGB (Red+Green+Blue) = 56+12+49=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #380C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C31 is #C7F3CE. Grayscale: #1D1D1D. Windows color (decimal): -13104079 or 3214392. OLE color: 3214392.
HSL color Cylindrical-coordinate representation of color #380C31: hue angle of 309.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380C31 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 49 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.78 |
| HSL | 309.55º | 0.65% | 0.13% | - |
| HSV(B) | 309.55º | 0.79% | 0.22% | - |
| XYZ | 2.32 | 1.33 | 3.04 | - |
| YUV | 29.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 49 | 0 | 0.79 | 0.12 | 0.78 | 309.55 | 0.65 | 0.13 |
| Hex | 38 | C | 31 | 0 | 4F | C | 4E | 136 | 41 | D |
| Octal | 70 | 14 | 61 | 0 | 117 | 14 | 116 | 466 | 101 | 15 |
| Binary | 111000 | 1100 | 110001 | 0 | 1001111 | 1100 | 1001110 | 100110110 | 1000001 | 1101 |
Color Harmonies of #380C31
Complementary color
Monochromatic Colors of #380C31
Black with #380C31
Text Example
Text Example
White with #380C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C31; }
p { color: rgb(56,12,49); }
H1.HeaderClassName
{
color: #380C31;
}
.AnyTagClassName
{
color: #380C31;
}
</style>
background-color css
<style>
a { background-color: #380C31; }
a { background-color: rgb(56,12,49); }
div.DivClassName
{
background-color: #380C31;
}
.BgClassName
{
background-color: #380C31;
}
</style>
border-color css
<style>
span { border-color: #380C31; }
span { border-color: rgb(56,12,49); }
td.TdClassName
{
border-color: #380C31;
}
.TagClassName
{
border-color: #380C31;
}
</style>