#143219

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

Shades of Black Bean #143219

Tints of Black Bean #143219

Color information

#143219 (or 0x143219) is unknown color: approx Black Bean. HEX triplet: 14, 32 and 19. RGB value is (20,50,25). Sum of RGB (Red+Green+Blue) = 20+50+25=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #143219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143219 is #EBCDE6. Grayscale: #262626. Windows color (decimal): -15453671 or 1651220. OLE color: 1651220.

HSL color Cylindrical-coordinate representation of color #143219: hue angle of 130º 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 #143219 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB205025-
CMYK0.6000.500.80
HSL130º42.86%13.73%-
HSV(B)130º60%19.61%-
XYZ1.62.51.32-
YUV38.18120.56115.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 50 (19.92% from 255) = 52.63%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=21.05%
G=52.63%
B=26.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050250.6000.500.8013042.8613.73
Hex1432193C03250822be
Octal246231740621202025316
Binary101001100101100111110001100101010000100000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143219; }

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

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

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

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

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

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

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

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