Shades of Black Bean #1B3320
Tints of Black Bean #1B3320
RGB
CMYK
RGB Variations
Color information
#1B3320 (or 0x1B3320) is known color: Black Bean. HEX triplet: 1B, 33 and 20. RGB value is (27,51,32). Sum of RGB (Red+Green+Blue) = 27+51+32=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3320 is #E4CCDF. Grayscale: #292929. Windows color (decimal): -14994656 or 2110235. OLE color: 2110235.
HSL color Cylindrical-coordinate representation of color #1B3320: hue angle of 132.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B3320 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 32 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.8 |
| HSL | 132.5º | 0.31% | 0.15% | - |
| HSV(B) | 132.5º | 0.47% | 0.2% | - |
| XYZ | 1.9 | 2.7 | 1.79 | - |
| YUV | 41.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 32 | 0.47 | 0 | 0.37 | 0.8 | 132.5 | 0.31 | 0.15 |
| Hex | 1B | 33 | 20 | 2F | 0 | 25 | 50 | 84 | 1F | F |
| Octal | 33 | 63 | 40 | 57 | 0 | 45 | 120 | 204 | 37 | 17 |
| Binary | 11011 | 110011 | 100000 | 101111 | 0 | 100101 | 1010000 | 10000100 | 11111 | 1111 |
Color Harmonies of #1B3320
Complementary color
Monochromatic Colors of #1B3320
Black with #1B3320
Text Example
Text Example
White with #1B3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3320; }
p { color: rgb(27,51,32); }
H1.HeaderClassName
{
color: #1B3320;
}
.AnyTagClassName
{
color: #1B3320;
}
</style>
background-color css
<style>
a { background-color: #1B3320; }
a { background-color: rgb(27,51,32); }
div.DivClassName
{
background-color: #1B3320;
}
.BgClassName
{
background-color: #1B3320;
}
</style>
border-color css
<style>
span { border-color: #1B3320; }
span { border-color: rgb(27,51,32); }
td.TdClassName
{
border-color: #1B3320;
}
.TagClassName
{
border-color: #1B3320;
}
</style>