Shades of Mardi Gras #380D39
Tints of Mardi Gras #380D39
RGB
CMYK
RGB Variations
Color information
#380D39 (or 0x380D39) is known color: Mardi Gras. HEX triplet: 38, 0D and 39. RGB value is (56,13,57). Sum of RGB (Red+Green+Blue) = 56+13+57=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #380D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D39 is #C7F2C6. Grayscale: #1E1E1E. Windows color (decimal): -13103815 or 3738936. OLE color: 3738936.
HSL color Cylindrical-coordinate representation of color #380D39: hue angle of 298.64º degrees, saturation: 0.63, 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 #380D39 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 57 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.78 |
| HSL | 298.64º | 0.63% | 0.14% | - |
| HSV(B) | 298.64º | 0.77% | 0.22% | - |
| XYZ | 2.51 | 1.42 | 4.01 | - |
| YUV | 30.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 57 | 0.02 | 0.77 | 0 | 0.78 | 298.64 | 0.63 | 0.14 |
| Hex | 38 | D | 39 | 2 | 4D | 0 | 4E | 12B | 3F | E |
| Octal | 70 | 15 | 71 | 2 | 115 | 0 | 116 | 453 | 77 | 16 |
| Binary | 111000 | 1101 | 111001 | 10 | 1001101 | 0 | 1001110 | 100101011 | 111111 | 1110 |
Color Harmonies of #380D39
Complementary color
Monochromatic Colors of #380D39
Black with #380D39
Text Example
Text Example
White with #380D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D39; }
p { color: rgb(56,13,57); }
H1.HeaderClassName
{
color: #380D39;
}
.AnyTagClassName
{
color: #380D39;
}
</style>
background-color css
<style>
a { background-color: #380D39; }
a { background-color: rgb(56,13,57); }
div.DivClassName
{
background-color: #380D39;
}
.BgClassName
{
background-color: #380D39;
}
</style>
border-color css
<style>
span { border-color: #380D39; }
span { border-color: rgb(56,13,57); }
td.TdClassName
{
border-color: #380D39;
}
.TagClassName
{
border-color: #380D39;
}
</style>