Shades of Mardi Gras #38043D
Tints of Mardi Gras #38043D
RGB
CMYK
RGB Variations
Color information
#38043D (or 0x38043D) is known color: Mardi Gras. HEX triplet: 38, 04 and 3D. RGB value is (56,4,61). Sum of RGB (Red+Green+Blue) = 56+4+61=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #38043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38043D is #C7FBC2. Grayscale: #191919. Windows color (decimal): -13106115 or 3998776. OLE color: 3998776.
HSL color Cylindrical-coordinate representation of color #38043D: hue angle of 294.74º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38043D is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 4 | 61 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.76 |
| HSL | 294.74º | 0.88% | 0.13% | - |
| HSV(B) | 294.74º | 0.93% | 0.24% | - |
| XYZ | 2.52 | 1.26 | 4.53 | - |
| YUV | 26.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 61 | 0.08 | 0.93 | 0 | 0.76 | 294.74 | 0.88 | 0.13 |
| Hex | 38 | 4 | 3D | 8 | 5D | 0 | 4C | 127 | 58 | D |
| Octal | 70 | 4 | 75 | 10 | 135 | 0 | 114 | 447 | 130 | 15 |
| Binary | 111000 | 100 | 111101 | 1000 | 1011101 | 0 | 1001100 | 100100111 | 1011000 | 1101 |
Color Harmonies of #38043D
Complementary color
Monochromatic Colors of #38043D
Black with #38043D
Text Example
Text Example
White with #38043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38043D; }
p { color: rgb(56,4,61); }
H1.HeaderClassName
{
color: #38043D;
}
.AnyTagClassName
{
color: #38043D;
}
</style>
background-color css
<style>
a { background-color: #38043D; }
a { background-color: rgb(56,4,61); }
div.DivClassName
{
background-color: #38043D;
}
.BgClassName
{
background-color: #38043D;
}
</style>
border-color css
<style>
span { border-color: #38043D; }
span { border-color: rgb(56,4,61); }
td.TdClassName
{
border-color: #38043D;
}
.TagClassName
{
border-color: #38043D;
}
</style>