Shades of Black Bean #1B2E1D
Tints of Black Bean #1B2E1D
RGB
CMYK
RGB Variations
Color information
#1B2E1D (or 0x1B2E1D) is known color: Black Bean. HEX triplet: 1B, 2E and 1D. RGB value is (27,46,29). Sum of RGB (Red+Green+Blue) = 27+46+29=102 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.47% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E1D is #E4D1E2. Grayscale: #262626. Windows color (decimal): -14995939 or 1912347. OLE color: 1912347.
HSL color Cylindrical-coordinate representation of color #1B2E1D: hue angle of 126.32º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B2E1D is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 46 | 29 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.82 |
| HSL | 126.32º | 0.26% | 0.14% | - |
| HSV(B) | 126.32º | 0.41% | 0.18% | - |
| XYZ | 1.65 | 2.28 | 1.51 | - |
| YUV | 38.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 29 | 0.41 | 0 | 0.37 | 0.82 | 126.32 | 0.26 | 0.14 |
| Hex | 1B | 2E | 1D | 29 | 0 | 25 | 52 | 7E | 1A | E |
| Octal | 33 | 56 | 35 | 51 | 0 | 45 | 122 | 176 | 32 | 16 |
| Binary | 11011 | 101110 | 11101 | 101001 | 0 | 100101 | 1010010 | 1111110 | 11010 | 1110 |
Color Harmonies of #1B2E1D
Complementary color
Monochromatic Colors of #1B2E1D
Black with #1B2E1D
Text Example
Text Example
White with #1B2E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E1D; }
p { color: rgb(27,46,29); }
H1.HeaderClassName
{
color: #1B2E1D;
}
.AnyTagClassName
{
color: #1B2E1D;
}
</style>
background-color css
<style>
a { background-color: #1B2E1D; }
a { background-color: rgb(27,46,29); }
div.DivClassName
{
background-color: #1B2E1D;
}
.BgClassName
{
background-color: #1B2E1D;
}
</style>
border-color css
<style>
span { border-color: #1B2E1D; }
span { border-color: rgb(27,46,29); }
td.TdClassName
{
border-color: #1B2E1D;
}
.TagClassName
{
border-color: #1B2E1D;
}
</style>