#142014

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

Shades of Black Bean #142014

Tints of Black Bean #142014

Color information

#142014 (or 0x142014) is unknown color: approx Black Bean. HEX triplet: 14, 20 and 14. RGB value is (20,32,20). Sum of RGB (Red+Green+Blue) = 20+32+20=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #142014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142014 is #EBDFEB. Grayscale: #1B1B1B. Windows color (decimal): -15458284 or 1318932. OLE color: 1318932.

HSL color Cylindrical-coordinate representation of color #142014: hue angle of 120º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142014 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB203220-
CMYK0.3700.370.87
HSL120º23.08%10.2%-
HSV(B)120º37.5%12.55%-
XYZ0.931.230.85-
YUV27.04124.02122.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=27.78%
G=44.44%
B=27.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032200.3700.370.8712023.0810.2
Hex14201425025577817a
Octal244024450451271702712
Binary1010010000010100100101010010110101111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142014; }

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

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

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

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

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

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

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

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