#143117

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

Shades of Black Bean #143117

Tints of Black Bean #143117

Color information

#143117 (or 0x143117) is unknown color: approx Black Bean. HEX triplet: 14, 31 and 17. RGB value is (20,49,23). Sum of RGB (Red+Green+Blue) = 20+49+23=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #143117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143117 is #EBCEE8. Grayscale: #252525. Windows color (decimal): -15453929 or 1519892. OLE color: 1519892.

HSL color Cylindrical-coordinate representation of color #143117: hue angle of 126.21º 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 #143117 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB204923-
CMYK0.5900.530.81
HSL126.21º42.03%13.53%-
HSV(B)126.21º59.18%19.22%-
XYZ1.542.411.19-
YUV37.36119.89115.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 49 (19.53% from 255) = 53.26%
BLUE value IS 23 (9.38% from 255) = 25%
R=21.74%
G=53.26%
B=25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049230.5900.530.81126.2142.0313.53
Hex1431173B035517e2ae
Octal246127730651211765216
Binary10100110001101111110110110101101000111111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143117; }

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

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

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

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

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

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

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

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