#141B14

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

Shades of Black Bean #141B14

Tints of Black Bean #141B14

Color information

#141B14 (or 0x141B14) is unknown color: approx Black Bean. HEX triplet: 14, 1B and 14. RGB value is (20,27,20). Sum of RGB (Red+Green+Blue) = 20+27+20=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 27 - color contains mainly: green. Hex color #141B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B14 is #EBE4EB. Grayscale: #181818. Windows color (decimal): -15459564 or 1317652. OLE color: 1317652.

HSL color Cylindrical-coordinate representation of color #141B14: hue angle of 120º 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 #141B14 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB202720-
CMYK0.2600.260.89
HSL120º14.89%9.22%-
HSV(B)120º25.93%10.59%-
XYZ0.810.980.81-
YUV24.11125.68125.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 27 (10.94% from 255) = 40.30%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=29.85%
G=40.30%
B=29.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027200.2600.260.8912014.899.22
Hex141B141A01A5978f9
Octal243324320321311701711
Binary101001101110100110100110101011001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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