Shades of Mardi Gras #38173E
Tints of Mardi Gras #38173E
RGB
CMYK
RGB Variations
Color information
#38173E (or 0x38173E) is known color: Mardi Gras. HEX triplet: 38, 17 and 3E. RGB value is (56,23,62). Sum of RGB (Red+Green+Blue) = 56+23+62=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 62 - color contains mainly: blue. Hex color #38173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38173E is #C7E8C1. Grayscale: #252525. Windows color (decimal): -13101250 or 4069176. OLE color: 4069176.
HSL color Cylindrical-coordinate representation of color #38173E: hue angle of 290.77º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38173E is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 23 | 62 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.76 |
| HSL | 290.77º | 0.46% | 0.17% | - |
| HSV(B) | 290.77º | 0.63% | 0.24% | - |
| XYZ | 2.81 | 1.8 | 4.76 | - |
| YUV | 37.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 62 | 0.10 | 0.63 | 0 | 0.76 | 290.77 | 0.46 | 0.17 |
| Hex | 38 | 17 | 3E | A | 3F | 0 | 4C | 123 | 2E | 11 |
| Octal | 70 | 27 | 76 | 12 | 77 | 0 | 114 | 443 | 56 | 21 |
| Binary | 111000 | 10111 | 111110 | 1010 | 111111 | 0 | 1001100 | 100100011 | 101110 | 10001 |
Color Harmonies of #38173E
Complementary color
Monochromatic Colors of #38173E
Black with #38173E
Text Example
Text Example
White with #38173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38173E; }
p { color: rgb(56,23,62); }
H1.HeaderClassName
{
color: #38173E;
}
.AnyTagClassName
{
color: #38173E;
}
</style>
background-color css
<style>
a { background-color: #38173E; }
a { background-color: rgb(56,23,62); }
div.DivClassName
{
background-color: #38173E;
}
.BgClassName
{
background-color: #38173E;
}
</style>
border-color css
<style>
span { border-color: #38173E; }
span { border-color: rgb(56,23,62); }
td.TdClassName
{
border-color: #38173E;
}
.TagClassName
{
border-color: #38173E;
}
</style>