Shades of Black Bean #1B2A1F
Tints of Black Bean #1B2A1F
RGB
CMYK
RGB Variations
Color information
#1B2A1F (or 0x1B2A1F) is known color: Black Bean. HEX triplet: 1B, 2A and 1F. RGB value is (27,42,31). Sum of RGB (Red+Green+Blue) = 27+42+31=100 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 42 - color contains mainly: green. Hex color #1B2A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2A1F is #E4D5E0. Grayscale: #242424. Windows color (decimal): -14996961 or 2042395. OLE color: 2042395.
HSL color Cylindrical-coordinate representation of color #1B2A1F: hue angle of 136º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1B2A1F is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 42 | 31 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.84 |
| HSL | 136º | 0.22% | 0.14% | - |
| HSV(B) | 136º | 0.36% | 0.16% | - |
| XYZ | 1.53 | 1.99 | 1.6 | - |
| YUV | 36.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 31 | 0.36 | 0 | 0.26 | 0.84 | 136 | 0.22 | 0.14 |
| Hex | 1B | 2A | 1F | 24 | 0 | 1A | 54 | 88 | 16 | E |
| Octal | 33 | 52 | 37 | 44 | 0 | 32 | 124 | 210 | 26 | 16 |
| Binary | 11011 | 101010 | 11111 | 100100 | 0 | 11010 | 1010100 | 10001000 | 10110 | 1110 |
Color Harmonies of #1B2A1F
Complementary color
Monochromatic Colors of #1B2A1F
Black with #1B2A1F
Text Example
Text Example
White with #1B2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2A1F; }
p { color: rgb(27,42,31); }
H1.HeaderClassName
{
color: #1B2A1F;
}
.AnyTagClassName
{
color: #1B2A1F;
}
</style>
background-color css
<style>
a { background-color: #1B2A1F; }
a { background-color: rgb(27,42,31); }
div.DivClassName
{
background-color: #1B2A1F;
}
.BgClassName
{
background-color: #1B2A1F;
}
</style>
border-color css
<style>
span { border-color: #1B2A1F; }
span { border-color: rgb(27,42,31); }
td.TdClassName
{
border-color: #1B2A1F;
}
.TagClassName
{
border-color: #1B2A1F;
}
</style>