#142B1A

Color #142B1A Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #142B1A

Tints of Black Bean #142B1A

Color information

#142B1A (or 0x142B1A) is unknown color: approx 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

RGB204326-
CMYK0.5300.400.83
HSL135.65º36.51%12.35%-
HSV(B)135.65º53.49%16.86%-
XYZ1.341.951.28-
YUV34.18123.38117.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 43 (17.19% from 255) = 48.31%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=22.47%
G=48.31%
B=29.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043260.5300.400.83135.6536.5112.35
Hex142B1A35028538825c
Octal245332650501232104514
Binary101001010111101011010101010001010011100010001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>