#143218

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

Shades of Black Bean #143218

Tints of Black Bean #143218

Color information

#143218 (or 0x143218) is unknown color: approx Black Bean. HEX triplet: 14, 32 and 18. RGB value is (20,50,24). Sum of RGB (Red+Green+Blue) = 20+50+24=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #143218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143218 is #EBCDE7. Grayscale: #262626. Windows color (decimal): -15453672 or 1585684. OLE color: 1585684.

HSL color Cylindrical-coordinate representation of color #143218: hue angle of 128º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143218 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB205024-
CMYK0.6000.520.80
HSL128º42.86%13.73%-
HSV(B)128º60%19.61%-
XYZ1.592.51.26-
YUV38.07120.06115.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=21.28%
G=53.19%
B=25.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050240.6000.520.8012842.8613.73
Hex1432183C03450802be
Octal246230740641202005316
Binary101001100101100011110001101001010000100000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143218; }

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

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

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

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

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

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

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

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