#141714

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

Shades of Black Bean #141714

Tints of Black Bean #141714

Color information

#141714 (or 0x141714) is unknown color: approx Black Bean. HEX triplet: 14, 17 and 14. RGB value is (20,23,20). Sum of RGB (Red+Green+Blue) = 20+23+20=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 23 - color contains mainly: green. Hex color #141714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141714 is #EBE8EB. Grayscale: #151515. Windows color (decimal): -15460588 or 1316628. OLE color: 1316628.

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

Color convert

RGB202320-
CMYK0.1300.130.91
HSL120º6.98%8.43%-
HSV(B)120º13.04%9.02%-
XYZ0.720.810.78-
YUV21.76127.01126.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=31.75%
G=36.51%
B=31.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2023200.1300.130.911206.988.43
Hex141714D0D5B7878
Octal24272415015133170710
Binary101001011110100110101101101101111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141714; }

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

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

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

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

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

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

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

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