Shades of Mardi Gras #381637
Tints of Mardi Gras #381637
RGB
CMYK
RGB Variations
Color information
#381637 (or 0x381637) is known color: Mardi Gras. HEX triplet: 38, 16 and 37. RGB value is (56,22,55). Sum of RGB (Red+Green+Blue) = 56+22+55=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381637 is #C7E9C8. Grayscale: #232323. Windows color (decimal): -13101513 or 3610168. OLE color: 3610168.
HSL color Cylindrical-coordinate representation of color #381637: hue angle of 301.76º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381637 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 55 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.78 |
| HSL | 301.76º | 0.44% | 0.15% | - |
| HSV(B) | 301.76º | 0.61% | 0.22% | - |
| XYZ | 2.61 | 1.69 | 3.8 | - |
| YUV | 35.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 55 | 0 | 0.61 | 0.02 | 0.78 | 301.76 | 0.44 | 0.15 |
| Hex | 38 | 16 | 37 | 0 | 3D | 2 | 4E | 12E | 2C | F |
| Octal | 70 | 26 | 67 | 0 | 75 | 2 | 116 | 456 | 54 | 17 |
| Binary | 111000 | 10110 | 110111 | 0 | 111101 | 10 | 1001110 | 100101110 | 101100 | 1111 |
Color Harmonies of #381637
Complementary color
Monochromatic Colors of #381637
Black with #381637
Text Example
Text Example
White with #381637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381637; }
p { color: rgb(56,22,55); }
H1.HeaderClassName
{
color: #381637;
}
.AnyTagClassName
{
color: #381637;
}
</style>
background-color css
<style>
a { background-color: #381637; }
a { background-color: rgb(56,22,55); }
div.DivClassName
{
background-color: #381637;
}
.BgClassName
{
background-color: #381637;
}
</style>
border-color css
<style>
span { border-color: #381637; }
span { border-color: rgb(56,22,55); }
td.TdClassName
{
border-color: #381637;
}
.TagClassName
{
border-color: #381637;
}
</style>