Shades of Jacko Bean #3D3933
Tints of Jacko Bean #3D3933
RGB
CMYK
RGB Variations
Color information
#3D3933 (or 0x3D3933) is known color: Jacko Bean. HEX triplet: 3D, 39 and 33. RGB value is (61,57,51). Sum of RGB (Red+Green+Blue) = 61+57+51=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3933 is #C2C6CC. Grayscale: #393939. Windows color (decimal): -12764877 or 3356989. OLE color: 3356989.
HSL color Cylindrical-coordinate representation of color #3D3933: hue angle of 36º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D3933 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 51 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.76 |
| HSL | 36º | 0.09% | 0.22% | - |
| HSV(B) | 36º | 0.16% | 0.24% | - |
| XYZ | 3.99 | 4.16 | 3.72 | - |
| YUV | 57.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 51 | 0 | 0.07 | 0.16 | 0.76 | 36 | 0.09 | 0.22 |
| Hex | 3D | 39 | 33 | 0 | 7 | 10 | 4C | 24 | 9 | 16 |
| Octal | 75 | 71 | 63 | 0 | 7 | 20 | 114 | 44 | 11 | 26 |
| Binary | 111101 | 111001 | 110011 | 0 | 111 | 10000 | 1001100 | 100100 | 1001 | 10110 |
Color Harmonies of #3D3933
Complementary color
Monochromatic Colors of #3D3933
Black with #3D3933
Text Example
Text Example
White with #3D3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3933; }
p { color: rgb(61,57,51); }
H1.HeaderClassName
{
color: #3D3933;
}
.AnyTagClassName
{
color: #3D3933;
}
</style>
background-color css
<style>
a { background-color: #3D3933; }
a { background-color: rgb(61,57,51); }
div.DivClassName
{
background-color: #3D3933;
}
.BgClassName
{
background-color: #3D3933;
}
</style>
border-color css
<style>
span { border-color: #3D3933; }
span { border-color: rgb(61,57,51); }
td.TdClassName
{
border-color: #3D3933;
}
.TagClassName
{
border-color: #3D3933;
}
</style>