Shades of Jacko Bean #41382A
Tints of Jacko Bean #41382A
RGB
CMYK
RGB Variations
Color information
#41382A (or 0x41382A) is known color: Jacko Bean. HEX triplet: 41, 38 and 2A. RGB value is (65,56,42). Sum of RGB (Red+Green+Blue) = 65+56+42=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41382A is #BEC7D5. Grayscale: #393939. Windows color (decimal): -12502998 or 2766913. OLE color: 2766913.
HSL color Cylindrical-coordinate representation of color #41382A: hue angle of 36.52º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41382A is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 56 | 42 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.75 |
| HSL | 36.52º | 0.21% | 0.21% | - |
| HSV(B) | 36.52º | 0.35% | 0.25% | - |
| XYZ | 4.01 | 4.12 | 2.77 | - |
| YUV | 57.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 42 | 0 | 0.14 | 0.35 | 0.75 | 36.52 | 0.21 | 0.21 |
| Hex | 41 | 38 | 2A | 0 | E | 23 | 4B | 25 | 15 | 15 |
| Octal | 101 | 70 | 52 | 0 | 16 | 43 | 113 | 45 | 25 | 25 |
| Binary | 1000001 | 111000 | 101010 | 0 | 1110 | 100011 | 1001011 | 100101 | 10101 | 10101 |
Color Harmonies of #41382A
Complementary color
Monochromatic Colors of #41382A
Black with #41382A
Text Example
Text Example
White with #41382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41382A; }
p { color: rgb(65,56,42); }
H1.HeaderClassName
{
color: #41382A;
}
.AnyTagClassName
{
color: #41382A;
}
</style>
background-color css
<style>
a { background-color: #41382A; }
a { background-color: rgb(65,56,42); }
div.DivClassName
{
background-color: #41382A;
}
.BgClassName
{
background-color: #41382A;
}
</style>
border-color css
<style>
span { border-color: #41382A; }
span { border-color: rgb(65,56,42); }
td.TdClassName
{
border-color: #41382A;
}
.TagClassName
{
border-color: #41382A;
}
</style>