Shades of Mardi Gras #38113A
Tints of Mardi Gras #38113A
RGB
CMYK
RGB Variations
Color information
#38113A (or 0x38113A) is known color: Mardi Gras. HEX triplet: 38, 11 and 3A. RGB value is (56,17,58). Sum of RGB (Red+Green+Blue) = 56+17+58=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #38113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38113A is #C7EEC5. Grayscale: #212121. Windows color (decimal): -13102790 or 3805496. OLE color: 3805496.
HSL color Cylindrical-coordinate representation of color #38113A: hue angle of 297.07º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38113A is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 17 | 58 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.77 |
| HSL | 297.07º | 0.55% | 0.15% | - |
| HSV(B) | 297.07º | 0.71% | 0.23% | - |
| XYZ | 2.6 | 1.55 | 4.16 | - |
| YUV | 33.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 58 | 0.03 | 0.71 | 0 | 0.77 | 297.07 | 0.55 | 0.15 |
| Hex | 38 | 11 | 3A | 3 | 47 | 0 | 4D | 129 | 37 | F |
| Octal | 70 | 21 | 72 | 3 | 107 | 0 | 115 | 451 | 67 | 17 |
| Binary | 111000 | 10001 | 111010 | 11 | 1000111 | 0 | 1001101 | 100101001 | 110111 | 1111 |
Color Harmonies of #38113A
Complementary color
Monochromatic Colors of #38113A
Black with #38113A
Text Example
Text Example
White with #38113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38113A; }
p { color: rgb(56,17,58); }
H1.HeaderClassName
{
color: #38113A;
}
.AnyTagClassName
{
color: #38113A;
}
</style>
background-color css
<style>
a { background-color: #38113A; }
a { background-color: rgb(56,17,58); }
div.DivClassName
{
background-color: #38113A;
}
.BgClassName
{
background-color: #38113A;
}
</style>
border-color css
<style>
span { border-color: #38113A; }
span { border-color: rgb(56,17,58); }
td.TdClassName
{
border-color: #38113A;
}
.TagClassName
{
border-color: #38113A;
}
</style>