#142616

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

Shades of Black Bean #142616

Tints of Black Bean #142616

Color information

#142616 (or 0x142616) is unknown color: approx Black Bean. HEX triplet: 14, 26 and 16. RGB value is (20,38,22). Sum of RGB (Red+Green+Blue) = 20+38+22=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #142616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142616 is #EBD9E9. Grayscale: #1E1E1E. Windows color (decimal): -15456746 or 1451540. OLE color: 1451540.

HSL color Cylindrical-coordinate representation of color #142616: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142616 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB203822-
CMYK0.4700.420.85
HSL126.67º31.03%11.37%-
HSV(B)126.67º47.37%14.9%-
XYZ1.131.591.01-
YUV30.79123.04120.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=25%
G=47.5%
B=27.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2038220.4700.420.85126.6731.0311.37
Hex1426162F02A557f1fb
Octal244626570521251773713
Binary1010010011010110101111010101010101011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142616; }

 p { color: rgb(20,38,22); }

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

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

 a { background-color: rgb(20,38,22); }

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

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

 span { border-color: rgb(20,38,22); }

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