Shades of Mardi Gras #380F3D
Tints of Mardi Gras #380F3D
RGB
CMYK
RGB Variations
Color information
#380F3D (or 0x380F3D) is known color: Mardi Gras. HEX triplet: 38, 0F and 3D. RGB value is (56,15,61). Sum of RGB (Red+Green+Blue) = 56+15+61=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #380F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F3D is #C7F0C2. Grayscale: #202020. Windows color (decimal): -13103299 or 4001592. OLE color: 4001592.
HSL color Cylindrical-coordinate representation of color #380F3D: hue angle of 293.48º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380F3D is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 15 | 61 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.76 |
| HSL | 293.48º | 0.61% | 0.15% | - |
| HSV(B) | 293.48º | 0.75% | 0.24% | - |
| XYZ | 2.64 | 1.52 | 4.57 | - |
| YUV | 32.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 61 | 0.08 | 0.75 | 0 | 0.76 | 293.48 | 0.61 | 0.15 |
| Hex | 38 | F | 3D | 8 | 4B | 0 | 4C | 125 | 3D | F |
| Octal | 70 | 17 | 75 | 10 | 113 | 0 | 114 | 445 | 75 | 17 |
| Binary | 111000 | 1111 | 111101 | 1000 | 1001011 | 0 | 1001100 | 100100101 | 111101 | 1111 |
Color Harmonies of #380F3D
Complementary color
Monochromatic Colors of #380F3D
Black with #380F3D
Text Example
Text Example
White with #380F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F3D; }
p { color: rgb(56,15,61); }
H1.HeaderClassName
{
color: #380F3D;
}
.AnyTagClassName
{
color: #380F3D;
}
</style>
background-color css
<style>
a { background-color: #380F3D; }
a { background-color: rgb(56,15,61); }
div.DivClassName
{
background-color: #380F3D;
}
.BgClassName
{
background-color: #380F3D;
}
</style>
border-color css
<style>
span { border-color: #380F3D; }
span { border-color: rgb(56,15,61); }
td.TdClassName
{
border-color: #380F3D;
}
.TagClassName
{
border-color: #380F3D;
}
</style>