#141914

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

Shades of Black Bean #141914

Tints of Black Bean #141914

Color information

#141914 (or 0x141914) is unknown color: approx Black Bean. HEX triplet: 14, 19 and 14. RGB value is (20,25,20). Sum of RGB (Red+Green+Blue) = 20+25+20=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 25 - color contains mainly: green. Hex color #141914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141914 is #EBE6EB. Grayscale: #161616. Windows color (decimal): -15460076 or 1317140. OLE color: 1317140.

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

Color convert

RGB202520-
CMYK0.2000.200.90
HSL120º11.11%8.82%-
HSV(B)120º20%9.8%-
XYZ0.760.890.79-
YUV22.94126.34125.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=30.77%
G=38.46%
B=30.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025200.2000.200.9012011.118.82
Hex141914140145A78b9
Octal243124240241321701311
Binary101001100110100101000101001011010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141914; }

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

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

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

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

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

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

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

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