Shades of Jacko Bean #3F3526
Tints of Jacko Bean #3F3526
RGB
CMYK
RGB Variations
Color information
#3F3526 (or 0x3F3526) is known color: Jacko Bean. HEX triplet: 3F, 35 and 26. RGB value is (63,53,38). Sum of RGB (Red+Green+Blue) = 63+53+38=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3526 is #C0CAD9. Grayscale: #363636. Windows color (decimal): -12634842 or 2503999. OLE color: 2503999.
HSL color Cylindrical-coordinate representation of color #3F3526: hue angle of 36º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3526 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 38 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.75 |
| HSL | 36º | 0.25% | 0.2% | - |
| HSV(B) | 36º | 0.4% | 0.25% | - |
| XYZ | 3.67 | 3.74 | 2.36 | - |
| YUV | 54.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 38 | 0 | 0.16 | 0.40 | 0.75 | 36 | 0.25 | 0.2 |
| Hex | 3F | 35 | 26 | 0 | 10 | 28 | 4B | 24 | 19 | 14 |
| Octal | 77 | 65 | 46 | 0 | 20 | 50 | 113 | 44 | 31 | 24 |
| Binary | 111111 | 110101 | 100110 | 0 | 10000 | 101000 | 1001011 | 100100 | 11001 | 10100 |
Color Harmonies of #3F3526
Complementary color
Monochromatic Colors of #3F3526
Black with #3F3526
Text Example
Text Example
White with #3F3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3526; }
p { color: rgb(63,53,38); }
H1.HeaderClassName
{
color: #3F3526;
}
.AnyTagClassName
{
color: #3F3526;
}
</style>
background-color css
<style>
a { background-color: #3F3526; }
a { background-color: rgb(63,53,38); }
div.DivClassName
{
background-color: #3F3526;
}
.BgClassName
{
background-color: #3F3526;
}
</style>
border-color css
<style>
span { border-color: #3F3526; }
span { border-color: rgb(63,53,38); }
td.TdClassName
{
border-color: #3F3526;
}
.TagClassName
{
border-color: #3F3526;
}
</style>