Shades of Jacko Bean #41362B
Tints of Jacko Bean #41362B
RGB
CMYK
RGB Variations
Color information
#41362B (or 0x41362B) is known color: Jacko Bean. HEX triplet: 41, 36 and 2B. RGB value is (65,54,43). Sum of RGB (Red+Green+Blue) = 65+54+43=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #41362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41362B is #BEC9D4. Grayscale: #383838. Windows color (decimal): -12503509 or 2831937. OLE color: 2831937.
HSL color Cylindrical-coordinate representation of color #41362B: hue angle of 30º 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 #41362B is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 54 | 43 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.75 |
| HSL | 30º | 0.2% | 0.21% | - |
| HSV(B) | 30º | 0.34% | 0.25% | - |
| XYZ | 3.94 | 3.94 | 2.84 | - |
| YUV | 56.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 43 | 0 | 0.17 | 0.34 | 0.75 | 30 | 0.2 | 0.21 |
| Hex | 41 | 36 | 2B | 0 | 11 | 22 | 4B | 1E | 14 | 15 |
| Octal | 101 | 66 | 53 | 0 | 21 | 42 | 113 | 36 | 24 | 25 |
| Binary | 1000001 | 110110 | 101011 | 0 | 10001 | 100010 | 1001011 | 11110 | 10100 | 10101 |
Color Harmonies of #41362B
Complementary color
Monochromatic Colors of #41362B
Black with #41362B
Text Example
Text Example
White with #41362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41362B; }
p { color: rgb(65,54,43); }
H1.HeaderClassName
{
color: #41362B;
}
.AnyTagClassName
{
color: #41362B;
}
</style>
background-color css
<style>
a { background-color: #41362B; }
a { background-color: rgb(65,54,43); }
div.DivClassName
{
background-color: #41362B;
}
.BgClassName
{
background-color: #41362B;
}
</style>
border-color css
<style>
span { border-color: #41362B; }
span { border-color: rgb(65,54,43); }
td.TdClassName
{
border-color: #41362B;
}
.TagClassName
{
border-color: #41362B;
}
</style>