#142317

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

Shades of Black Bean #142317

Tints of Black Bean #142317

Color information

#142317 (or 0x142317) is unknown color: approx Black Bean. HEX triplet: 14, 23 and 17. RGB value is (20,35,23). Sum of RGB (Red+Green+Blue) = 20+35+23=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #142317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142317 is #EBDCE8. Grayscale: #1D1D1D. Windows color (decimal): -15457513 or 1516308. OLE color: 1516308.

HSL color Cylindrical-coordinate representation of color #142317: hue angle of 132º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142317 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB203523-
CMYK0.4300.340.86
HSL132º27.27%10.78%-
HSV(B)132º42.86%13.73%-
XYZ1.041.411.03-
YUV29.15124.53121.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=25.64%
G=44.87%
B=29.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035230.4300.340.8613227.2710.78
Hex1423172B02256841bb
Octal244327530421262043313
Binary10100100011101111010110100010101011010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142317; }

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

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

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

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

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

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

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

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