Shades of Mardi Gras #380E36
Tints of Mardi Gras #380E36
RGB
CMYK
RGB Variations
Color information
#380E36 (or 0x380E36) is known color: Mardi Gras. HEX triplet: 38, 0E and 36. RGB value is (56,14,54). Sum of RGB (Red+Green+Blue) = 56+14+54=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #380E36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E36 is #C7F1C9. Grayscale: #1F1F1F. Windows color (decimal): -13103562 or 3542584. OLE color: 3542584.
HSL color Cylindrical-coordinate representation of color #380E36: hue angle of 302.86º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E36 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 54 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.78 |
| HSL | 302.86º | 0.6% | 0.14% | - |
| HSV(B) | 302.86º | 0.75% | 0.22% | - |
| XYZ | 2.45 | 1.42 | 3.64 | - |
| YUV | 31.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 54 | 0 | 0.75 | 0.04 | 0.78 | 302.86 | 0.6 | 0.14 |
| Hex | 38 | E | 36 | 0 | 4B | 4 | 4E | 12F | 3C | E |
| Octal | 70 | 16 | 66 | 0 | 113 | 4 | 116 | 457 | 74 | 16 |
| Binary | 111000 | 1110 | 110110 | 0 | 1001011 | 100 | 1001110 | 100101111 | 111100 | 1110 |
Color Harmonies of #380E36
Complementary color
Monochromatic Colors of #380E36
Black with #380E36
Text Example
Text Example
White with #380E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E36; }
p { color: rgb(56,14,54); }
H1.HeaderClassName
{
color: #380E36;
}
.AnyTagClassName
{
color: #380E36;
}
</style>
background-color css
<style>
a { background-color: #380E36; }
a { background-color: rgb(56,14,54); }
div.DivClassName
{
background-color: #380E36;
}
.BgClassName
{
background-color: #380E36;
}
</style>
border-color css
<style>
span { border-color: #380E36; }
span { border-color: rgb(56,14,54); }
td.TdClassName
{
border-color: #380E36;
}
.TagClassName
{
border-color: #380E36;
}
</style>