#142519

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

Shades of Black Bean #142519

Tints of Black Bean #142519

Color information

#142519 (or 0x142519) is unknown color: approx Black Bean. HEX triplet: 14, 25 and 19. RGB value is (20,37,25). Sum of RGB (Red+Green+Blue) = 20+37+25=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #142519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142519 is #EBDAE6. Grayscale: #1E1E1E. Windows color (decimal): -15456999 or 1647892. OLE color: 1647892.

HSL color Cylindrical-coordinate representation of color #142519: hue angle of 137.65º 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 #142519 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB203725-
CMYK0.4600.320.85
HSL137.65º29.82%11.18%-
HSV(B)137.65º45.95%14.51%-
XYZ1.131.541.16-
YUV30.55124.87120.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=24.39%
G=45.12%
B=30.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037250.4600.320.85137.6529.8211.18
Hex1425192E020558a1eb
Octal244531560401252123613
Binary10100100101110011011100100000101010110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142519; }

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

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

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

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

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

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

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

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