Shades of Mardi Gras #380A3D
Tints of Mardi Gras #380A3D
RGB
CMYK
RGB Variations
Color information
#380A3D (or 0x380A3D) is known color: Mardi Gras. HEX triplet: 38, 0A and 3D. RGB value is (56,10,61). Sum of RGB (Red+Green+Blue) = 56+10+61=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #380A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A3D is #C7F5C2. Grayscale: #1D1D1D. Windows color (decimal): -13104579 or 4000312. OLE color: 4000312.
HSL color Cylindrical-coordinate representation of color #380A3D: hue angle of 294.12º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380A3D is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 10 | 61 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.76 |
| HSL | 294.12º | 0.72% | 0.14% | - |
| HSV(B) | 294.12º | 0.84% | 0.24% | - |
| XYZ | 2.58 | 1.39 | 4.55 | - |
| YUV | 29.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 61 | 0.08 | 0.84 | 0 | 0.76 | 294.12 | 0.72 | 0.14 |
| Hex | 38 | A | 3D | 8 | 54 | 0 | 4C | 126 | 48 | E |
| Octal | 70 | 12 | 75 | 10 | 124 | 0 | 114 | 446 | 110 | 16 |
| Binary | 111000 | 1010 | 111101 | 1000 | 1010100 | 0 | 1001100 | 100100110 | 1001000 | 1110 |
Color Harmonies of #380A3D
Complementary color
Monochromatic Colors of #380A3D
Black with #380A3D
Text Example
Text Example
White with #380A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A3D; }
p { color: rgb(56,10,61); }
H1.HeaderClassName
{
color: #380A3D;
}
.AnyTagClassName
{
color: #380A3D;
}
</style>
background-color css
<style>
a { background-color: #380A3D; }
a { background-color: rgb(56,10,61); }
div.DivClassName
{
background-color: #380A3D;
}
.BgClassName
{
background-color: #380A3D;
}
</style>
border-color css
<style>
span { border-color: #380A3D; }
span { border-color: rgb(56,10,61); }
td.TdClassName
{
border-color: #380A3D;
}
.TagClassName
{
border-color: #380A3D;
}
</style>