#142917

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

Shades of Black Bean #142917

Tints of Black Bean #142917

Color information

#142917 (or 0x142917) is unknown color: approx Black Bean. HEX triplet: 14, 29 and 17. RGB value is (20,41,23). Sum of RGB (Red+Green+Blue) = 20+41+23=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #142917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142917 is #EBD6E8. Grayscale: #202020. Windows color (decimal): -15455977 or 1517844. OLE color: 1517844.

HSL color Cylindrical-coordinate representation of color #142917: hue angle of 128.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142917 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB204123-
CMYK0.5100.440.84
HSL128.57º34.43%11.96%-
HSV(B)128.57º51.22%16.08%-
XYZ1.241.81.09-
YUV32.67122.54118.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 41 (16.41% from 255) = 48.81%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=23.81%
G=48.81%
B=27.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2041230.5100.440.84128.5734.4311.96
Hex1429173302C548122c
Octal245127630541242014214
Binary101001010011011111001101011001010100100000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142917; }

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

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

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

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

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

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

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

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