Shades of Mardi Gras #38243D
Tints of Mardi Gras #38243D
RGB
CMYK
RGB Variations
Color information
#38243D (or 0x38243D) is known color: Mardi Gras. HEX triplet: 38, 24 and 3D. RGB value is (56,36,61). Sum of RGB (Red+Green+Blue) = 56+36+61=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #38243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38243D is #C7DBC2. Grayscale: #2C2C2C. Windows color (decimal): -13097923 or 4006968. OLE color: 4006968.
HSL color Cylindrical-coordinate representation of color #38243D: hue angle of 288º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38243D is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 36 | 61 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.76 |
| HSL | 288º | 0.26% | 0.19% | - |
| HSV(B) | 288º | 0.41% | 0.24% | - |
| XYZ | 3.1 | 2.44 | 4.72 | - |
| YUV | 44.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 61 | 0.08 | 0.41 | 0 | 0.76 | 288 | 0.26 | 0.19 |
| Hex | 38 | 24 | 3D | 8 | 29 | 0 | 4C | 120 | 1A | 13 |
| Octal | 70 | 44 | 75 | 10 | 51 | 0 | 114 | 440 | 32 | 23 |
| Binary | 111000 | 100100 | 111101 | 1000 | 101001 | 0 | 1001100 | 100100000 | 11010 | 10011 |
Color Harmonies of #38243D
Complementary color
Monochromatic Colors of #38243D
Black with #38243D
Text Example
Text Example
White with #38243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38243D; }
p { color: rgb(56,36,61); }
H1.HeaderClassName
{
color: #38243D;
}
.AnyTagClassName
{
color: #38243D;
}
</style>
background-color css
<style>
a { background-color: #38243D; }
a { background-color: rgb(56,36,61); }
div.DivClassName
{
background-color: #38243D;
}
.BgClassName
{
background-color: #38243D;
}
</style>
border-color css
<style>
span { border-color: #38243D; }
span { border-color: rgb(56,36,61); }
td.TdClassName
{
border-color: #38243D;
}
.TagClassName
{
border-color: #38243D;
}
</style>