#143118

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

Shades of Black Bean #143118

Tints of Black Bean #143118

Color information

#143118 (or 0x143118) is unknown color: approx Black Bean. HEX triplet: 14, 31 and 18. RGB value is (20,49,24). Sum of RGB (Red+Green+Blue) = 20+49+24=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #143118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143118 is #EBCEE7. Grayscale: #252525. Windows color (decimal): -15453928 or 1585428. OLE color: 1585428.

HSL color Cylindrical-coordinate representation of color #143118: hue angle of 128.28º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143118 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB204924-
CMYK0.5900.510.81
HSL128.28º42.03%13.53%-
HSV(B)128.28º59.18%19.22%-
XYZ1.552.411.25-
YUV37.48120.39115.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=21.51%
G=52.69%
B=25.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049240.5900.510.81128.2842.0313.53
Hex1431183B03351802ae
Octal246130730631212005216
Binary101001100011100011101101100111010001100000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143118; }

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

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

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

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

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

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

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

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