Shades of Black Bean #1B2E1C
Tints of Black Bean #1B2E1C
RGB
CMYK
RGB Variations
Color information
#1B2E1C (or 0x1B2E1C) is known color: Black Bean. HEX triplet: 1B, 2E and 1C. RGB value is (27,46,28). Sum of RGB (Red+Green+Blue) = 27+46+28=101 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.73% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E1C is #E4D1E3. Grayscale: #262626. Windows color (decimal): -14995940 or 1846811. OLE color: 1846811.
HSL color Cylindrical-coordinate representation of color #1B2E1C: hue angle of 123.16º 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 #1B2E1C is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 46 | 28 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.82 |
| HSL | 123.16º | 0.26% | 0.14% | - |
| HSV(B) | 123.16º | 0.41% | 0.18% | - |
| XYZ | 1.64 | 2.27 | 1.45 | - |
| YUV | 38.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 28 | 0.41 | 0 | 0.39 | 0.82 | 123.16 | 0.26 | 0.14 |
| Hex | 1B | 2E | 1C | 29 | 0 | 27 | 52 | 7B | 1A | E |
| Octal | 33 | 56 | 34 | 51 | 0 | 47 | 122 | 173 | 32 | 16 |
| Binary | 11011 | 101110 | 11100 | 101001 | 0 | 100111 | 1010010 | 1111011 | 11010 | 1110 |
Color Harmonies of #1B2E1C
Complementary color
Monochromatic Colors of #1B2E1C
Black with #1B2E1C
Text Example
Text Example
White with #1B2E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E1C; }
p { color: rgb(27,46,28); }
H1.HeaderClassName
{
color: #1B2E1C;
}
.AnyTagClassName
{
color: #1B2E1C;
}
</style>
background-color css
<style>
a { background-color: #1B2E1C; }
a { background-color: rgb(27,46,28); }
div.DivClassName
{
background-color: #1B2E1C;
}
.BgClassName
{
background-color: #1B2E1C;
}
</style>
border-color css
<style>
span { border-color: #1B2E1C; }
span { border-color: rgb(27,46,28); }
td.TdClassName
{
border-color: #1B2E1C;
}
.TagClassName
{
border-color: #1B2E1C;
}
</style>