Shades of Mardi Gras #380E33
Tints of Mardi Gras #380E33
RGB
CMYK
RGB Variations
Color information
#380E33 (or 0x380E33) is known color: Mardi Gras. HEX triplet: 38, 0E and 33. RGB value is (56,14,51). Sum of RGB (Red+Green+Blue) = 56+14+51=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #380E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E33 is #C7F1CC. Grayscale: #1E1E1E. Windows color (decimal): -13103565 or 3345976. OLE color: 3345976.
HSL color Cylindrical-coordinate representation of color #380E33: hue angle of 307.14º 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 #380E33 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 51 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.78 |
| HSL | 307.14º | 0.6% | 0.14% | - |
| HSV(B) | 307.14º | 0.75% | 0.22% | - |
| XYZ | 2.39 | 1.39 | 3.28 | - |
| YUV | 30.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 51 | 0 | 0.75 | 0.09 | 0.78 | 307.14 | 0.6 | 0.14 |
| Hex | 38 | E | 33 | 0 | 4B | 9 | 4E | 133 | 3C | E |
| Octal | 70 | 16 | 63 | 0 | 113 | 11 | 116 | 463 | 74 | 16 |
| Binary | 111000 | 1110 | 110011 | 0 | 1001011 | 1001 | 1001110 | 100110011 | 111100 | 1110 |
Color Harmonies of #380E33
Complementary color
Monochromatic Colors of #380E33
Black with #380E33
Text Example
Text Example
White with #380E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E33; }
p { color: rgb(56,14,51); }
H1.HeaderClassName
{
color: #380E33;
}
.AnyTagClassName
{
color: #380E33;
}
</style>
background-color css
<style>
a { background-color: #380E33; }
a { background-color: rgb(56,14,51); }
div.DivClassName
{
background-color: #380E33;
}
.BgClassName
{
background-color: #380E33;
}
</style>
border-color css
<style>
span { border-color: #380E33; }
span { border-color: rgb(56,14,51); }
td.TdClassName
{
border-color: #380E33;
}
.TagClassName
{
border-color: #380E33;
}
</style>