Shades of Mardi Gras #38173B
Tints of Mardi Gras #38173B
RGB
CMYK
RGB Variations
Color information
#38173B (or 0x38173B) is known color: Mardi Gras. HEX triplet: 38, 17 and 3B. RGB value is (56,23,59). Sum of RGB (Red+Green+Blue) = 56+23+59=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #38173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38173B is #C7E8C4. Grayscale: #242424. Windows color (decimal): -13101253 or 3872568. OLE color: 3872568.
HSL color Cylindrical-coordinate representation of color #38173B: hue angle of 295º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38173B is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 23 | 59 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.77 |
| HSL | 295º | 0.44% | 0.16% | - |
| HSV(B) | 295º | 0.61% | 0.23% | - |
| XYZ | 2.73 | 1.77 | 4.34 | - |
| YUV | 36.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 59 | 0.05 | 0.61 | 0 | 0.77 | 295 | 0.44 | 0.16 |
| Hex | 38 | 17 | 3B | 5 | 3D | 0 | 4D | 127 | 2C | 10 |
| Octal | 70 | 27 | 73 | 5 | 75 | 0 | 115 | 447 | 54 | 20 |
| Binary | 111000 | 10111 | 111011 | 101 | 111101 | 0 | 1001101 | 100100111 | 101100 | 10000 |
Color Harmonies of #38173B
Complementary color
Monochromatic Colors of #38173B
Black with #38173B
Text Example
Text Example
White with #38173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38173B; }
p { color: rgb(56,23,59); }
H1.HeaderClassName
{
color: #38173B;
}
.AnyTagClassName
{
color: #38173B;
}
</style>
background-color css
<style>
a { background-color: #38173B; }
a { background-color: rgb(56,23,59); }
div.DivClassName
{
background-color: #38173B;
}
.BgClassName
{
background-color: #38173B;
}
</style>
border-color css
<style>
span { border-color: #38173B; }
span { border-color: rgb(56,23,59); }
td.TdClassName
{
border-color: #38173B;
}
.TagClassName
{
border-color: #38173B;
}
</style>