Shades of Jacko Bean #3D3A36
Tints of Jacko Bean #3D3A36
RGB
CMYK
RGB Variations
Color information
#3D3A36 (or 0x3D3A36) is known color: Jacko Bean. HEX triplet: 3D, 3A and 36. RGB value is (61,58,54). Sum of RGB (Red+Green+Blue) = 61+58+54=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A36 is #C2C5C9. Grayscale: #3A3A3A. Windows color (decimal): -12764618 or 3553853. OLE color: 3553853.
HSL color Cylindrical-coordinate representation of color #3D3A36: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3D3A36 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 58 | 54 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.76 |
| HSL | 34.29º | 0.06% | 0.23% | - |
| HSV(B) | 34.29º | 0.11% | 0.24% | - |
| XYZ | 4.1 | 4.28 | 4.1 | - |
| YUV | 58.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 54 | 0 | 0.05 | 0.11 | 0.76 | 34.29 | 0.06 | 0.23 |
| Hex | 3D | 3A | 36 | 0 | 5 | B | 4C | 22 | 6 | 17 |
| Octal | 75 | 72 | 66 | 0 | 5 | 13 | 114 | 42 | 6 | 27 |
| Binary | 111101 | 111010 | 110110 | 0 | 101 | 1011 | 1001100 | 100010 | 110 | 10111 |
Color Harmonies of #3D3A36
Complementary color
Monochromatic Colors of #3D3A36
Black with #3D3A36
Text Example
Text Example
White with #3D3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A36; }
p { color: rgb(61,58,54); }
H1.HeaderClassName
{
color: #3D3A36;
}
.AnyTagClassName
{
color: #3D3A36;
}
</style>
background-color css
<style>
a { background-color: #3D3A36; }
a { background-color: rgb(61,58,54); }
div.DivClassName
{
background-color: #3D3A36;
}
.BgClassName
{
background-color: #3D3A36;
}
</style>
border-color css
<style>
span { border-color: #3D3A36; }
span { border-color: rgb(61,58,54); }
td.TdClassName
{
border-color: #3D3A36;
}
.TagClassName
{
border-color: #3D3A36;
}
</style>