Shades of Jacko Bean #41382C
Tints of Jacko Bean #41382C
RGB
CMYK
RGB Variations
Color information
#41382C (or 0x41382C) is known color: Jacko Bean. HEX triplet: 41, 38 and 2C. RGB value is (65,56,44). Sum of RGB (Red+Green+Blue) = 65+56+44=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #41382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41382C is #BEC7D3. Grayscale: #393939. Windows color (decimal): -12502996 or 2897985. OLE color: 2897985.
HSL color Cylindrical-coordinate representation of color #41382C: hue angle of 34.29º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41382C is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 56 | 44 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.75 |
| HSL | 34.29º | 0.19% | 0.21% | - |
| HSV(B) | 34.29º | 0.32% | 0.25% | - |
| XYZ | 4.05 | 4.13 | 2.97 | - |
| YUV | 57.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 44 | 0 | 0.14 | 0.32 | 0.75 | 34.29 | 0.19 | 0.21 |
| Hex | 41 | 38 | 2C | 0 | E | 20 | 4B | 22 | 13 | 15 |
| Octal | 101 | 70 | 54 | 0 | 16 | 40 | 113 | 42 | 23 | 25 |
| Binary | 1000001 | 111000 | 101100 | 0 | 1110 | 100000 | 1001011 | 100010 | 10011 | 10101 |
Color Harmonies of #41382C
Complementary color
Monochromatic Colors of #41382C
Black with #41382C
Text Example
Text Example
White with #41382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41382C; }
p { color: rgb(65,56,44); }
H1.HeaderClassName
{
color: #41382C;
}
.AnyTagClassName
{
color: #41382C;
}
</style>
background-color css
<style>
a { background-color: #41382C; }
a { background-color: rgb(65,56,44); }
div.DivClassName
{
background-color: #41382C;
}
.BgClassName
{
background-color: #41382C;
}
</style>
border-color css
<style>
span { border-color: #41382C; }
span { border-color: rgb(65,56,44); }
td.TdClassName
{
border-color: #41382C;
}
.TagClassName
{
border-color: #41382C;
}
</style>