Shades of Jacko Bean #40382B
Tints of Jacko Bean #40382B
RGB
CMYK
RGB Variations
Color information
#40382B (or 0x40382B) is known color: Jacko Bean. HEX triplet: 40, 38 and 2B. RGB value is (64,56,43). Sum of RGB (Red+Green+Blue) = 64+56+43=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40382B is #BFC7D4. Grayscale: #383838. Windows color (decimal): -12568533 or 2832448. OLE color: 2832448.
HSL color Cylindrical-coordinate representation of color #40382B: hue angle of 37.14º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40382B is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 43 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.75 |
| HSL | 37.14º | 0.2% | 0.21% | - |
| HSV(B) | 37.14º | 0.33% | 0.25% | - |
| XYZ | 3.96 | 4.09 | 2.87 | - |
| YUV | 56.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 43 | 0 | 0.13 | 0.33 | 0.75 | 37.14 | 0.2 | 0.21 |
| Hex | 40 | 38 | 2B | 0 | D | 21 | 4B | 25 | 14 | 15 |
| Octal | 100 | 70 | 53 | 0 | 15 | 41 | 113 | 45 | 24 | 25 |
| Binary | 1000000 | 111000 | 101011 | 0 | 1101 | 100001 | 1001011 | 100101 | 10100 | 10101 |
Color Harmonies of #40382B
Complementary color
Monochromatic Colors of #40382B
Black with #40382B
Text Example
Text Example
White with #40382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40382B; }
p { color: rgb(64,56,43); }
H1.HeaderClassName
{
color: #40382B;
}
.AnyTagClassName
{
color: #40382B;
}
</style>
background-color css
<style>
a { background-color: #40382B; }
a { background-color: rgb(64,56,43); }
div.DivClassName
{
background-color: #40382B;
}
.BgClassName
{
background-color: #40382B;
}
</style>
border-color css
<style>
span { border-color: #40382B; }
span { border-color: rgb(64,56,43); }
td.TdClassName
{
border-color: #40382B;
}
.TagClassName
{
border-color: #40382B;
}
</style>