Shades of Mardi Gras #38143D
Tints of Mardi Gras #38143D
RGB
CMYK
RGB Variations
Color information
#38143D (or 0x38143D) is known color: Mardi Gras. HEX triplet: 38, 14 and 3D. RGB value is (56,20,61). Sum of RGB (Red+Green+Blue) = 56+20+61=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #38143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38143D is #C7EBC2. Grayscale: #232323. Windows color (decimal): -13102019 or 4002872. OLE color: 4002872.
HSL color Cylindrical-coordinate representation of color #38143D: hue angle of 292.68º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38143D is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 20 | 61 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.76 |
| HSL | 292.68º | 0.51% | 0.16% | - |
| HSV(B) | 292.68º | 0.67% | 0.24% | - |
| XYZ | 2.72 | 1.68 | 4.6 | - |
| YUV | 35.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 61 | 0.08 | 0.67 | 0 | 0.76 | 292.68 | 0.51 | 0.16 |
| Hex | 38 | 14 | 3D | 8 | 43 | 0 | 4C | 125 | 33 | 10 |
| Octal | 70 | 24 | 75 | 10 | 103 | 0 | 114 | 445 | 63 | 20 |
| Binary | 111000 | 10100 | 111101 | 1000 | 1000011 | 0 | 1001100 | 100100101 | 110011 | 10000 |
Color Harmonies of #38143D
Complementary color
Monochromatic Colors of #38143D
Black with #38143D
Text Example
Text Example
White with #38143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38143D; }
p { color: rgb(56,20,61); }
H1.HeaderClassName
{
color: #38143D;
}
.AnyTagClassName
{
color: #38143D;
}
</style>
background-color css
<style>
a { background-color: #38143D; }
a { background-color: rgb(56,20,61); }
div.DivClassName
{
background-color: #38143D;
}
.BgClassName
{
background-color: #38143D;
}
</style>
border-color css
<style>
span { border-color: #38143D; }
span { border-color: rgb(56,20,61); }
td.TdClassName
{
border-color: #38143D;
}
.TagClassName
{
border-color: #38143D;
}
</style>