#142414

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

Shades of Black Bean #142414

Tints of Black Bean #142414

Color information

#142414 (or 0x142414) is unknown color: approx Black Bean. HEX triplet: 14, 24 and 14. RGB value is (20,36,20). Sum of RGB (Red+Green+Blue) = 20+36+20=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #142414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142414 is #EBDBEB. Grayscale: #1D1D1D. Windows color (decimal): -15457260 or 1319956. OLE color: 1319956.

HSL color Cylindrical-coordinate representation of color #142414: hue angle of 120º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142414 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB203620-
CMYK0.4400.440.86
HSL120º28.57%10.98%-
HSV(B)120º44.44%14.12%-
XYZ1.051.460.89-
YUV29.39122.7121.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 36 (14.45% from 255) = 47.37%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=26.32%
G=47.37%
B=26.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2036200.4400.440.8612028.5710.98
Hex1424142C02C56781db
Octal244424540541261703513
Binary1010010010010100101100010110010101101111000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142414; }

 p { color: rgb(20,36,20); }

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

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

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

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

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

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

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