Shades of Jacko Bean #3D3429
Tints of Jacko Bean #3D3429
RGB
CMYK
RGB Variations
Color information
#3D3429 (or 0x3D3429) is known color: Jacko Bean. HEX triplet: 3D, 34 and 29. RGB value is (61,52,41). Sum of RGB (Red+Green+Blue) = 61+52+41=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3429 is #C2CBD6. Grayscale: #353535. Windows color (decimal): -12766167 or 2700349. OLE color: 2700349.
HSL color Cylindrical-coordinate representation of color #3D3429: hue angle of 33º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3429 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 52 | 41 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.76 |
| HSL | 33º | 0.2% | 0.2% | - |
| HSV(B) | 33º | 0.33% | 0.24% | - |
| XYZ | 3.55 | 3.61 | 2.61 | - |
| YUV | 53.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 41 | 0 | 0.15 | 0.33 | 0.76 | 33 | 0.2 | 0.2 |
| Hex | 3D | 34 | 29 | 0 | F | 21 | 4C | 21 | 14 | 14 |
| Octal | 75 | 64 | 51 | 0 | 17 | 41 | 114 | 41 | 24 | 24 |
| Binary | 111101 | 110100 | 101001 | 0 | 1111 | 100001 | 1001100 | 100001 | 10100 | 10100 |
Color Harmonies of #3D3429
Complementary color
Monochromatic Colors of #3D3429
Black with #3D3429
Text Example
Text Example
White with #3D3429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3429; }
p { color: rgb(61,52,41); }
H1.HeaderClassName
{
color: #3D3429;
}
.AnyTagClassName
{
color: #3D3429;
}
</style>
background-color css
<style>
a { background-color: #3D3429; }
a { background-color: rgb(61,52,41); }
div.DivClassName
{
background-color: #3D3429;
}
.BgClassName
{
background-color: #3D3429;
}
</style>
border-color css
<style>
span { border-color: #3D3429; }
span { border-color: rgb(61,52,41); }
td.TdClassName
{
border-color: #3D3429;
}
.TagClassName
{
border-color: #3D3429;
}
</style>