Shades of Jacko Bean #3E3931
Tints of Jacko Bean #3E3931
RGB
CMYK
RGB Variations
Color information
#3E3931 (or 0x3E3931) is known color: Jacko Bean. HEX triplet: 3E, 39 and 31. RGB value is (62,57,49). Sum of RGB (Red+Green+Blue) = 62+57+49=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3931 is #C1C6CE. Grayscale: #393939. Windows color (decimal): -12699343 or 3225918. OLE color: 3225918.
HSL color Cylindrical-coordinate representation of color #3E3931: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E3931 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 49 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.76 |
| HSL | 36.92º | 0.12% | 0.22% | - |
| HSV(B) | 36.92º | 0.21% | 0.24% | - |
| XYZ | 4 | 4.17 | 3.5 | - |
| YUV | 57.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 49 | 0 | 0.08 | 0.21 | 0.76 | 36.92 | 0.12 | 0.22 |
| Hex | 3E | 39 | 31 | 0 | 8 | 15 | 4C | 25 | C | 16 |
| Octal | 76 | 71 | 61 | 0 | 10 | 25 | 114 | 45 | 14 | 26 |
| Binary | 111110 | 111001 | 110001 | 0 | 1000 | 10101 | 1001100 | 100101 | 1100 | 10110 |
Color Harmonies of #3E3931
Complementary color
Monochromatic Colors of #3E3931
Black with #3E3931
Text Example
Text Example
White with #3E3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3931; }
p { color: rgb(62,57,49); }
H1.HeaderClassName
{
color: #3E3931;
}
.AnyTagClassName
{
color: #3E3931;
}
</style>
background-color css
<style>
a { background-color: #3E3931; }
a { background-color: rgb(62,57,49); }
div.DivClassName
{
background-color: #3E3931;
}
.BgClassName
{
background-color: #3E3931;
}
</style>
border-color css
<style>
span { border-color: #3E3931; }
span { border-color: rgb(62,57,49); }
td.TdClassName
{
border-color: #3E3931;
}
.TagClassName
{
border-color: #3E3931;
}
</style>