Shades of Jacko Bean #41372B
Tints of Jacko Bean #41372B
RGB
CMYK
RGB Variations
Color information
#41372B (or 0x41372B) is known color: Jacko Bean. HEX triplet: 41, 37 and 2B. RGB value is (65,55,43). Sum of RGB (Red+Green+Blue) = 65+55+43=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372B is #BEC8D4. Grayscale: #383838. Windows color (decimal): -12503253 or 2832193. OLE color: 2832193.
HSL color Cylindrical-coordinate representation of color #41372B: hue angle of 32.73º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41372B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 55 | 43 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.75 |
| HSL | 32.73º | 0.2% | 0.21% | - |
| HSV(B) | 32.73º | 0.34% | 0.25% | - |
| XYZ | 3.98 | 4.03 | 2.85 | - |
| YUV | 56.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 43 | 0 | 0.15 | 0.34 | 0.75 | 32.73 | 0.2 | 0.21 |
| Hex | 41 | 37 | 2B | 0 | F | 22 | 4B | 21 | 14 | 15 |
| Octal | 101 | 67 | 53 | 0 | 17 | 42 | 113 | 41 | 24 | 25 |
| Binary | 1000001 | 110111 | 101011 | 0 | 1111 | 100010 | 1001011 | 100001 | 10100 | 10101 |
Color Harmonies of #41372B
Complementary color
Monochromatic Colors of #41372B
Black with #41372B
Text Example
Text Example
White with #41372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41372B; }
p { color: rgb(65,55,43); }
H1.HeaderClassName
{
color: #41372B;
}
.AnyTagClassName
{
color: #41372B;
}
</style>
background-color css
<style>
a { background-color: #41372B; }
a { background-color: rgb(65,55,43); }
div.DivClassName
{
background-color: #41372B;
}
.BgClassName
{
background-color: #41372B;
}
</style>
border-color css
<style>
span { border-color: #41372B; }
span { border-color: rgb(65,55,43); }
td.TdClassName
{
border-color: #41372B;
}
.TagClassName
{
border-color: #41372B;
}
</style>