#143019

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

Shades of Black Bean #143019

Tints of Black Bean #143019

Color information

#143019 (or 0x143019) is unknown color: approx Black Bean. HEX triplet: 14, 30 and 19. RGB value is (20,48,25). Sum of RGB (Red+Green+Blue) = 20+48+25=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #143019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143019 is #EBCFE6. Grayscale: #252525. Windows color (decimal): -15454183 or 1650708. OLE color: 1650708.

HSL color Cylindrical-coordinate representation of color #143019: hue angle of 130.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143019 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB204825-
CMYK0.5800.480.81
HSL130.71º41.18%13.33%-
HSV(B)130.71º58.33%18.82%-
XYZ1.522.331.29-
YUV37.01121.22115.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 48 (19.14% from 255) = 51.61%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=21.51%
G=51.61%
B=26.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048250.5800.480.81130.7141.1813.33
Hex1430193A030518329d
Octal246031720601212035115
Binary101001100001100111101001100001010001100000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143019; }

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

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

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

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

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

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

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

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