Shades of Black Bean #1B271E
Tints of Black Bean #1B271E
RGB
CMYK
RGB Variations
Color information
#1B271E (or 0x1B271E) is known color: Black Bean. HEX triplet: 1B, 27 and 1E. RGB value is (27,39,30). Sum of RGB (Red+Green+Blue) = 27+39+30=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #1B271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B271E is #E4D8E1. Grayscale: #222222. Windows color (decimal): -14997730 or 1976091. OLE color: 1976091.
HSL color Cylindrical-coordinate representation of color #1B271E: hue angle of 135º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1B271E is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 39 | 30 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.85 |
| HSL | 135º | 0.18% | 0.13% | - |
| HSV(B) | 135º | 0.31% | 0.15% | - |
| XYZ | 1.41 | 1.78 | 1.5 | - |
| YUV | 34.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 30 | 0.31 | 0 | 0.23 | 0.85 | 135 | 0.18 | 0.13 |
| Hex | 1B | 27 | 1E | 1F | 0 | 17 | 55 | 87 | 12 | D |
| Octal | 33 | 47 | 36 | 37 | 0 | 27 | 125 | 207 | 22 | 15 |
| Binary | 11011 | 100111 | 11110 | 11111 | 0 | 10111 | 1010101 | 10000111 | 10010 | 1101 |
Color Harmonies of #1B271E
Complementary color
Monochromatic Colors of #1B271E
Black with #1B271E
Text Example
Text Example
White with #1B271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B271E; }
p { color: rgb(27,39,30); }
H1.HeaderClassName
{
color: #1B271E;
}
.AnyTagClassName
{
color: #1B271E;
}
</style>
background-color css
<style>
a { background-color: #1B271E; }
a { background-color: rgb(27,39,30); }
div.DivClassName
{
background-color: #1B271E;
}
.BgClassName
{
background-color: #1B271E;
}
</style>
border-color css
<style>
span { border-color: #1B271E; }
span { border-color: rgb(27,39,30); }
td.TdClassName
{
border-color: #1B271E;
}
.TagClassName
{
border-color: #1B271E;
}
</style>