Shades of Mardi Gras #380D30
Tints of Mardi Gras #380D30
RGB
CMYK
RGB Variations
Color information
#380D30 (or 0x380D30) is known color: Mardi Gras. HEX triplet: 38, 0D and 30. RGB value is (56,13,48). Sum of RGB (Red+Green+Blue) = 56+13+48=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #380D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D30 is #C7F2CF. Grayscale: #1D1D1D. Windows color (decimal): -13103824 or 3149112. OLE color: 3149112.
HSL color Cylindrical-coordinate representation of color #380D30: hue angle of 311.16º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D30 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 48 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.78 |
| HSL | 311.16º | 0.62% | 0.14% | - |
| HSV(B) | 311.16º | 0.77% | 0.22% | - |
| XYZ | 2.31 | 1.34 | 2.93 | - |
| YUV | 29.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 48 | 0 | 0.77 | 0.14 | 0.78 | 311.16 | 0.62 | 0.14 |
| Hex | 38 | D | 30 | 0 | 4D | E | 4E | 137 | 3E | E |
| Octal | 70 | 15 | 60 | 0 | 115 | 16 | 116 | 467 | 76 | 16 |
| Binary | 111000 | 1101 | 110000 | 0 | 1001101 | 1110 | 1001110 | 100110111 | 111110 | 1110 |
Color Harmonies of #380D30
Complementary color
Monochromatic Colors of #380D30
Black with #380D30
Text Example
Text Example
White with #380D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D30; }
p { color: rgb(56,13,48); }
H1.HeaderClassName
{
color: #380D30;
}
.AnyTagClassName
{
color: #380D30;
}
</style>
background-color css
<style>
a { background-color: #380D30; }
a { background-color: rgb(56,13,48); }
div.DivClassName
{
background-color: #380D30;
}
.BgClassName
{
background-color: #380D30;
}
</style>
border-color css
<style>
span { border-color: #380D30; }
span { border-color: rgb(56,13,48); }
td.TdClassName
{
border-color: #380D30;
}
.TagClassName
{
border-color: #380D30;
}
</style>