Shades of Mardi Gras #380C36
Tints of Mardi Gras #380C36
RGB
CMYK
RGB Variations
Color information
#380C36 (or 0x380C36) is known color: Mardi Gras. HEX triplet: 38, 0C and 36. RGB value is (56,12,54). Sum of RGB (Red+Green+Blue) = 56+12+54=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #380C36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C36 is #C7F3C9. Grayscale: #1D1D1D. Windows color (decimal): -13104074 or 3542072. OLE color: 3542072.
HSL color Cylindrical-coordinate representation of color #380C36: hue angle of 302.73º 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 #380C36 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 54 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.78 |
| HSL | 302.73º | 0.65% | 0.13% | - |
| HSV(B) | 302.73º | 0.79% | 0.22% | - |
| XYZ | 2.43 | 1.37 | 3.63 | - |
| YUV | 29.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 54 | 0 | 0.79 | 0.04 | 0.78 | 302.73 | 0.65 | 0.13 |
| Hex | 38 | C | 36 | 0 | 4F | 4 | 4E | 12F | 41 | D |
| Octal | 70 | 14 | 66 | 0 | 117 | 4 | 116 | 457 | 101 | 15 |
| Binary | 111000 | 1100 | 110110 | 0 | 1001111 | 100 | 1001110 | 100101111 | 1000001 | 1101 |
Color Harmonies of #380C36
Complementary color
Monochromatic Colors of #380C36
Black with #380C36
Text Example
Text Example
White with #380C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C36; }
p { color: rgb(56,12,54); }
H1.HeaderClassName
{
color: #380C36;
}
.AnyTagClassName
{
color: #380C36;
}
</style>
background-color css
<style>
a { background-color: #380C36; }
a { background-color: rgb(56,12,54); }
div.DivClassName
{
background-color: #380C36;
}
.BgClassName
{
background-color: #380C36;
}
</style>
border-color css
<style>
span { border-color: #380C36; }
span { border-color: rgb(56,12,54); }
td.TdClassName
{
border-color: #380C36;
}
.TagClassName
{
border-color: #380C36;
}
</style>