#141A14

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

Shades of Black Bean #141A14

Tints of Black Bean #141A14

Color information

#141A14 (or 0x141A14) is unknown color: approx Black Bean. HEX triplet: 14, 1A and 14. RGB value is (20,26,20). Sum of RGB (Red+Green+Blue) = 20+26+20=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 26 - color contains mainly: green. Hex color #141A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A14 is #EBE5EB. Grayscale: #171717. Windows color (decimal): -15459820 or 1317396. OLE color: 1317396.

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

Color convert

RGB202620-
CMYK0.2300.230.90
HSL120º13.04%9.02%-
HSV(B)120º23.08%10.2%-
XYZ0.780.940.8-
YUV23.52126.01125.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 26 (10.55% from 255) = 39.39%
BLUE value IS 20 (8.20% from 255) = 30.30%
R=30.30%
G=39.39%
B=30.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2026200.2300.230.9012013.049.02
Hex141A14170175A78d9
Octal243224270271321701511
Binary101001101010100101110101111011010111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A14; }

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

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

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

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

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

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

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

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