Shades of Mardi Gras #38163A
Tints of Mardi Gras #38163A
RGB
CMYK
RGB Variations
Color information
#38163A (or 0x38163A) is known color: Mardi Gras. HEX triplet: 38, 16 and 3A. RGB value is (56,22,58). Sum of RGB (Red+Green+Blue) = 56+22+58=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #38163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38163A is #C7E9C5. Grayscale: #242424. Windows color (decimal): -13101510 or 3806776. OLE color: 3806776.
HSL color Cylindrical-coordinate representation of color #38163A: hue angle of 296.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38163A is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 22 | 58 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.77 |
| HSL | 296.67º | 0.45% | 0.16% | - |
| HSV(B) | 296.67º | 0.62% | 0.23% | - |
| XYZ | 2.68 | 1.72 | 4.19 | - |
| YUV | 36.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 58 | 0.03 | 0.62 | 0 | 0.77 | 296.67 | 0.45 | 0.16 |
| Hex | 38 | 16 | 3A | 3 | 3E | 0 | 4D | 129 | 2D | 10 |
| Octal | 70 | 26 | 72 | 3 | 76 | 0 | 115 | 451 | 55 | 20 |
| Binary | 111000 | 10110 | 111010 | 11 | 111110 | 0 | 1001101 | 100101001 | 101101 | 10000 |
Color Harmonies of #38163A
Complementary color
Monochromatic Colors of #38163A
Black with #38163A
Text Example
Text Example
White with #38163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38163A; }
p { color: rgb(56,22,58); }
H1.HeaderClassName
{
color: #38163A;
}
.AnyTagClassName
{
color: #38163A;
}
</style>
background-color css
<style>
a { background-color: #38163A; }
a { background-color: rgb(56,22,58); }
div.DivClassName
{
background-color: #38163A;
}
.BgClassName
{
background-color: #38163A;
}
</style>
border-color css
<style>
span { border-color: #38163A; }
span { border-color: rgb(56,22,58); }
td.TdClassName
{
border-color: #38163A;
}
.TagClassName
{
border-color: #38163A;
}
</style>