Shades of Mardi Gras #38143E
Tints of Mardi Gras #38143E
RGB
CMYK
RGB Variations
Color information
#38143E (or 0x38143E) is known color: Mardi Gras. HEX triplet: 38, 14 and 3E. RGB value is (56,20,62). Sum of RGB (Red+Green+Blue) = 56+20+62=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #38143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38143E is #C7EBC1. Grayscale: #232323. Windows color (decimal): -13102018 or 4068408. OLE color: 4068408.
HSL color Cylindrical-coordinate representation of color #38143E: hue angle of 291.43º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38143E is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 20 | 62 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.76 |
| HSL | 291.43º | 0.51% | 0.16% | - |
| HSV(B) | 291.43º | 0.68% | 0.24% | - |
| XYZ | 2.75 | 1.69 | 4.74 | - |
| YUV | 35.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 62 | 0.10 | 0.68 | 0 | 0.76 | 291.43 | 0.51 | 0.16 |
| Hex | 38 | 14 | 3E | A | 44 | 0 | 4C | 123 | 33 | 10 |
| Octal | 70 | 24 | 76 | 12 | 104 | 0 | 114 | 443 | 63 | 20 |
| Binary | 111000 | 10100 | 111110 | 1010 | 1000100 | 0 | 1001100 | 100100011 | 110011 | 10000 |
Color Harmonies of #38143E
Complementary color
Monochromatic Colors of #38143E
Black with #38143E
Text Example
Text Example
White with #38143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38143E; }
p { color: rgb(56,20,62); }
H1.HeaderClassName
{
color: #38143E;
}
.AnyTagClassName
{
color: #38143E;
}
</style>
background-color css
<style>
a { background-color: #38143E; }
a { background-color: rgb(56,20,62); }
div.DivClassName
{
background-color: #38143E;
}
.BgClassName
{
background-color: #38143E;
}
</style>
border-color css
<style>
span { border-color: #38143E; }
span { border-color: rgb(56,20,62); }
td.TdClassName
{
border-color: #38143E;
}
.TagClassName
{
border-color: #38143E;
}
</style>