Shades of Mardi Gras #38203D
Tints of Mardi Gras #38203D
RGB
CMYK
RGB Variations
Color information
#38203D (or 0x38203D) is known color: Mardi Gras. HEX triplet: 38, 20 and 3D. RGB value is (56,32,61). Sum of RGB (Red+Green+Blue) = 56+32+61=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #38203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38203D is #C7DFC2. Grayscale: #2A2A2A. Windows color (decimal): -13098947 or 4005944. OLE color: 4005944.
HSL color Cylindrical-coordinate representation of color #38203D: hue angle of 289.66º degrees, saturation: 0.31, 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 #38203D is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 32 | 61 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.76 |
| HSL | 289.66º | 0.31% | 0.18% | - |
| HSV(B) | 289.66º | 0.48% | 0.24% | - |
| XYZ | 2.99 | 2.21 | 4.68 | - |
| YUV | 42.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 61 | 0.08 | 0.48 | 0 | 0.76 | 289.66 | 0.31 | 0.18 |
| Hex | 38 | 20 | 3D | 8 | 30 | 0 | 4C | 122 | 1F | 12 |
| Octal | 70 | 40 | 75 | 10 | 60 | 0 | 114 | 442 | 37 | 22 |
| Binary | 111000 | 100000 | 111101 | 1000 | 110000 | 0 | 1001100 | 100100010 | 11111 | 10010 |
Color Harmonies of #38203D
Complementary color
Monochromatic Colors of #38203D
Black with #38203D
Text Example
Text Example
White with #38203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38203D; }
p { color: rgb(56,32,61); }
H1.HeaderClassName
{
color: #38203D;
}
.AnyTagClassName
{
color: #38203D;
}
</style>
background-color css
<style>
a { background-color: #38203D; }
a { background-color: rgb(56,32,61); }
div.DivClassName
{
background-color: #38203D;
}
.BgClassName
{
background-color: #38203D;
}
</style>
border-color css
<style>
span { border-color: #38203D; }
span { border-color: rgb(56,32,61); }
td.TdClassName
{
border-color: #38203D;
}
.TagClassName
{
border-color: #38203D;
}
</style>