Shades of Jacko Bean #3F372B
Tints of Jacko Bean #3F372B
RGB
CMYK
RGB Variations
Color information
#3F372B (or 0x3F372B) is known color: Jacko Bean. HEX triplet: 3F, 37 and 2B. RGB value is (63,55,43). Sum of RGB (Red+Green+Blue) = 63+55+43=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372B is #C0C8D4. Grayscale: #383838. Windows color (decimal): -12634325 or 2832191. OLE color: 2832191.
HSL color Cylindrical-coordinate representation of color #3F372B: hue angle of 36º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F372B is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 43 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.75 |
| HSL | 36º | 0.19% | 0.21% | - |
| HSV(B) | 36º | 0.32% | 0.25% | - |
| XYZ | 3.85 | 3.96 | 2.85 | - |
| YUV | 56.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 43 | 0 | 0.13 | 0.32 | 0.75 | 36 | 0.19 | 0.21 |
| Hex | 3F | 37 | 2B | 0 | D | 20 | 4B | 24 | 13 | 15 |
| Octal | 77 | 67 | 53 | 0 | 15 | 40 | 113 | 44 | 23 | 25 |
| Binary | 111111 | 110111 | 101011 | 0 | 1101 | 100000 | 1001011 | 100100 | 10011 | 10101 |
Color Harmonies of #3F372B
Complementary color
Monochromatic Colors of #3F372B
Black with #3F372B
Text Example
Text Example
White with #3F372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F372B; }
p { color: rgb(63,55,43); }
H1.HeaderClassName
{
color: #3F372B;
}
.AnyTagClassName
{
color: #3F372B;
}
</style>
background-color css
<style>
a { background-color: #3F372B; }
a { background-color: rgb(63,55,43); }
div.DivClassName
{
background-color: #3F372B;
}
.BgClassName
{
background-color: #3F372B;
}
</style>
border-color css
<style>
span { border-color: #3F372B; }
span { border-color: rgb(63,55,43); }
td.TdClassName
{
border-color: #3F372B;
}
.TagClassName
{
border-color: #3F372B;
}
</style>