Shades of Black Bean #1B3821
Tints of Black Bean #1B3821
RGB
CMYK
RGB Variations
Color information
#1B3821 (or 0x1B3821) is known color: Black Bean. HEX triplet: 1B, 38 and 21. RGB value is (27,56,33). Sum of RGB (Red+Green+Blue) = 27+56+33=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #1B3821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3821 is #E4C7DE. Grayscale: #2C2C2C. Windows color (decimal): -14993375 or 2177051. OLE color: 2177051.
HSL color Cylindrical-coordinate representation of color #1B3821: hue angle of 132.41º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B3821 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 56 | 33 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.78 |
| HSL | 132.41º | 0.35% | 0.16% | - |
| HSV(B) | 132.41º | 0.52% | 0.22% | - |
| XYZ | 2.14 | 3.17 | 1.94 | - |
| YUV | 44.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 33 | 0.52 | 0 | 0.41 | 0.78 | 132.41 | 0.35 | 0.16 |
| Hex | 1B | 38 | 21 | 34 | 0 | 29 | 4E | 84 | 23 | 10 |
| Octal | 33 | 70 | 41 | 64 | 0 | 51 | 116 | 204 | 43 | 20 |
| Binary | 11011 | 111000 | 100001 | 110100 | 0 | 101001 | 1001110 | 10000100 | 100011 | 10000 |
Color Harmonies of #1B3821
Complementary color
Monochromatic Colors of #1B3821
Black with #1B3821
Text Example
Text Example
White with #1B3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3821; }
p { color: rgb(27,56,33); }
H1.HeaderClassName
{
color: #1B3821;
}
.AnyTagClassName
{
color: #1B3821;
}
</style>
background-color css
<style>
a { background-color: #1B3821; }
a { background-color: rgb(27,56,33); }
div.DivClassName
{
background-color: #1B3821;
}
.BgClassName
{
background-color: #1B3821;
}
</style>
border-color css
<style>
span { border-color: #1B3821; }
span { border-color: rgb(27,56,33); }
td.TdClassName
{
border-color: #1B3821;
}
.TagClassName
{
border-color: #1B3821;
}
</style>