Shades of Black Bean #1B3B20
Tints of Black Bean #1B3B20
RGB
CMYK
RGB Variations
Color information
#1B3B20 (or 0x1B3B20) is known color: Black Bean. HEX triplet: 1B, 3B and 20. RGB value is (27,59,32). Sum of RGB (Red+Green+Blue) = 27+59+32=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #1B3B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3B20 is #E4C4DF. Grayscale: #2E2E2E. Windows color (decimal): -14992608 or 2112283. OLE color: 2112283.
HSL color Cylindrical-coordinate representation of color #1B3B20: hue angle of 129.38º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B3B20 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 59 | 32 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.77 |
| HSL | 129.38º | 0.37% | 0.17% | - |
| HSV(B) | 129.38º | 0.54% | 0.23% | - |
| XYZ | 2.28 | 3.47 | 1.92 | - |
| YUV | 46.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 32 | 0.54 | 0 | 0.46 | 0.77 | 129.38 | 0.37 | 0.17 |
| Hex | 1B | 3B | 20 | 36 | 0 | 2E | 4D | 81 | 25 | 11 |
| Octal | 33 | 73 | 40 | 66 | 0 | 56 | 115 | 201 | 45 | 21 |
| Binary | 11011 | 111011 | 100000 | 110110 | 0 | 101110 | 1001101 | 10000001 | 100101 | 10001 |
Color Harmonies of #1B3B20
Complementary color
Monochromatic Colors of #1B3B20
Black with #1B3B20
Text Example
Text Example
White with #1B3B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3B20; }
p { color: rgb(27,59,32); }
H1.HeaderClassName
{
color: #1B3B20;
}
.AnyTagClassName
{
color: #1B3B20;
}
</style>
background-color css
<style>
a { background-color: #1B3B20; }
a { background-color: rgb(27,59,32); }
div.DivClassName
{
background-color: #1B3B20;
}
.BgClassName
{
background-color: #1B3B20;
}
</style>
border-color css
<style>
span { border-color: #1B3B20; }
span { border-color: rgb(27,59,32); }
td.TdClassName
{
border-color: #1B3B20;
}
.TagClassName
{
border-color: #1B3B20;
}
</style>