Shades of Jacko Bean #3F352A
Tints of Jacko Bean #3F352A
RGB
CMYK
RGB Variations
Color information
#3F352A (or 0x3F352A) is known color: Jacko Bean. HEX triplet: 3F, 35 and 2A. RGB value is (63,53,42). Sum of RGB (Red+Green+Blue) = 63+53+42=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F352A is #C0CAD5. Grayscale: #363636. Windows color (decimal): -12634838 or 2766143. OLE color: 2766143.
HSL color Cylindrical-coordinate representation of color #3F352A: hue angle of 31.43º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F352A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 42 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.75 |
| HSL | 31.43º | 0.2% | 0.21% | - |
| HSV(B) | 31.43º | 0.33% | 0.25% | - |
| XYZ | 3.74 | 3.77 | 2.72 | - |
| YUV | 54.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 42 | 0 | 0.16 | 0.33 | 0.75 | 31.43 | 0.2 | 0.21 |
| Hex | 3F | 35 | 2A | 0 | 10 | 21 | 4B | 1F | 14 | 15 |
| Octal | 77 | 65 | 52 | 0 | 20 | 41 | 113 | 37 | 24 | 25 |
| Binary | 111111 | 110101 | 101010 | 0 | 10000 | 100001 | 1001011 | 11111 | 10100 | 10101 |
Color Harmonies of #3F352A
Complementary color
Monochromatic Colors of #3F352A
Black with #3F352A
Text Example
Text Example
White with #3F352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F352A; }
p { color: rgb(63,53,42); }
H1.HeaderClassName
{
color: #3F352A;
}
.AnyTagClassName
{
color: #3F352A;
}
</style>
background-color css
<style>
a { background-color: #3F352A; }
a { background-color: rgb(63,53,42); }
div.DivClassName
{
background-color: #3F352A;
}
.BgClassName
{
background-color: #3F352A;
}
</style>
border-color css
<style>
span { border-color: #3F352A; }
span { border-color: rgb(63,53,42); }
td.TdClassName
{
border-color: #3F352A;
}
.TagClassName
{
border-color: #3F352A;
}
</style>