Shades of Mardi Gras #38183D
Tints of Mardi Gras #38183D
RGB
CMYK
RGB Variations
Color information
#38183D (or 0x38183D) is known color: Mardi Gras. HEX triplet: 38, 18 and 3D. RGB value is (56,24,61). Sum of RGB (Red+Green+Blue) = 56+24+61=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #38183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38183D is #C7E7C2. Grayscale: #252525. Windows color (decimal): -13100995 or 4003896. OLE color: 4003896.
HSL color Cylindrical-coordinate representation of color #38183D: hue angle of 291.89º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38183D is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 24 | 61 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.76 |
| HSL | 291.89º | 0.44% | 0.17% | - |
| HSV(B) | 291.89º | 0.61% | 0.24% | - |
| XYZ | 2.8 | 1.83 | 4.62 | - |
| YUV | 37.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 61 | 0.08 | 0.61 | 0 | 0.76 | 291.89 | 0.44 | 0.17 |
| Hex | 38 | 18 | 3D | 8 | 3D | 0 | 4C | 124 | 2C | 11 |
| Octal | 70 | 30 | 75 | 10 | 75 | 0 | 114 | 444 | 54 | 21 |
| Binary | 111000 | 11000 | 111101 | 1000 | 111101 | 0 | 1001100 | 100100100 | 101100 | 10001 |
Color Harmonies of #38183D
Complementary color
Monochromatic Colors of #38183D
Black with #38183D
Text Example
Text Example
White with #38183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38183D; }
p { color: rgb(56,24,61); }
H1.HeaderClassName
{
color: #38183D;
}
.AnyTagClassName
{
color: #38183D;
}
</style>
background-color css
<style>
a { background-color: #38183D; }
a { background-color: rgb(56,24,61); }
div.DivClassName
{
background-color: #38183D;
}
.BgClassName
{
background-color: #38183D;
}
</style>
border-color css
<style>
span { border-color: #38183D; }
span { border-color: rgb(56,24,61); }
td.TdClassName
{
border-color: #38183D;
}
.TagClassName
{
border-color: #38183D;
}
</style>