Shades of Mardi Gras #38113D
Tints of Mardi Gras #38113D
RGB
CMYK
RGB Variations
Color information
#38113D (or 0x38113D) is known color: Mardi Gras. HEX triplet: 38, 11 and 3D. RGB value is (56,17,61). Sum of RGB (Red+Green+Blue) = 56+17+61=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #38113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38113D is #C7EEC2. Grayscale: #212121. Windows color (decimal): -13102787 or 4002104. OLE color: 4002104.
HSL color Cylindrical-coordinate representation of color #38113D: hue angle of 293.18º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38113D is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 17 | 61 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.76 |
| HSL | 293.18º | 0.56% | 0.15% | - |
| HSV(B) | 293.18º | 0.72% | 0.24% | - |
| XYZ | 2.67 | 1.58 | 4.58 | - |
| YUV | 33.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 61 | 0.08 | 0.72 | 0 | 0.76 | 293.18 | 0.56 | 0.15 |
| Hex | 38 | 11 | 3D | 8 | 48 | 0 | 4C | 125 | 38 | F |
| Octal | 70 | 21 | 75 | 10 | 110 | 0 | 114 | 445 | 70 | 17 |
| Binary | 111000 | 10001 | 111101 | 1000 | 1001000 | 0 | 1001100 | 100100101 | 111000 | 1111 |
Color Harmonies of #38113D
Complementary color
Monochromatic Colors of #38113D
Black with #38113D
Text Example
Text Example
White with #38113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38113D; }
p { color: rgb(56,17,61); }
H1.HeaderClassName
{
color: #38113D;
}
.AnyTagClassName
{
color: #38113D;
}
</style>
background-color css
<style>
a { background-color: #38113D; }
a { background-color: rgb(56,17,61); }
div.DivClassName
{
background-color: #38113D;
}
.BgClassName
{
background-color: #38113D;
}
</style>
border-color css
<style>
span { border-color: #38113D; }
span { border-color: rgb(56,17,61); }
td.TdClassName
{
border-color: #38113D;
}
.TagClassName
{
border-color: #38113D;
}
</style>