Shades of Black Bean #1B2E1F
Tints of Black Bean #1B2E1F
RGB
CMYK
RGB Variations
Color information
#1B2E1F (or 0x1B2E1F) is known color: Black Bean. HEX triplet: 1B, 2E and 1F. RGB value is (27,46,31). Sum of RGB (Red+Green+Blue) = 27+46+31=104 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.96% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E1F is #E4D1E0. Grayscale: #262626. Windows color (decimal): -14995937 or 2043419. OLE color: 2043419.
HSL color Cylindrical-coordinate representation of color #1B2E1F: hue angle of 132.63º 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 #1B2E1F is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 46 | 31 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.82 |
| HSL | 132.63º | 0.26% | 0.14% | - |
| HSV(B) | 132.63º | 0.41% | 0.18% | - |
| XYZ | 1.68 | 2.29 | 1.65 | - |
| YUV | 38.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 31 | 0.41 | 0 | 0.33 | 0.82 | 132.63 | 0.26 | 0.14 |
| Hex | 1B | 2E | 1F | 29 | 0 | 21 | 52 | 85 | 1A | E |
| Octal | 33 | 56 | 37 | 51 | 0 | 41 | 122 | 205 | 32 | 16 |
| Binary | 11011 | 101110 | 11111 | 101001 | 0 | 100001 | 1010010 | 10000101 | 11010 | 1110 |
Color Harmonies of #1B2E1F
Complementary color
Monochromatic Colors of #1B2E1F
Black with #1B2E1F
Text Example
Text Example
White with #1B2E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E1F; }
p { color: rgb(27,46,31); }
H1.HeaderClassName
{
color: #1B2E1F;
}
.AnyTagClassName
{
color: #1B2E1F;
}
</style>
background-color css
<style>
a { background-color: #1B2E1F; }
a { background-color: rgb(27,46,31); }
div.DivClassName
{
background-color: #1B2E1F;
}
.BgClassName
{
background-color: #1B2E1F;
}
</style>
border-color css
<style>
span { border-color: #1B2E1F; }
span { border-color: rgb(27,46,31); }
td.TdClassName
{
border-color: #1B2E1F;
}
.TagClassName
{
border-color: #1B2E1F;
}
</style>