Shades of Black Bean #1A201B
Tints of Black Bean #1A201B
RGB
CMYK
RGB Variations
Color information
#1A201B (or 0x1A201B) is known color: Black Bean. HEX triplet: 1A, 20 and 1B. RGB value is (26,32,27). Sum of RGB (Red+Green+Blue) = 26+32+27=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 32 - color contains mainly: green. Hex color #1A201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A201B is #E5DFE4. Grayscale: #1D1D1D. Windows color (decimal): -15065061 or 1777690. OLE color: 1777690.
HSL color Cylindrical-coordinate representation of color #1A201B: hue angle of 130º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A201B is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 27 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.87 |
| HSL | 130º | 0.1% | 0.11% | - |
| HSV(B) | 130º | 0.19% | 0.13% | - |
| XYZ | 1.14 | 1.33 | 1.23 | - |
| YUV | 29.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 27 | 0.19 | 0 | 0.16 | 0.87 | 130 | 0.1 | 0.11 |
| Hex | 1A | 20 | 1B | 13 | 0 | 10 | 57 | 82 | A | B |
| Octal | 32 | 40 | 33 | 23 | 0 | 20 | 127 | 202 | 12 | 13 |
| Binary | 11010 | 100000 | 11011 | 10011 | 0 | 10000 | 1010111 | 10000010 | 1010 | 1011 |
Color Harmonies of #1A201B
Complementary color
Monochromatic Colors of #1A201B
Black with #1A201B
Text Example
Text Example
White with #1A201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A201B; }
p { color: rgb(26,32,27); }
H1.HeaderClassName
{
color: #1A201B;
}
.AnyTagClassName
{
color: #1A201B;
}
</style>
background-color css
<style>
a { background-color: #1A201B; }
a { background-color: rgb(26,32,27); }
div.DivClassName
{
background-color: #1A201B;
}
.BgClassName
{
background-color: #1A201B;
}
</style>
border-color css
<style>
span { border-color: #1A201B; }
span { border-color: rgb(26,32,27); }
td.TdClassName
{
border-color: #1A201B;
}
.TagClassName
{
border-color: #1A201B;
}
</style>