Shades of Black Bean #1B3021
Tints of Black Bean #1B3021
RGB
CMYK
RGB Variations
Color information
#1B3021 (or 0x1B3021) is known color: Black Bean. HEX triplet: 1B, 30 and 21. RGB value is (27,48,33). Sum of RGB (Red+Green+Blue) = 27+48+33=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3021 is #E4CFDE. Grayscale: #282828. Windows color (decimal): -14995423 or 2175003. OLE color: 2175003.
HSL color Cylindrical-coordinate representation of color #1B3021: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B3021 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 48 | 33 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.81 |
| HSL | 137.14º | 0.28% | 0.15% | - |
| HSV(B) | 137.14º | 0.44% | 0.19% | - |
| XYZ | 1.78 | 2.46 | 1.82 | - |
| YUV | 40.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 33 | 0.44 | 0 | 0.31 | 0.81 | 137.14 | 0.28 | 0.15 |
| Hex | 1B | 30 | 21 | 2C | 0 | 1F | 51 | 89 | 1C | F |
| Octal | 33 | 60 | 41 | 54 | 0 | 37 | 121 | 211 | 34 | 17 |
| Binary | 11011 | 110000 | 100001 | 101100 | 0 | 11111 | 1010001 | 10001001 | 11100 | 1111 |
Color Harmonies of #1B3021
Complementary color
Monochromatic Colors of #1B3021
Black with #1B3021
Text Example
Text Example
White with #1B3021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3021; }
p { color: rgb(27,48,33); }
H1.HeaderClassName
{
color: #1B3021;
}
.AnyTagClassName
{
color: #1B3021;
}
</style>
background-color css
<style>
a { background-color: #1B3021; }
a { background-color: rgb(27,48,33); }
div.DivClassName
{
background-color: #1B3021;
}
.BgClassName
{
background-color: #1B3021;
}
</style>
border-color css
<style>
span { border-color: #1B3021; }
span { border-color: rgb(27,48,33); }
td.TdClassName
{
border-color: #1B3021;
}
.TagClassName
{
border-color: #1B3021;
}
</style>