#142B18

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

Shades of Black Bean #142B18

Tints of Black Bean #142B18

Color information

#142B18 (or 0x142B18) is unknown color: approx Black Bean. HEX triplet: 14, 2B and 18. RGB value is (20,43,24). Sum of RGB (Red+Green+Blue) = 20+43+24=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #142B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B18 is #EBD4E7. Grayscale: #222222. Windows color (decimal): -15455464 or 1583892. OLE color: 1583892.

HSL color Cylindrical-coordinate representation of color #142B18: hue angle of 130.43º 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 #142B18 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.

Color convert

RGB204324-
CMYK0.5300.440.83
HSL130.43º36.51%12.35%-
HSV(B)130.43º53.49%16.86%-
XYZ1.321.941.17-
YUV33.96122.38118.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 43 (17.19% from 255) = 49.43%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=22.99%
G=49.43%
B=27.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043240.5300.440.83130.4336.5112.35
Hex142B183502C538225c
Octal245330650541232024514
Binary101001010111100011010101011001010011100000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142B18; }

 p { color: rgb(20,43,24); }

 H1.HeaderClassName
 {
   color: #142B18;
 }
 .AnyTagClassName
 {
   color: #142B18;
 }
</style>
background-color css

<style>
 a { background-color: #142B18; }

 a { background-color: rgb(20,43,24); }

 div.DivClassName
 {
   background-color: #142B18;
 }
 .BgClassName
 {
   background-color: #142B18;
 }
</style>
border-color css

<style>
 span { border-color: #142B18; }

 span { border-color: rgb(20,43,24); }

 td.TdClassName
 {
   border-color: #142B18;
 }
 .TagClassName
 {
   border-color: #142B18;
 }
</style>