Shades of Jacko Bean #3D3830
Tints of Jacko Bean #3D3830
RGB
CMYK
RGB Variations
Color information
#3D3830 (or 0x3D3830) is known color: Jacko Bean. HEX triplet: 3D, 38 and 30. RGB value is (61,56,48). Sum of RGB (Red+Green+Blue) = 61+56+48=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3830 is #C2C7CF. Grayscale: #383838. Windows color (decimal): -12765136 or 3160125. OLE color: 3160125.
HSL color Cylindrical-coordinate representation of color #3D3830: 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.21%. Process color model (Four color, CMYK) of #3D3830 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 48 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.76 |
| HSL | 36.92º | 0.12% | 0.21% | - |
| HSV(B) | 36.92º | 0.21% | 0.24% | - |
| XYZ | 3.87 | 4.03 | 3.37 | - |
| YUV | 56.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 48 | 0 | 0.08 | 0.21 | 0.76 | 36.92 | 0.12 | 0.21 |
| Hex | 3D | 38 | 30 | 0 | 8 | 15 | 4C | 25 | C | 15 |
| Octal | 75 | 70 | 60 | 0 | 10 | 25 | 114 | 45 | 14 | 25 |
| Binary | 111101 | 111000 | 110000 | 0 | 1000 | 10101 | 1001100 | 100101 | 1100 | 10101 |
Color Harmonies of #3D3830
Complementary color
Monochromatic Colors of #3D3830
Black with #3D3830
Text Example
Text Example
White with #3D3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3830; }
p { color: rgb(61,56,48); }
H1.HeaderClassName
{
color: #3D3830;
}
.AnyTagClassName
{
color: #3D3830;
}
</style>
background-color css
<style>
a { background-color: #3D3830; }
a { background-color: rgb(61,56,48); }
div.DivClassName
{
background-color: #3D3830;
}
.BgClassName
{
background-color: #3D3830;
}
</style>
border-color css
<style>
span { border-color: #3D3830; }
span { border-color: rgb(61,56,48); }
td.TdClassName
{
border-color: #3D3830;
}
.TagClassName
{
border-color: #3D3830;
}
</style>