#142518

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

Shades of Black Bean #142518

Tints of Black Bean #142518

Color information

#142518 (or 0x142518) is unknown color: approx Black Bean. HEX triplet: 14, 25 and 18. RGB value is (20,37,24). Sum of RGB (Red+Green+Blue) = 20+37+24=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #142518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142518 is #EBDAE7. Grayscale: #1E1E1E. Windows color (decimal): -15457000 or 1582356. OLE color: 1582356.

HSL color Cylindrical-coordinate representation of color #142518: hue angle of 134.12º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #142518 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB203724-
CMYK0.4600.350.85
HSL134.12º29.82%11.18%-
HSV(B)134.12º45.95%14.51%-
XYZ1.111.541.1-
YUV30.44124.37120.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=24.69%
G=45.68%
B=29.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037240.4600.350.85134.1229.8211.18
Hex1425182E02355861eb
Octal244530560431252063613
Binary10100100101110001011100100011101010110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142518; }

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

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

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

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

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

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

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

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