Shades of Mardi Gras #380E30
Tints of Mardi Gras #380E30
RGB
CMYK
RGB Variations
Color information
#380E30 (or 0x380E30) is known color: Mardi Gras. HEX triplet: 38, 0E and 30. RGB value is (56,14,48). Sum of RGB (Red+Green+Blue) = 56+14+48=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #380E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E30 is #C7F1CF. Grayscale: #1E1E1E. Windows color (decimal): -13103568 or 3149368. OLE color: 3149368.
HSL color Cylindrical-coordinate representation of color #380E30: hue angle of 311.43º 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 #380E30 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 48 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.78 |
| HSL | 311.43º | 0.6% | 0.14% | - |
| HSV(B) | 311.43º | 0.75% | 0.22% | - |
| XYZ | 2.32 | 1.37 | 2.94 | - |
| YUV | 30.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 48 | 0 | 0.75 | 0.14 | 0.78 | 311.43 | 0.6 | 0.14 |
| Hex | 38 | E | 30 | 0 | 4B | E | 4E | 137 | 3C | E |
| Octal | 70 | 16 | 60 | 0 | 113 | 16 | 116 | 467 | 74 | 16 |
| Binary | 111000 | 1110 | 110000 | 0 | 1001011 | 1110 | 1001110 | 100110111 | 111100 | 1110 |
Color Harmonies of #380E30
Complementary color
Monochromatic Colors of #380E30
Black with #380E30
Text Example
Text Example
White with #380E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E30; }
p { color: rgb(56,14,48); }
H1.HeaderClassName
{
color: #380E30;
}
.AnyTagClassName
{
color: #380E30;
}
</style>
background-color css
<style>
a { background-color: #380E30; }
a { background-color: rgb(56,14,48); }
div.DivClassName
{
background-color: #380E30;
}
.BgClassName
{
background-color: #380E30;
}
</style>
border-color css
<style>
span { border-color: #380E30; }
span { border-color: rgb(56,14,48); }
td.TdClassName
{
border-color: #380E30;
}
.TagClassName
{
border-color: #380E30;
}
</style>