Shades of Black Bean #1A2E20
Tints of Black Bean #1A2E20
RGB
CMYK
RGB Variations
Color information
#1A2E20 (or 0x1A2E20) is known color: Black Bean. HEX triplet: 1A, 2E and 20. RGB value is (26,46,32). Sum of RGB (Red+Green+Blue) = 26+46+32=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E20 is #E5D1DF. Grayscale: #262626. Windows color (decimal): -15061472 or 2108954. OLE color: 2108954.
HSL color Cylindrical-coordinate representation of color #1A2E20: hue angle of 138º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A2E20 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 46 | 32 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.82 |
| HSL | 138º | 0.28% | 0.14% | - |
| HSV(B) | 138º | 0.43% | 0.18% | - |
| XYZ | 1.66 | 2.28 | 1.72 | - |
| YUV | 38.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 32 | 0.43 | 0 | 0.30 | 0.82 | 138 | 0.28 | 0.14 |
| Hex | 1A | 2E | 20 | 2B | 0 | 1E | 52 | 8A | 1C | E |
| Octal | 32 | 56 | 40 | 53 | 0 | 36 | 122 | 212 | 34 | 16 |
| Binary | 11010 | 101110 | 100000 | 101011 | 0 | 11110 | 1010010 | 10001010 | 11100 | 1110 |
Color Harmonies of #1A2E20
Complementary color
Monochromatic Colors of #1A2E20
Black with #1A2E20
Text Example
Text Example
White with #1A2E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E20; }
p { color: rgb(26,46,32); }
H1.HeaderClassName
{
color: #1A2E20;
}
.AnyTagClassName
{
color: #1A2E20;
}
</style>
background-color css
<style>
a { background-color: #1A2E20; }
a { background-color: rgb(26,46,32); }
div.DivClassName
{
background-color: #1A2E20;
}
.BgClassName
{
background-color: #1A2E20;
}
</style>
border-color css
<style>
span { border-color: #1A2E20; }
span { border-color: rgb(26,46,32); }
td.TdClassName
{
border-color: #1A2E20;
}
.TagClassName
{
border-color: #1A2E20;
}
</style>