Shades of Black Bean #142B1A
Tints of Black Bean #142B1A
RGB
CMYK
RGB Variations
Color information
#142B1A (or 0x142B1A) is known color: Black Bean. HEX triplet: 14, 2B and 1A. RGB value is (20,43,26). Sum of RGB (Red+Green+Blue) = 20+43+26=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 43 (17.19% from 255 or 48.31% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 43 - color contains mainly: green. Hex color #142B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B1A is #EBD4E5. Grayscale: #222222. Windows color (decimal): -15455462 or 1714964. OLE color: 1714964.
HSL color Cylindrical-coordinate representation of color #142B1A: hue angle of 135.65º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B1A is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 43 | 26 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.83 |
| HSL | 135.65º | 0.37% | 0.12% | - |
| HSV(B) | 135.65º | 0.53% | 0.17% | - |
| XYZ | 1.34 | 1.95 | 1.28 | - |
| YUV | 34.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 26 | 0.53 | 0 | 0.40 | 0.83 | 135.65 | 0.37 | 0.12 |
| Hex | 14 | 2B | 1A | 35 | 0 | 28 | 53 | 88 | 25 | C |
| Octal | 24 | 53 | 32 | 65 | 0 | 50 | 123 | 210 | 45 | 14 |
| Binary | 10100 | 101011 | 11010 | 110101 | 0 | 101000 | 1010011 | 10001000 | 100101 | 1100 |
Color Harmonies of #142B1A
Complementary color
Monochromatic Colors of #142B1A
Black with #142B1A
Text Example
Text Example
White with #142B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B1A; }
p { color: rgb(20,43,26); }
H1.HeaderClassName
{
color: #142B1A;
}
.AnyTagClassName
{
color: #142B1A;
}
</style>
background-color css
<style>
a { background-color: #142B1A; }
a { background-color: rgb(20,43,26); }
div.DivClassName
{
background-color: #142B1A;
}
.BgClassName
{
background-color: #142B1A;
}
</style>
border-color css
<style>
span { border-color: #142B1A; }
span { border-color: rgb(20,43,26); }
td.TdClassName
{
border-color: #142B1A;
}
.TagClassName
{
border-color: #142B1A;
}
</style>