#141614

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

Shades of Black Bean #141614

Tints of Black Bean #141614

Color information

#141614 (or 0x141614) is unknown color: approx Black Bean. HEX triplet: 14, 16 and 14. RGB value is (20,22,20). Sum of RGB (Red+Green+Blue) = 20+22+20=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 22 - color contains mainly: green. Hex color #141614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141614 is #EBE9EB. Grayscale: #151515. Windows color (decimal): -15460844 or 1316372. OLE color: 1316372.

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

Color convert

RGB202220-
CMYK0.0900.090.91
HSL120º4.76%8.24%-
HSV(B)120º9.09%8.63%-
XYZ0.70.770.77-
YUV21.17127.34127.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 22 (8.98% from 255) = 35.48%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=32.26%
G=35.48%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022200.0900.090.911204.768.24
Hex1416149095B7858
Octal24262411011133170510
Binary101001011010100100101001101101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141614; }

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

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

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

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

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

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

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

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