Shades of Black Bean #142A1A
Tints of Black Bean #142A1A
RGB
CMYK
RGB Variations
Color information
#142A1A (or 0x142A1A) is known color: Black Bean. HEX triplet: 14, 2A and 1A. RGB value is (20,42,26). Sum of RGB (Red+Green+Blue) = 20+42+26=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #142A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A1A is #EBD5E5. Grayscale: #212121. Windows color (decimal): -15455718 or 1714708. OLE color: 1714708.
HSL color Cylindrical-coordinate representation of color #142A1A: hue angle of 136.36º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142A1A is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 42 | 26 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.84 |
| HSL | 136.36º | 0.35% | 0.12% | - |
| HSV(B) | 136.36º | 0.52% | 0.16% | - |
| XYZ | 1.3 | 1.88 | 1.27 | - |
| YUV | 33.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 26 | 0.52 | 0 | 0.38 | 0.84 | 136.36 | 0.35 | 0.12 |
| Hex | 14 | 2A | 1A | 34 | 0 | 26 | 54 | 88 | 23 | C |
| Octal | 24 | 52 | 32 | 64 | 0 | 46 | 124 | 210 | 43 | 14 |
| Binary | 10100 | 101010 | 11010 | 110100 | 0 | 100110 | 1010100 | 10001000 | 100011 | 1100 |
Color Harmonies of #142A1A
Complementary color
Monochromatic Colors of #142A1A
Black with #142A1A
Text Example
Text Example
White with #142A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A1A; }
p { color: rgb(20,42,26); }
H1.HeaderClassName
{
color: #142A1A;
}
.AnyTagClassName
{
color: #142A1A;
}
</style>
background-color css
<style>
a { background-color: #142A1A; }
a { background-color: rgb(20,42,26); }
div.DivClassName
{
background-color: #142A1A;
}
.BgClassName
{
background-color: #142A1A;
}
</style>
border-color css
<style>
span { border-color: #142A1A; }
span { border-color: rgb(20,42,26); }
td.TdClassName
{
border-color: #142A1A;
}
.TagClassName
{
border-color: #142A1A;
}
</style>