Shades of Jacko Bean #3F392F
Tints of Jacko Bean #3F392F
RGB
CMYK
RGB Variations
Color information
#3F392F (or 0x3F392F) is known color: Jacko Bean. HEX triplet: 3F, 39 and 2F. RGB value is (63,57,47). Sum of RGB (Red+Green+Blue) = 63+57+47=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F392F is #C0C6D0. Grayscale: #393939. Windows color (decimal): -12633809 or 3094847. OLE color: 3094847.
HSL color Cylindrical-coordinate representation of color #3F392F: hue angle of 37.5º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F392F is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 47 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.75 |
| HSL | 37.5º | 0.15% | 0.22% | - |
| HSV(B) | 37.5º | 0.25% | 0.25% | - |
| XYZ | 4.03 | 4.19 | 3.29 | - |
| YUV | 57.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 47 | 0 | 0.10 | 0.25 | 0.75 | 37.5 | 0.15 | 0.22 |
| Hex | 3F | 39 | 2F | 0 | A | 19 | 4B | 26 | F | 16 |
| Octal | 77 | 71 | 57 | 0 | 12 | 31 | 113 | 46 | 17 | 26 |
| Binary | 111111 | 111001 | 101111 | 0 | 1010 | 11001 | 1001011 | 100110 | 1111 | 10110 |
Color Harmonies of #3F392F
Complementary color
Monochromatic Colors of #3F392F
Black with #3F392F
Text Example
Text Example
White with #3F392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F392F; }
p { color: rgb(63,57,47); }
H1.HeaderClassName
{
color: #3F392F;
}
.AnyTagClassName
{
color: #3F392F;
}
</style>
background-color css
<style>
a { background-color: #3F392F; }
a { background-color: rgb(63,57,47); }
div.DivClassName
{
background-color: #3F392F;
}
.BgClassName
{
background-color: #3F392F;
}
</style>
border-color css
<style>
span { border-color: #3F392F; }
span { border-color: rgb(63,57,47); }
td.TdClassName
{
border-color: #3F392F;
}
.TagClassName
{
border-color: #3F392F;
}
</style>