Shades of Mardi Gras #380E34
Tints of Mardi Gras #380E34
RGB
CMYK
RGB Variations
Color information
#380E34 (or 0x380E34) is known color: Mardi Gras. HEX triplet: 38, 0E and 34. RGB value is (56,14,52). Sum of RGB (Red+Green+Blue) = 56+14+52=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #380E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E34 is #C7F1CB. Grayscale: #1E1E1E. Windows color (decimal): -13103564 or 3411512. OLE color: 3411512.
HSL color Cylindrical-coordinate representation of color #380E34: hue angle of 305.71º 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 #380E34 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 52 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.78 |
| HSL | 305.71º | 0.6% | 0.14% | - |
| HSV(B) | 305.71º | 0.75% | 0.22% | - |
| XYZ | 2.41 | 1.4 | 3.39 | - |
| YUV | 30.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 52 | 0 | 0.75 | 0.07 | 0.78 | 305.71 | 0.6 | 0.14 |
| Hex | 38 | E | 34 | 0 | 4B | 7 | 4E | 132 | 3C | E |
| Octal | 70 | 16 | 64 | 0 | 113 | 7 | 116 | 462 | 74 | 16 |
| Binary | 111000 | 1110 | 110100 | 0 | 1001011 | 111 | 1001110 | 100110010 | 111100 | 1110 |
Color Harmonies of #380E34
Complementary color
Monochromatic Colors of #380E34
Black with #380E34
Text Example
Text Example
White with #380E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E34; }
p { color: rgb(56,14,52); }
H1.HeaderClassName
{
color: #380E34;
}
.AnyTagClassName
{
color: #380E34;
}
</style>
background-color css
<style>
a { background-color: #380E34; }
a { background-color: rgb(56,14,52); }
div.DivClassName
{
background-color: #380E34;
}
.BgClassName
{
background-color: #380E34;
}
</style>
border-color css
<style>
span { border-color: #380E34; }
span { border-color: rgb(56,14,52); }
td.TdClassName
{
border-color: #380E34;
}
.TagClassName
{
border-color: #380E34;
}
</style>