Shades of Jacko Bean #3F3325
Tints of Jacko Bean #3F3325
RGB
CMYK
RGB Variations
Color information
#3F3325 (or 0x3F3325) is known color: Jacko Bean. HEX triplet: 3F, 33 and 25. RGB value is (63,51,37). Sum of RGB (Red+Green+Blue) = 63+51+37=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3325 is #C0CCDA. Grayscale: #353535. Windows color (decimal): -12635355 or 2437951. OLE color: 2437951.
HSL color Cylindrical-coordinate representation of color #3F3325: hue angle of 32.31º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F3325 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 37 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.75 |
| HSL | 32.31º | 0.26% | 0.2% | - |
| HSV(B) | 32.31º | 0.41% | 0.25% | - |
| XYZ | 3.57 | 3.56 | 2.25 | - |
| YUV | 52.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 37 | 0 | 0.19 | 0.41 | 0.75 | 32.31 | 0.26 | 0.2 |
| Hex | 3F | 33 | 25 | 0 | 13 | 29 | 4B | 20 | 1A | 14 |
| Octal | 77 | 63 | 45 | 0 | 23 | 51 | 113 | 40 | 32 | 24 |
| Binary | 111111 | 110011 | 100101 | 0 | 10011 | 101001 | 1001011 | 100000 | 11010 | 10100 |
Color Harmonies of #3F3325
Complementary color
Monochromatic Colors of #3F3325
Black with #3F3325
Text Example
Text Example
White with #3F3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3325; }
p { color: rgb(63,51,37); }
H1.HeaderClassName
{
color: #3F3325;
}
.AnyTagClassName
{
color: #3F3325;
}
</style>
background-color css
<style>
a { background-color: #3F3325; }
a { background-color: rgb(63,51,37); }
div.DivClassName
{
background-color: #3F3325;
}
.BgClassName
{
background-color: #3F3325;
}
</style>
border-color css
<style>
span { border-color: #3F3325; }
span { border-color: rgb(63,51,37); }
td.TdClassName
{
border-color: #3F3325;
}
.TagClassName
{
border-color: #3F3325;
}
</style>