Shades of Jacko Bean #3D362E
Tints of Jacko Bean #3D362E
RGB
CMYK
RGB Variations
Color information
#3D362E (or 0x3D362E) is known color: Jacko Bean. HEX triplet: 3D, 36 and 2E. RGB value is (61,54,46). Sum of RGB (Red+Green+Blue) = 61+54+46=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D362E is #C2C9D1. Grayscale: #373737. Windows color (decimal): -12765650 or 3028541. OLE color: 3028541.
HSL color Cylindrical-coordinate representation of color #3D362E: hue angle of 32º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D362E is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 54 | 46 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.76 |
| HSL | 32º | 0.14% | 0.21% | - |
| HSV(B) | 32º | 0.25% | 0.24% | - |
| XYZ | 3.74 | 3.83 | 3.13 | - |
| YUV | 55.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 46 | 0 | 0.11 | 0.25 | 0.76 | 32 | 0.14 | 0.21 |
| Hex | 3D | 36 | 2E | 0 | B | 19 | 4C | 20 | E | 15 |
| Octal | 75 | 66 | 56 | 0 | 13 | 31 | 114 | 40 | 16 | 25 |
| Binary | 111101 | 110110 | 101110 | 0 | 1011 | 11001 | 1001100 | 100000 | 1110 | 10101 |
Color Harmonies of #3D362E
Complementary color
Monochromatic Colors of #3D362E
Black with #3D362E
Text Example
Text Example
White with #3D362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D362E; }
p { color: rgb(61,54,46); }
H1.HeaderClassName
{
color: #3D362E;
}
.AnyTagClassName
{
color: #3D362E;
}
</style>
background-color css
<style>
a { background-color: #3D362E; }
a { background-color: rgb(61,54,46); }
div.DivClassName
{
background-color: #3D362E;
}
.BgClassName
{
background-color: #3D362E;
}
</style>
border-color css
<style>
span { border-color: #3D362E; }
span { border-color: rgb(61,54,46); }
td.TdClassName
{
border-color: #3D362E;
}
.TagClassName
{
border-color: #3D362E;
}
</style>