Shades of Jacko Bean #3F372D
Tints of Jacko Bean #3F372D
RGB
CMYK
RGB Variations
Color information
#3F372D (or 0x3F372D) is known color: Jacko Bean. HEX triplet: 3F, 37 and 2D. RGB value is (63,55,45). Sum of RGB (Red+Green+Blue) = 63+55+45=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372D is #C0C8D2. Grayscale: #383838. Windows color (decimal): -12634323 or 2963263. OLE color: 2963263.
HSL color Cylindrical-coordinate representation of color #3F372D: hue angle of 33.33º 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 #3F372D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 55 | 45 | - |
CMYK | 0 | 0.13 | 0.29 | 0.75 |
HSL | 33.33º | 0.17% | 0.21% | - |
HSV(B) | 33.33º | 0.29% | 0.25% | - |
XYZ | 3.89 | 3.98 | 3.05 | - |
YUV | 56.25 | 121.65 | 132.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 55 | 45 | 0 | 0.13 | 0.29 | 0.75 | 33.33 | 0.17 | 0.21 |
Hex | 3F | 37 | 2D | 0 | D | 1D | 4B | 21 | 11 | 15 |
Octal | 77 | 67 | 55 | 0 | 15 | 35 | 113 | 41 | 21 | 25 |
Binary | 111111 | 110111 | 101101 | 0 | 1101 | 11101 | 1001011 | 100001 | 10001 | 10101 |
Color Harmonies of #3F372D
Complementary color
Monochromatic Colors of #3F372D
Black with #3F372D
Text Example
Text Example
White with #3F372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F372D; }
p { color: rgb(63,55,45); }
H1.HeaderClassName
{
color: #3F372D;
}
.AnyTagClassName
{
color: #3F372D;
}
</style>
background-color css
<style>
a { background-color: #3F372D; }
a { background-color: rgb(63,55,45); }
div.DivClassName
{
background-color: #3F372D;
}
.BgClassName
{
background-color: #3F372D;
}
</style>
border-color css
<style>
span { border-color: #3F372D; }
span { border-color: rgb(63,55,45); }
td.TdClassName
{
border-color: #3F372D;
}
.TagClassName
{
border-color: #3F372D;
}
</style>