#142318

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

Shades of Black Bean #142318

Tints of Black Bean #142318

Color information

#142318 (or 0x142318) is unknown color: approx Black Bean. HEX triplet: 14, 23 and 18. RGB value is (20,35,24). Sum of RGB (Red+Green+Blue) = 20+35+24=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #142318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142318 is #EBDCE7. Grayscale: #1D1D1D. Windows color (decimal): -15457512 or 1581844. OLE color: 1581844.

HSL color Cylindrical-coordinate representation of color #142318: hue angle of 136º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142318 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB203524-
CMYK0.4300.310.86
HSL136º27.27%10.78%-
HSV(B)136º42.86%13.73%-
XYZ1.051.421.08-
YUV29.26125.03121.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=25.32%
G=44.30%
B=30.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035240.4300.310.8613627.2710.78
Hex1423182B01F56881bb
Octal244330530371262103313
Binary1010010001111000101011011111101011010001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142318; }

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

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

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

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

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

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

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

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