#142818

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

Shades of Black Bean #142818

Tints of Black Bean #142818

Color information

#142818 (or 0x142818) is unknown color: approx Black Bean. HEX triplet: 14, 28 and 18. RGB value is (20,40,24). Sum of RGB (Red+Green+Blue) = 20+40+24=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #142818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142818 is #EBD7E7. Grayscale: #202020. Windows color (decimal): -15456232 or 1583124. OLE color: 1583124.

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

Color convert

RGB204024-
CMYK0.500.400.84
HSL132º33.33%11.76%-
HSV(B)132º50%15.69%-
XYZ1.211.731.13-
YUV32.2123.37119.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 40 (16.02% from 255) = 47.62%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=23.81%
G=47.62%
B=28.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040240.500.400.8413233.3311.76
Hex14281832028548421c
Octal245030620501242044114
Binary101001010001100011001001010001010100100001001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142818; }

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

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

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

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

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

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

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

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