Shades of Jacko Bean #3C3731
Tints of Jacko Bean #3C3731
RGB
CMYK
RGB Variations
Color information
#3C3731 (or 0x3C3731) is known color: Jacko Bean. HEX triplet: 3C, 37 and 31. RGB value is (60,55,49). Sum of RGB (Red+Green+Blue) = 60+55+49=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3731 is #C3C8CE. Grayscale: #373737. Windows color (decimal): -12830927 or 3225404. OLE color: 3225404.
HSL color Cylindrical-coordinate representation of color #3C3731: hue angle of 32.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3731 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 49 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.76 |
| HSL | 32.73º | 0.1% | 0.21% | - |
| HSV(B) | 32.73º | 0.18% | 0.24% | - |
| XYZ | 3.78 | 3.91 | 3.46 | - |
| YUV | 55.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 49 | 0 | 0.08 | 0.18 | 0.76 | 32.73 | 0.1 | 0.21 |
| Hex | 3C | 37 | 31 | 0 | 8 | 12 | 4C | 21 | A | 15 |
| Octal | 74 | 67 | 61 | 0 | 10 | 22 | 114 | 41 | 12 | 25 |
| Binary | 111100 | 110111 | 110001 | 0 | 1000 | 10010 | 1001100 | 100001 | 1010 | 10101 |
Color Harmonies of #3C3731
Complementary color
Monochromatic Colors of #3C3731
Black with #3C3731
Text Example
Text Example
White with #3C3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3731; }
p { color: rgb(60,55,49); }
H1.HeaderClassName
{
color: #3C3731;
}
.AnyTagClassName
{
color: #3C3731;
}
</style>
background-color css
<style>
a { background-color: #3C3731; }
a { background-color: rgb(60,55,49); }
div.DivClassName
{
background-color: #3C3731;
}
.BgClassName
{
background-color: #3C3731;
}
</style>
border-color css
<style>
span { border-color: #3C3731; }
span { border-color: rgb(60,55,49); }
td.TdClassName
{
border-color: #3C3731;
}
.TagClassName
{
border-color: #3C3731;
}
</style>