Shades of Jacko Bean #3D362F
Tints of Jacko Bean #3D362F
RGB
CMYK
RGB Variations
Color information
#3D362F (or 0x3D362F) is known color: Jacko Bean. HEX triplet: 3D, 36 and 2F. RGB value is (61,54,47). Sum of RGB (Red+Green+Blue) = 61+54+47=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 61 - color contains mainly: red. Hex color #3D362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D362F is #C2C9D0. Grayscale: #373737. Windows color (decimal): -12765649 or 3094077. OLE color: 3094077.
HSL color Cylindrical-coordinate representation of color #3D362F: hue angle of 30º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D362F is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 54 | 47 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.76 |
| HSL | 30º | 0.13% | 0.21% | - |
| HSV(B) | 30º | 0.23% | 0.24% | - |
| XYZ | 3.76 | 3.84 | 3.23 | - |
| YUV | 55.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 47 | 0 | 0.11 | 0.23 | 0.76 | 30 | 0.13 | 0.21 |
| Hex | 3D | 36 | 2F | 0 | B | 17 | 4C | 1E | D | 15 |
| Octal | 75 | 66 | 57 | 0 | 13 | 27 | 114 | 36 | 15 | 25 |
| Binary | 111101 | 110110 | 101111 | 0 | 1011 | 10111 | 1001100 | 11110 | 1101 | 10101 |
Color Harmonies of #3D362F
Complementary color
Monochromatic Colors of #3D362F
Black with #3D362F
Text Example
Text Example
White with #3D362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D362F; }
p { color: rgb(61,54,47); }
H1.HeaderClassName
{
color: #3D362F;
}
.AnyTagClassName
{
color: #3D362F;
}
</style>
background-color css
<style>
a { background-color: #3D362F; }
a { background-color: rgb(61,54,47); }
div.DivClassName
{
background-color: #3D362F;
}
.BgClassName
{
background-color: #3D362F;
}
</style>
border-color css
<style>
span { border-color: #3D362F; }
span { border-color: rgb(61,54,47); }
td.TdClassName
{
border-color: #3D362F;
}
.TagClassName
{
border-color: #3D362F;
}
</style>