#143518

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

Shades of Black Bean #143518

Tints of Black Bean #143518

Color information

#143518 (or 0x143518) is unknown color: approx Black Bean. HEX triplet: 14, 35 and 18. RGB value is (20,53,24). Sum of RGB (Red+Green+Blue) = 20+53+24=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #143518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143518 is #EBCAE7. Grayscale: #272727. Windows color (decimal): -15452904 or 1586452. OLE color: 1586452.

HSL color Cylindrical-coordinate representation of color #143518: hue angle of 127.27º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143518 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB205324-
CMYK0.6200.550.79
HSL127.27º45.21%14.31%-
HSV(B)127.27º62.26%20.78%-
XYZ1.732.761.31-
YUV39.83119.07113.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 53 (21.09% from 255) = 54.64%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=20.62%
G=54.64%
B=24.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053240.6200.550.79127.2745.2114.31
Hex1435183E0374F7f2de
Octal246530760671171775516
Binary10100110101110001111100110111100111111111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143518; }

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

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

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

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

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

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

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

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