#141C14

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

Shades of Black Bean #141C14

Tints of Black Bean #141C14

Color information

#141C14 (or 0x141C14) is unknown color: approx Black Bean. HEX triplet: 14, 1C and 14. RGB value is (20,28,20). Sum of RGB (Red+Green+Blue) = 20+28+20=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 28 - color contains mainly: green. Hex color #141C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C14 is #EBE3EB. Grayscale: #181818. Windows color (decimal): -15459308 or 1317908. OLE color: 1317908.

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

Color convert

RGB202820-
CMYK0.2900.290.89
HSL120º16.67%9.41%-
HSV(B)120º28.57%10.98%-
XYZ0.831.030.82-
YUV24.7125.35124.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 28 (11.33% from 255) = 41.18%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=29.41%
G=41.18%
B=29.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2028200.2900.290.8912016.679.41
Hex141C141D01D5978119
Octal243424350351311702111
Binary1010011100101001110101110110110011111000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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