Shades of Mardi Gras #38123D
Tints of Mardi Gras #38123D
RGB
CMYK
RGB Variations
Color information
#38123D (or 0x38123D) is known color: Mardi Gras. HEX triplet: 38, 12 and 3D. RGB value is (56,18,61). Sum of RGB (Red+Green+Blue) = 56+18+61=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #38123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38123D is #C7EDC2. Grayscale: #222222. Windows color (decimal): -13102531 or 4002360. OLE color: 4002360.
HSL color Cylindrical-coordinate representation of color #38123D: hue angle of 293.02º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38123D is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 18 | 61 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.76 |
| HSL | 293.02º | 0.54% | 0.15% | - |
| HSV(B) | 293.02º | 0.7% | 0.24% | - |
| XYZ | 2.69 | 1.61 | 4.58 | - |
| YUV | 34.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 61 | 0.08 | 0.70 | 0 | 0.76 | 293.02 | 0.54 | 0.15 |
| Hex | 38 | 12 | 3D | 8 | 46 | 0 | 4C | 125 | 36 | F |
| Octal | 70 | 22 | 75 | 10 | 106 | 0 | 114 | 445 | 66 | 17 |
| Binary | 111000 | 10010 | 111101 | 1000 | 1000110 | 0 | 1001100 | 100100101 | 110110 | 1111 |
Color Harmonies of #38123D
Complementary color
Monochromatic Colors of #38123D
Black with #38123D
Text Example
Text Example
White with #38123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38123D; }
p { color: rgb(56,18,61); }
H1.HeaderClassName
{
color: #38123D;
}
.AnyTagClassName
{
color: #38123D;
}
</style>
background-color css
<style>
a { background-color: #38123D; }
a { background-color: rgb(56,18,61); }
div.DivClassName
{
background-color: #38123D;
}
.BgClassName
{
background-color: #38123D;
}
</style>
border-color css
<style>
span { border-color: #38123D; }
span { border-color: rgb(56,18,61); }
td.TdClassName
{
border-color: #38123D;
}
.TagClassName
{
border-color: #38123D;
}
</style>