#142118

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

Shades of Black Bean #142118

Tints of Black Bean #142118

Color information

#142118 (or 0x142118) is unknown color: approx Black Bean. HEX triplet: 14, 21 and 18. RGB value is (20,33,24). Sum of RGB (Red+Green+Blue) = 20+33+24=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #142118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142118 is #EBDEE7. Grayscale: #1C1C1C. Windows color (decimal): -15458024 or 1581332. OLE color: 1581332.

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

Color convert

RGB203324-
CMYK0.3900.270.87
HSL138.46º24.53%10.39%-
HSV(B)138.46º39.39%12.94%-
XYZ11.31.06-
YUV28.09125.69122.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 33 (13.28% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=25.97%
G=42.86%
B=31.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033240.3900.270.87138.4624.5310.39
Hex1421182701B578a19a
Octal244130470331272123112
Binary1010010000111000100111011011101011110001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142118; }

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

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

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

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

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

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

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

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