#142B17

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

Shades of Black Bean #142B17

Tints of Black Bean #142B17

Color information

#142B17 (or 0x142B17) is unknown color: approx Black Bean. HEX triplet: 14, 2B and 17. RGB value is (20,43,23). Sum of RGB (Red+Green+Blue) = 20+43+23=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 43 (17.19% from 255 or 50% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 43 - color contains mainly: green. Hex color #142B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B17 is #EBD4E8. Grayscale: #212121. Windows color (decimal): -15455465 or 1518356. OLE color: 1518356.

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

Color convert

RGB204323-
CMYK0.5300.470.83
HSL127.83º36.51%12.35%-
HSV(B)127.83º53.49%16.86%-
XYZ1.311.941.12-
YUV33.84121.88118.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 43 (17.19% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 26.74%
R=23.26%
G=50%
B=26.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043230.5300.470.83127.8336.5112.35
Hex142B173502F538025c
Octal245327650571232004514
Binary101001010111011111010101011111010011100000001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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