Shades of Black Bean #1B291D
Tints of Black Bean #1B291D
RGB
CMYK
RGB Variations
Color information
#1B291D (or 0x1B291D) is known color: Black Bean. HEX triplet: 1B, 29 and 1D. RGB value is (27,41,29). Sum of RGB (Red+Green+Blue) = 27+41+29=97 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.84% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #1B291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B291D is #E4D6E2. Grayscale: #232323. Windows color (decimal): -14997219 or 1911067. OLE color: 1911067.
HSL color Cylindrical-coordinate representation of color #1B291D: hue angle of 128.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1B291D is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 41 | 29 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.84 |
| HSL | 128.57º | 0.21% | 0.13% | - |
| HSV(B) | 128.57º | 0.34% | 0.16% | - |
| XYZ | 1.47 | 1.91 | 1.45 | - |
| YUV | 35.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 29 | 0.34 | 0 | 0.29 | 0.84 | 128.57 | 0.21 | 0.13 |
| Hex | 1B | 29 | 1D | 22 | 0 | 1D | 54 | 81 | 15 | D |
| Octal | 33 | 51 | 35 | 42 | 0 | 35 | 124 | 201 | 25 | 15 |
| Binary | 11011 | 101001 | 11101 | 100010 | 0 | 11101 | 1010100 | 10000001 | 10101 | 1101 |
Color Harmonies of #1B291D
Complementary color
Monochromatic Colors of #1B291D
Black with #1B291D
Text Example
Text Example
White with #1B291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B291D; }
p { color: rgb(27,41,29); }
H1.HeaderClassName
{
color: #1B291D;
}
.AnyTagClassName
{
color: #1B291D;
}
</style>
background-color css
<style>
a { background-color: #1B291D; }
a { background-color: rgb(27,41,29); }
div.DivClassName
{
background-color: #1B291D;
}
.BgClassName
{
background-color: #1B291D;
}
</style>
border-color css
<style>
span { border-color: #1B291D; }
span { border-color: rgb(27,41,29); }
td.TdClassName
{
border-color: #1B291D;
}
.TagClassName
{
border-color: #1B291D;
}
</style>