Shades of Mardi Gras #380036
Tints of Mardi Gras #380036
RGB
CMYK
RGB Variations
Color information
#380036 (or 0x380036) is known color: Mardi Gras. HEX triplet: 38, 00 and 36. RGB value is (56,0,54). Sum of RGB (Red+Green+Blue) = 56+0+54=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380036 is #C7FFC9. Grayscale: #161616. Windows color (decimal): -13107146 or 3539000. OLE color: 3539000.
HSL color Cylindrical-coordinate representation of color #380036: hue angle of 302.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380036 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.04 | 0.78 |
| HSL | 302.14º | 1% | 0.11% | - |
| HSV(B) | 302.14º | 1% | 0.22% | - |
| XYZ | 2.3 | 1.11 | 3.58 | - |
| YUV | 22.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 54 | 0 | 1 | 0.04 | 0.78 | 302.14 | 1 | 0.11 |
| Hex | 38 | 0 | 36 | 0 | 64 | 4 | 4E | 12E | 64 | B |
| Octal | 70 | 0 | 66 | 0 | 144 | 4 | 116 | 456 | 144 | 13 |
| Binary | 111000 | 0 | 110110 | 0 | 1100100 | 100 | 1001110 | 100101110 | 1100100 | 1011 |
Color Harmonies of #380036
Complementary color
Monochromatic Colors of #380036
Black with #380036
Text Example
Text Example
White with #380036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380036; }
p { color: rgb(56,0,54); }
H1.HeaderClassName
{
color: #380036;
}
.AnyTagClassName
{
color: #380036;
}
</style>
background-color css
<style>
a { background-color: #380036; }
a { background-color: rgb(56,0,54); }
div.DivClassName
{
background-color: #380036;
}
.BgClassName
{
background-color: #380036;
}
</style>
border-color css
<style>
span { border-color: #380036; }
span { border-color: rgb(56,0,54); }
td.TdClassName
{
border-color: #380036;
}
.TagClassName
{
border-color: #380036;
}
</style>