Shades of Mardi Gras #38203E
Tints of Mardi Gras #38203E
RGB
CMYK
RGB Variations
Color information
#38203E (or 0x38203E) is known color: Mardi Gras. HEX triplet: 38, 20 and 3E. RGB value is (56,32,62). Sum of RGB (Red+Green+Blue) = 56+32+62=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 62 - color contains mainly: blue. Hex color #38203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38203E is #C7DFC1. Grayscale: #2A2A2A. Windows color (decimal): -13098946 or 4071480. OLE color: 4071480.
HSL color Cylindrical-coordinate representation of color #38203E: hue angle of 288º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38203E is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 32 | 62 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.76 |
| HSL | 288º | 0.32% | 0.18% | - |
| HSV(B) | 288º | 0.48% | 0.24% | - |
| XYZ | 3.02 | 2.22 | 4.83 | - |
| YUV | 42.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 62 | 0.10 | 0.48 | 0 | 0.76 | 288 | 0.32 | 0.18 |
| Hex | 38 | 20 | 3E | A | 30 | 0 | 4C | 120 | 20 | 12 |
| Octal | 70 | 40 | 76 | 12 | 60 | 0 | 114 | 440 | 40 | 22 |
| Binary | 111000 | 100000 | 111110 | 1010 | 110000 | 0 | 1001100 | 100100000 | 100000 | 10010 |
Color Harmonies of #38203E
Complementary color
Monochromatic Colors of #38203E
Black with #38203E
Text Example
Text Example
White with #38203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38203E; }
p { color: rgb(56,32,62); }
H1.HeaderClassName
{
color: #38203E;
}
.AnyTagClassName
{
color: #38203E;
}
</style>
background-color css
<style>
a { background-color: #38203E; }
a { background-color: rgb(56,32,62); }
div.DivClassName
{
background-color: #38203E;
}
.BgClassName
{
background-color: #38203E;
}
</style>
border-color css
<style>
span { border-color: #38203E; }
span { border-color: rgb(56,32,62); }
td.TdClassName
{
border-color: #38203E;
}
.TagClassName
{
border-color: #38203E;
}
</style>