#141814

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

Shades of Black Bean #141814

Tints of Black Bean #141814

Color information

#141814 (or 0x141814) is unknown color: approx Black Bean. HEX triplet: 14, 18 and 14. RGB value is (20,24,20). Sum of RGB (Red+Green+Blue) = 20+24+20=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 24 - color contains mainly: green. Hex color #141814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141814 is #EBE7EB. Grayscale: #161616. Windows color (decimal): -15460332 or 1316884. OLE color: 1316884.

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

Color convert

RGB202420-
CMYK0.1700.170.91
HSL120º9.09%8.63%-
HSV(B)120º16.67%9.41%-
XYZ0.740.850.79-
YUV22.35126.67126.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2024200.1700.170.911209.098.63
Hex141814110115B7899
Octal243024210211331701111
Binary101001100010100100010100011011011111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141814; }

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

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

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

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

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

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

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

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