Shades of Jacko Bean #3C372F
Tints of Jacko Bean #3C372F
RGB
CMYK
RGB Variations
Color information
#3C372F (or 0x3C372F) is known color: Jacko Bean. HEX triplet: 3C, 37 and 2F. RGB value is (60,55,47). Sum of RGB (Red+Green+Blue) = 60+55+47=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 60 - color contains mainly: red. Hex color #3C372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C372F is #C3C8D0. Grayscale: #373737. Windows color (decimal): -12830929 or 3094332. OLE color: 3094332.
HSL color Cylindrical-coordinate representation of color #3C372F: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C372F is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 47 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.76 |
| HSL | 36.92º | 0.12% | 0.21% | - |
| HSV(B) | 36.92º | 0.22% | 0.24% | - |
| XYZ | 3.74 | 3.9 | 3.24 | - |
| YUV | 55.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 47 | 0 | 0.08 | 0.22 | 0.76 | 36.92 | 0.12 | 0.21 |
| Hex | 3C | 37 | 2F | 0 | 8 | 16 | 4C | 25 | C | 15 |
| Octal | 74 | 67 | 57 | 0 | 10 | 26 | 114 | 45 | 14 | 25 |
| Binary | 111100 | 110111 | 101111 | 0 | 1000 | 10110 | 1001100 | 100101 | 1100 | 10101 |
Color Harmonies of #3C372F
Complementary color
Monochromatic Colors of #3C372F
Black with #3C372F
Text Example
Text Example
White with #3C372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C372F; }
p { color: rgb(60,55,47); }
H1.HeaderClassName
{
color: #3C372F;
}
.AnyTagClassName
{
color: #3C372F;
}
</style>
background-color css
<style>
a { background-color: #3C372F; }
a { background-color: rgb(60,55,47); }
div.DivClassName
{
background-color: #3C372F;
}
.BgClassName
{
background-color: #3C372F;
}
</style>
border-color css
<style>
span { border-color: #3C372F; }
span { border-color: rgb(60,55,47); }
td.TdClassName
{
border-color: #3C372F;
}
.TagClassName
{
border-color: #3C372F;
}
</style>