Shades of Mardi Gras #38153D
Tints of Mardi Gras #38153D
RGB
CMYK
RGB Variations
Color information
#38153D (or 0x38153D) is known color: Mardi Gras. HEX triplet: 38, 15 and 3D. RGB value is (56,21,61). Sum of RGB (Red+Green+Blue) = 56+21+61=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #38153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38153D is #C7EAC2. Grayscale: #232323. Windows color (decimal): -13101763 or 4003128. OLE color: 4003128.
HSL color Cylindrical-coordinate representation of color #38153D: hue angle of 292.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38153D is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 21 | 61 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.76 |
| HSL | 292.5º | 0.49% | 0.16% | - |
| HSV(B) | 292.5º | 0.66% | 0.24% | - |
| XYZ | 2.74 | 1.71 | 4.6 | - |
| YUV | 36.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 61 | 0.08 | 0.66 | 0 | 0.76 | 292.5 | 0.49 | 0.16 |
| Hex | 38 | 15 | 3D | 8 | 42 | 0 | 4C | 124 | 31 | 10 |
| Octal | 70 | 25 | 75 | 10 | 102 | 0 | 114 | 444 | 61 | 20 |
| Binary | 111000 | 10101 | 111101 | 1000 | 1000010 | 0 | 1001100 | 100100100 | 110001 | 10000 |
Color Harmonies of #38153D
Complementary color
Monochromatic Colors of #38153D
Black with #38153D
Text Example
Text Example
White with #38153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38153D; }
p { color: rgb(56,21,61); }
H1.HeaderClassName
{
color: #38153D;
}
.AnyTagClassName
{
color: #38153D;
}
</style>
background-color css
<style>
a { background-color: #38153D; }
a { background-color: rgb(56,21,61); }
div.DivClassName
{
background-color: #38153D;
}
.BgClassName
{
background-color: #38153D;
}
</style>
border-color css
<style>
span { border-color: #38153D; }
span { border-color: rgb(56,21,61); }
td.TdClassName
{
border-color: #38153D;
}
.TagClassName
{
border-color: #38153D;
}
</style>