Shades of Jacko Bean #3F362D
Tints of Jacko Bean #3F362D
RGB
CMYK
RGB Variations
Color information
#3F362D (or 0x3F362D) is known color: Jacko Bean. HEX triplet: 3F, 36 and 2D. RGB value is (63,54,45). Sum of RGB (Red+Green+Blue) = 63+54+45=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F362D is #C0C9D2. Grayscale: #373737. Windows color (decimal): -12634579 or 2963007. OLE color: 2963007.
HSL color Cylindrical-coordinate representation of color #3F362D: hue angle of 30º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F362D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 45 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.75 |
| HSL | 30º | 0.17% | 0.21% | - |
| HSV(B) | 30º | 0.29% | 0.25% | - |
| XYZ | 3.84 | 3.88 | 3.03 | - |
| YUV | 55.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 45 | 0 | 0.14 | 0.29 | 0.75 | 30 | 0.17 | 0.21 |
| Hex | 3F | 36 | 2D | 0 | E | 1D | 4B | 1E | 11 | 15 |
| Octal | 77 | 66 | 55 | 0 | 16 | 35 | 113 | 36 | 21 | 25 |
| Binary | 111111 | 110110 | 101101 | 0 | 1110 | 11101 | 1001011 | 11110 | 10001 | 10101 |
Color Harmonies of #3F362D
Complementary color
Monochromatic Colors of #3F362D
Black with #3F362D
Text Example
Text Example
White with #3F362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F362D; }
p { color: rgb(63,54,45); }
H1.HeaderClassName
{
color: #3F362D;
}
.AnyTagClassName
{
color: #3F362D;
}
</style>
background-color css
<style>
a { background-color: #3F362D; }
a { background-color: rgb(63,54,45); }
div.DivClassName
{
background-color: #3F362D;
}
.BgClassName
{
background-color: #3F362D;
}
</style>
border-color css
<style>
span { border-color: #3F362D; }
span { border-color: rgb(63,54,45); }
td.TdClassName
{
border-color: #3F362D;
}
.TagClassName
{
border-color: #3F362D;
}
</style>