Shades of Black Bean #1A2F20
Tints of Black Bean #1A2F20
RGB
CMYK
RGB Variations
Color information
#1A2F20 (or 0x1A2F20) is known color: Black Bean. HEX triplet: 1A, 2F and 20. RGB value is (26,47,32). Sum of RGB (Red+Green+Blue) = 26+47+32=105 (13% of max value = 765). Red value is 26 (10.55% from 255 or 24.76% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 47 - color contains mainly: green. Hex color #1A2F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2F20 is #E5D0DF. Grayscale: #272727. Windows color (decimal): -15061216 or 2109210. OLE color: 2109210.
HSL color Cylindrical-coordinate representation of color #1A2F20: hue angle of 137.14º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1A2F20 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 47 | 32 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.82 |
| HSL | 137.14º | 0.29% | 0.14% | - |
| HSV(B) | 137.14º | 0.45% | 0.18% | - |
| XYZ | 1.7 | 2.36 | 1.73 | - |
| YUV | 39.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 32 | 0.45 | 0 | 0.32 | 0.82 | 137.14 | 0.29 | 0.14 |
| Hex | 1A | 2F | 20 | 2D | 0 | 20 | 52 | 89 | 1D | E |
| Octal | 32 | 57 | 40 | 55 | 0 | 40 | 122 | 211 | 35 | 16 |
| Binary | 11010 | 101111 | 100000 | 101101 | 0 | 100000 | 1010010 | 10001001 | 11101 | 1110 |
Color Harmonies of #1A2F20
Complementary color
Monochromatic Colors of #1A2F20
Black with #1A2F20
Text Example
Text Example
White with #1A2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F20; }
p { color: rgb(26,47,32); }
H1.HeaderClassName
{
color: #1A2F20;
}
.AnyTagClassName
{
color: #1A2F20;
}
</style>
background-color css
<style>
a { background-color: #1A2F20; }
a { background-color: rgb(26,47,32); }
div.DivClassName
{
background-color: #1A2F20;
}
.BgClassName
{
background-color: #1A2F20;
}
</style>
border-color css
<style>
span { border-color: #1A2F20; }
span { border-color: rgb(26,47,32); }
td.TdClassName
{
border-color: #1A2F20;
}
.TagClassName
{
border-color: #1A2F20;
}
</style>