#142218

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

Shades of Black Bean #142218

Tints of Black Bean #142218

Color information

#142218 (or 0x142218) is unknown color: approx Black Bean. HEX triplet: 14, 22 and 18. RGB value is (20,34,24). Sum of RGB (Red+Green+Blue) = 20+34+24=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #142218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142218 is #EBDDE7. Grayscale: #1C1C1C. Windows color (decimal): -15457768 or 1581588. OLE color: 1581588.

HSL color Cylindrical-coordinate representation of color #142218: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #142218 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB203424-
CMYK0.4100.290.87
HSL137.14º25.93%10.59%-
HSV(B)137.14º41.18%13.33%-
XYZ1.031.361.07-
YUV28.67125.36121.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 34 (13.67% from 255) = 43.59%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=25.64%
G=43.59%
B=30.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2034240.4100.290.87137.1425.9310.59
Hex1422182901D57891ab
Octal244230510351272113213
Binary1010010001011000101001011101101011110001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142218; }

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

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

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

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

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

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

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

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