Shades of Black Bean #1A1E1B
Tints of Black Bean #1A1E1B
RGB
CMYK
RGB Variations
Color information
#1A1E1B (or 0x1A1E1B) is known color: Black Bean. HEX triplet: 1A, 1E and 1B. RGB value is (26,30,27). Sum of RGB (Red+Green+Blue) = 26+30+27=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1E1B is #E5E1E4. Grayscale: #1C1C1C. Windows color (decimal): -15065573 or 1777178. OLE color: 1777178.
HSL color Cylindrical-coordinate representation of color #1A1E1B: hue angle of 135º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1A1E1B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 30 | 27 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.88 |
| HSL | 135º | 0.07% | 0.11% | - |
| HSV(B) | 135º | 0.13% | 0.12% | - |
| XYZ | 1.09 | 1.23 | 1.22 | - |
| YUV | 28.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 27 | 0.13 | 0 | 0.10 | 0.88 | 135 | 0.07 | 0.11 |
| Hex | 1A | 1E | 1B | D | 0 | A | 58 | 87 | 7 | B |
| Octal | 32 | 36 | 33 | 15 | 0 | 12 | 130 | 207 | 7 | 13 |
| Binary | 11010 | 11110 | 11011 | 1101 | 0 | 1010 | 1011000 | 10000111 | 111 | 1011 |
Color Harmonies of #1A1E1B
Complementary color
Monochromatic Colors of #1A1E1B
Black with #1A1E1B
Text Example
Text Example
White with #1A1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E1B; }
p { color: rgb(26,30,27); }
H1.HeaderClassName
{
color: #1A1E1B;
}
.AnyTagClassName
{
color: #1A1E1B;
}
</style>
background-color css
<style>
a { background-color: #1A1E1B; }
a { background-color: rgb(26,30,27); }
div.DivClassName
{
background-color: #1A1E1B;
}
.BgClassName
{
background-color: #1A1E1B;
}
</style>
border-color css
<style>
span { border-color: #1A1E1B; }
span { border-color: rgb(26,30,27); }
td.TdClassName
{
border-color: #1A1E1B;
}
.TagClassName
{
border-color: #1A1E1B;
}
</style>