Shades of Mardi Gras #381D3D
Tints of Mardi Gras #381D3D
RGB
CMYK
RGB Variations
Color information
#381D3D (or 0x381D3D) is known color: Mardi Gras. HEX triplet: 38, 1D and 3D. RGB value is (56,29,61). Sum of RGB (Red+Green+Blue) = 56+29+61=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #381D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D3D is #C7E2C2. Grayscale: #282828. Windows color (decimal): -13099715 or 4005176. OLE color: 4005176.
HSL color Cylindrical-coordinate representation of color #381D3D: hue angle of 290.62º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381D3D is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 29 | 61 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.76 |
| HSL | 290.63º | 0.36% | 0.18% | - |
| HSV(B) | 290.63º | 0.52% | 0.24% | - |
| XYZ | 2.91 | 2.06 | 4.66 | - |
| YUV | 40.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 61 | 0.08 | 0.52 | 0 | 0.76 | 290.63 | 0.36 | 0.18 |
| Hex | 38 | 1D | 3D | 8 | 34 | 0 | 4C | 123 | 24 | 12 |
| Octal | 70 | 35 | 75 | 10 | 64 | 0 | 114 | 443 | 44 | 22 |
| Binary | 111000 | 11101 | 111101 | 1000 | 110100 | 0 | 1001100 | 100100011 | 100100 | 10010 |
Color Harmonies of #381D3D
Complementary color
Monochromatic Colors of #381D3D
Black with #381D3D
Text Example
Text Example
White with #381D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D3D; }
p { color: rgb(56,29,61); }
H1.HeaderClassName
{
color: #381D3D;
}
.AnyTagClassName
{
color: #381D3D;
}
</style>
background-color css
<style>
a { background-color: #381D3D; }
a { background-color: rgb(56,29,61); }
div.DivClassName
{
background-color: #381D3D;
}
.BgClassName
{
background-color: #381D3D;
}
</style>
border-color css
<style>
span { border-color: #381D3D; }
span { border-color: rgb(56,29,61); }
td.TdClassName
{
border-color: #381D3D;
}
.TagClassName
{
border-color: #381D3D;
}
</style>