Shades of Mardi Gras #38163D
Tints of Mardi Gras #38163D
RGB
CMYK
RGB Variations
Color information
#38163D (or 0x38163D) is known color: Mardi Gras. HEX triplet: 38, 16 and 3D. RGB value is (56,22,61). Sum of RGB (Red+Green+Blue) = 56+22+61=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #38163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38163D is #C7E9C2. Grayscale: #242424. Windows color (decimal): -13101507 or 4003384. OLE color: 4003384.
HSL color Cylindrical-coordinate representation of color #38163D: hue angle of 292.31º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38163D is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 22 | 61 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.76 |
| HSL | 292.31º | 0.47% | 0.16% | - |
| HSV(B) | 292.31º | 0.64% | 0.24% | - |
| XYZ | 2.76 | 1.75 | 4.61 | - |
| YUV | 36.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 61 | 0.08 | 0.64 | 0 | 0.76 | 292.31 | 0.47 | 0.16 |
| Hex | 38 | 16 | 3D | 8 | 40 | 0 | 4C | 124 | 2F | 10 |
| Octal | 70 | 26 | 75 | 10 | 100 | 0 | 114 | 444 | 57 | 20 |
| Binary | 111000 | 10110 | 111101 | 1000 | 1000000 | 0 | 1001100 | 100100100 | 101111 | 10000 |
Color Harmonies of #38163D
Complementary color
Monochromatic Colors of #38163D
Black with #38163D
Text Example
Text Example
White with #38163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38163D; }
p { color: rgb(56,22,61); }
H1.HeaderClassName
{
color: #38163D;
}
.AnyTagClassName
{
color: #38163D;
}
</style>
background-color css
<style>
a { background-color: #38163D; }
a { background-color: rgb(56,22,61); }
div.DivClassName
{
background-color: #38163D;
}
.BgClassName
{
background-color: #38163D;
}
</style>
border-color css
<style>
span { border-color: #38163D; }
span { border-color: rgb(56,22,61); }
td.TdClassName
{
border-color: #38163D;
}
.TagClassName
{
border-color: #38163D;
}
</style>