Shades of Jacko Bean #41392F
Tints of Jacko Bean #41392F
RGB
CMYK
RGB Variations
Color information
#41392F (or 0x41392F) is known color: Jacko Bean. HEX triplet: 41, 39 and 2F. RGB value is (65,57,47). Sum of RGB (Red+Green+Blue) = 65+57+47=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #41392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41392F is #BEC6D0. Grayscale: #3A3A3A. Windows color (decimal): -12502737 or 3094849. OLE color: 3094849.
HSL color Cylindrical-coordinate representation of color #41392F: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41392F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 57 | 47 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.75 |
| HSL | 33.33º | 0.16% | 0.22% | - |
| HSV(B) | 33.33º | 0.28% | 0.25% | - |
| XYZ | 4.16 | 4.26 | 3.29 | - |
| YUV | 58.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 47 | 0 | 0.12 | 0.28 | 0.75 | 33.33 | 0.16 | 0.22 |
| Hex | 41 | 39 | 2F | 0 | C | 1C | 4B | 21 | 10 | 16 |
| Octal | 101 | 71 | 57 | 0 | 14 | 34 | 113 | 41 | 20 | 26 |
| Binary | 1000001 | 111001 | 101111 | 0 | 1100 | 11100 | 1001011 | 100001 | 10000 | 10110 |
Color Harmonies of #41392F
Complementary color
Monochromatic Colors of #41392F
Black with #41392F
Text Example
Text Example
White with #41392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41392F; }
p { color: rgb(65,57,47); }
H1.HeaderClassName
{
color: #41392F;
}
.AnyTagClassName
{
color: #41392F;
}
</style>
background-color css
<style>
a { background-color: #41392F; }
a { background-color: rgb(65,57,47); }
div.DivClassName
{
background-color: #41392F;
}
.BgClassName
{
background-color: #41392F;
}
</style>
border-color css
<style>
span { border-color: #41392F; }
span { border-color: rgb(65,57,47); }
td.TdClassName
{
border-color: #41392F;
}
.TagClassName
{
border-color: #41392F;
}
</style>