Shades of Mardi Gras #38173A
Tints of Mardi Gras #38173A
RGB
CMYK
RGB Variations
Color information
#38173A (or 0x38173A) is known color: Mardi Gras. HEX triplet: 38, 17 and 3A. RGB value is (56,23,58). Sum of RGB (Red+Green+Blue) = 56+23+58=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #38173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38173A is #C7E8C5. Grayscale: #242424. Windows color (decimal): -13101254 or 3807032. OLE color: 3807032.
HSL color Cylindrical-coordinate representation of color #38173A: hue angle of 296.57º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38173A is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 23 | 58 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.77 |
| HSL | 296.57º | 0.43% | 0.16% | - |
| HSV(B) | 296.57º | 0.6% | 0.23% | - |
| XYZ | 2.7 | 1.76 | 4.2 | - |
| YUV | 36.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 58 | 0.03 | 0.60 | 0 | 0.77 | 296.57 | 0.43 | 0.16 |
| Hex | 38 | 17 | 3A | 3 | 3C | 0 | 4D | 129 | 2B | 10 |
| Octal | 70 | 27 | 72 | 3 | 74 | 0 | 115 | 451 | 53 | 20 |
| Binary | 111000 | 10111 | 111010 | 11 | 111100 | 0 | 1001101 | 100101001 | 101011 | 10000 |
Color Harmonies of #38173A
Complementary color
Monochromatic Colors of #38173A
Black with #38173A
Text Example
Text Example
White with #38173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38173A; }
p { color: rgb(56,23,58); }
H1.HeaderClassName
{
color: #38173A;
}
.AnyTagClassName
{
color: #38173A;
}
</style>
background-color css
<style>
a { background-color: #38173A; }
a { background-color: rgb(56,23,58); }
div.DivClassName
{
background-color: #38173A;
}
.BgClassName
{
background-color: #38173A;
}
</style>
border-color css
<style>
span { border-color: #38173A; }
span { border-color: rgb(56,23,58); }
td.TdClassName
{
border-color: #38173A;
}
.TagClassName
{
border-color: #38173A;
}
</style>