Shades of Mardi Gras #38163E
Tints of Mardi Gras #38163E
RGB
CMYK
RGB Variations
Color information
#38163E (or 0x38163E) is known color: Mardi Gras. HEX triplet: 38, 16 and 3E. RGB value is (56,22,62). Sum of RGB (Red+Green+Blue) = 56+22+62=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: blue. Hex color #38163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38163E is #C7E9C1. Grayscale: #242424. Windows color (decimal): -13101506 or 4068920. OLE color: 4068920.
HSL color Cylindrical-coordinate representation of color #38163E: hue angle of 291º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38163E is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 22 | 62 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.76 |
| HSL | 291º | 0.48% | 0.16% | - |
| HSV(B) | 291º | 0.65% | 0.24% | - |
| XYZ | 2.79 | 1.76 | 4.75 | - |
| YUV | 36.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 62 | 0.10 | 0.65 | 0 | 0.76 | 291 | 0.48 | 0.16 |
| Hex | 38 | 16 | 3E | A | 41 | 0 | 4C | 123 | 30 | 10 |
| Octal | 70 | 26 | 76 | 12 | 101 | 0 | 114 | 443 | 60 | 20 |
| Binary | 111000 | 10110 | 111110 | 1010 | 1000001 | 0 | 1001100 | 100100011 | 110000 | 10000 |
Color Harmonies of #38163E
Complementary color
Monochromatic Colors of #38163E
Black with #38163E
Text Example
Text Example
White with #38163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38163E; }
p { color: rgb(56,22,62); }
H1.HeaderClassName
{
color: #38163E;
}
.AnyTagClassName
{
color: #38163E;
}
</style>
background-color css
<style>
a { background-color: #38163E; }
a { background-color: rgb(56,22,62); }
div.DivClassName
{
background-color: #38163E;
}
.BgClassName
{
background-color: #38163E;
}
</style>
border-color css
<style>
span { border-color: #38163E; }
span { border-color: rgb(56,22,62); }
td.TdClassName
{
border-color: #38163E;
}
.TagClassName
{
border-color: #38163E;
}
</style>