Shades of Mardi Gras #38213D
Tints of Mardi Gras #38213D
RGB
CMYK
RGB Variations
Color information
#38213D (or 0x38213D) is known color: Mardi Gras. HEX triplet: 38, 21 and 3D. RGB value is (56,33,61). Sum of RGB (Red+Green+Blue) = 56+33+61=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #38213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38213D is #C7DEC2. Grayscale: #2A2A2A. Windows color (decimal): -13098691 or 4006200. OLE color: 4006200.
HSL color Cylindrical-coordinate representation of color #38213D: hue angle of 289.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38213D is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 33 | 61 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.76 |
| HSL | 289.29º | 0.3% | 0.18% | - |
| HSV(B) | 289.29º | 0.46% | 0.24% | - |
| XYZ | 3.02 | 2.27 | 4.69 | - |
| YUV | 43.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 61 | 0.08 | 0.46 | 0 | 0.76 | 289.29 | 0.3 | 0.18 |
| Hex | 38 | 21 | 3D | 8 | 2E | 0 | 4C | 121 | 1E | 12 |
| Octal | 70 | 41 | 75 | 10 | 56 | 0 | 114 | 441 | 36 | 22 |
| Binary | 111000 | 100001 | 111101 | 1000 | 101110 | 0 | 1001100 | 100100001 | 11110 | 10010 |
Color Harmonies of #38213D
Complementary color
Monochromatic Colors of #38213D
Black with #38213D
Text Example
Text Example
White with #38213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38213D; }
p { color: rgb(56,33,61); }
H1.HeaderClassName
{
color: #38213D;
}
.AnyTagClassName
{
color: #38213D;
}
</style>
background-color css
<style>
a { background-color: #38213D; }
a { background-color: rgb(56,33,61); }
div.DivClassName
{
background-color: #38213D;
}
.BgClassName
{
background-color: #38213D;
}
</style>
border-color css
<style>
span { border-color: #38213D; }
span { border-color: rgb(56,33,61); }
td.TdClassName
{
border-color: #38213D;
}
.TagClassName
{
border-color: #38213D;
}
</style>