Shades of Black Bean #1B3721
Tints of Black Bean #1B3721
RGB
CMYK
RGB Variations
Color information
#1B3721 (or 0x1B3721) is known color: Black Bean. HEX triplet: 1B, 37 and 21. RGB value is (27,55,33). Sum of RGB (Red+Green+Blue) = 27+55+33=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3721 is #E4C8DE. Grayscale: #2C2C2C. Windows color (decimal): -14993631 or 2176795. OLE color: 2176795.
HSL color Cylindrical-coordinate representation of color #1B3721: hue angle of 132.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B3721 is Cyan = 0.51, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 55 | 33 | - |
| CMYK | 0.51 | 0 | 0.4 | 0.78 |
| HSL | 132.86º | 0.34% | 0.16% | - |
| HSV(B) | 132.86º | 0.51% | 0.22% | - |
| XYZ | 2.09 | 3.08 | 1.92 | - |
| YUV | 44.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 33 | 0.51 | 0 | 0.4 | 0.78 | 132.86 | 0.34 | 0.16 |
| Hex | 1B | 37 | 21 | 33 | 0 | 28 | 4E | 85 | 22 | 10 |
| Octal | 33 | 67 | 41 | 63 | 0 | 50 | 116 | 205 | 42 | 20 |
| Binary | 11011 | 110111 | 100001 | 110011 | 0 | 101000 | 1001110 | 10000101 | 100010 | 10000 |
Color Harmonies of #1B3721
Complementary color
Monochromatic Colors of #1B3721
Black with #1B3721
Text Example
Text Example
White with #1B3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3721; }
p { color: rgb(27,55,33); }
H1.HeaderClassName
{
color: #1B3721;
}
.AnyTagClassName
{
color: #1B3721;
}
</style>
background-color css
<style>
a { background-color: #1B3721; }
a { background-color: rgb(27,55,33); }
div.DivClassName
{
background-color: #1B3721;
}
.BgClassName
{
background-color: #1B3721;
}
</style>
border-color css
<style>
span { border-color: #1B3721; }
span { border-color: rgb(27,55,33); }
td.TdClassName
{
border-color: #1B3721;
}
.TagClassName
{
border-color: #1B3721;
}
</style>