#141B16

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

Shades of Black Bean #141B16

Tints of Black Bean #141B16

Color information

#141B16 (or 0x141B16) is unknown color: approx Black Bean. HEX triplet: 14, 1B and 16. RGB value is (20,27,22). Sum of RGB (Red+Green+Blue) = 20+27+22=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 27 - color contains mainly: green. Hex color #141B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B16 is #EBE4E9. Grayscale: #181818. Windows color (decimal): -15459562 or 1448724. OLE color: 1448724.

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

Color convert

RGB202722-
CMYK0.2600.190.89
HSL137.14º14.89%9.22%-
HSV(B)137.14º25.93%10.59%-
XYZ0.830.990.91-
YUV24.34126.68124.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 27 (10.94% from 255) = 39.13%
BLUE value IS 22 (8.98% from 255) = 31.88%
R=28.99%
G=39.13%
B=31.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027220.2600.190.89137.1414.899.22
Hex141B161A0135989f9
Octal243326320231312111711
Binary1010011011101101101001001110110011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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