Shades of Jacko Bean #3F372F
Tints of Jacko Bean #3F372F
RGB
CMYK
RGB Variations
Color information
#3F372F (or 0x3F372F) is known color: Jacko Bean. HEX triplet: 3F, 37 and 2F. RGB value is (63,55,47). Sum of RGB (Red+Green+Blue) = 63+55+47=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372F is #C0C8D0. Grayscale: #383838. Windows color (decimal): -12634321 or 3094335. OLE color: 3094335.
HSL color Cylindrical-coordinate representation of color #3F372F: hue angle of 30º 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 #3F372F is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 47 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.75 |
| HSL | 30º | 0.15% | 0.22% | - |
| HSV(B) | 30º | 0.25% | 0.25% | - |
| XYZ | 3.93 | 3.99 | 3.25 | - |
| YUV | 56.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 47 | 0 | 0.13 | 0.25 | 0.75 | 30 | 0.15 | 0.22 |
| Hex | 3F | 37 | 2F | 0 | D | 19 | 4B | 1E | F | 16 |
| Octal | 77 | 67 | 57 | 0 | 15 | 31 | 113 | 36 | 17 | 26 |
| Binary | 111111 | 110111 | 101111 | 0 | 1101 | 11001 | 1001011 | 11110 | 1111 | 10110 |
Color Harmonies of #3F372F
Complementary color
Monochromatic Colors of #3F372F
Black with #3F372F
Text Example
Text Example
White with #3F372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F372F; }
p { color: rgb(63,55,47); }
H1.HeaderClassName
{
color: #3F372F;
}
.AnyTagClassName
{
color: #3F372F;
}
</style>
background-color css
<style>
a { background-color: #3F372F; }
a { background-color: rgb(63,55,47); }
div.DivClassName
{
background-color: #3F372F;
}
.BgClassName
{
background-color: #3F372F;
}
</style>
border-color css
<style>
span { border-color: #3F372F; }
span { border-color: rgb(63,55,47); }
td.TdClassName
{
border-color: #3F372F;
}
.TagClassName
{
border-color: #3F372F;
}
</style>