Shades of Jacko Bean #3D372D
Tints of Jacko Bean #3D372D
RGB
CMYK
RGB Variations
Color information
#3D372D (or 0x3D372D) is known color: Jacko Bean. HEX triplet: 3D, 37 and 2D. RGB value is (61,55,45). Sum of RGB (Red+Green+Blue) = 61+55+45=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D372D is #C2C8D2. Grayscale: #373737. Windows color (decimal): -12765395 or 2963261. OLE color: 2963261.
HSL color Cylindrical-coordinate representation of color #3D372D: hue angle of 37.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D372D is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 45 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.76 |
| HSL | 37.5º | 0.15% | 0.21% | - |
| HSV(B) | 37.5º | 0.26% | 0.24% | - |
| XYZ | 3.76 | 3.91 | 3.04 | - |
| YUV | 55.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 45 | 0 | 0.10 | 0.26 | 0.76 | 37.5 | 0.15 | 0.21 |
| Hex | 3D | 37 | 2D | 0 | A | 1A | 4C | 26 | F | 15 |
| Octal | 75 | 67 | 55 | 0 | 12 | 32 | 114 | 46 | 17 | 25 |
| Binary | 111101 | 110111 | 101101 | 0 | 1010 | 11010 | 1001100 | 100110 | 1111 | 10101 |
Color Harmonies of #3D372D
Complementary color
Monochromatic Colors of #3D372D
Black with #3D372D
Text Example
Text Example
White with #3D372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D372D; }
p { color: rgb(61,55,45); }
H1.HeaderClassName
{
color: #3D372D;
}
.AnyTagClassName
{
color: #3D372D;
}
</style>
background-color css
<style>
a { background-color: #3D372D; }
a { background-color: rgb(61,55,45); }
div.DivClassName
{
background-color: #3D372D;
}
.BgClassName
{
background-color: #3D372D;
}
</style>
border-color css
<style>
span { border-color: #3D372D; }
span { border-color: rgb(61,55,45); }
td.TdClassName
{
border-color: #3D372D;
}
.TagClassName
{
border-color: #3D372D;
}
</style>