#142018

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

Shades of Black Bean #142018

Tints of Black Bean #142018

Color information

#142018 (or 0x142018) is unknown color: approx Black Bean. HEX triplet: 14, 20 and 18. RGB value is (20,32,24). Sum of RGB (Red+Green+Blue) = 20+32+24=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #142018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142018 is #EBDFE7. Grayscale: #1B1B1B. Windows color (decimal): -15458280 or 1581076. OLE color: 1581076.

HSL color Cylindrical-coordinate representation of color #142018: hue angle of 140º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142018 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB203224-
CMYK0.3700.250.87
HSL140º23.08%10.2%-
HSV(B)140º37.5%12.55%-
XYZ0.971.251.05-
YUV27.5126.02122.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=26.32%
G=42.11%
B=31.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032240.3700.250.8714023.0810.2
Hex14201825019578c17a
Octal244030450311272142712
Binary1010010000011000100101011001101011110001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142018; }

 p { color: rgb(20,32,24); }

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

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

 a { background-color: rgb(20,32,24); }

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

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

 span { border-color: rgb(20,32,24); }

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