Shades of Mardi Gras #38133D
Tints of Mardi Gras #38133D
RGB
CMYK
RGB Variations
Color information
#38133D (or 0x38133D) is known color: Mardi Gras. HEX triplet: 38, 13 and 3D. RGB value is (56,19,61). Sum of RGB (Red+Green+Blue) = 56+19+61=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #38133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38133D is #C7ECC2. Grayscale: #222222. Windows color (decimal): -13102275 or 4002616. OLE color: 4002616.
HSL color Cylindrical-coordinate representation of color #38133D: hue angle of 292.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38133D is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 19 | 61 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.76 |
| HSL | 292.86º | 0.53% | 0.16% | - |
| HSV(B) | 292.86º | 0.69% | 0.24% | - |
| XYZ | 2.71 | 1.64 | 4.59 | - |
| YUV | 34.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 61 | 0.08 | 0.69 | 0 | 0.76 | 292.86 | 0.53 | 0.16 |
| Hex | 38 | 13 | 3D | 8 | 45 | 0 | 4C | 125 | 34 | 10 |
| Octal | 70 | 23 | 75 | 10 | 105 | 0 | 114 | 445 | 64 | 20 |
| Binary | 111000 | 10011 | 111101 | 1000 | 1000101 | 0 | 1001100 | 100100101 | 110100 | 10000 |
Color Harmonies of #38133D
Complementary color
Monochromatic Colors of #38133D
Black with #38133D
Text Example
Text Example
White with #38133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38133D; }
p { color: rgb(56,19,61); }
H1.HeaderClassName
{
color: #38133D;
}
.AnyTagClassName
{
color: #38133D;
}
</style>
background-color css
<style>
a { background-color: #38133D; }
a { background-color: rgb(56,19,61); }
div.DivClassName
{
background-color: #38133D;
}
.BgClassName
{
background-color: #38133D;
}
</style>
border-color css
<style>
span { border-color: #38133D; }
span { border-color: rgb(56,19,61); }
td.TdClassName
{
border-color: #38133D;
}
.TagClassName
{
border-color: #38133D;
}
</style>