#142315

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

Shades of Black Bean #142315

Tints of Black Bean #142315

Color information

#142315 (or 0x142315) is unknown color: approx Black Bean. HEX triplet: 14, 23 and 15. RGB value is (20,35,21). Sum of RGB (Red+Green+Blue) = 20+35+21=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #142315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142315 is #EBDCEA. Grayscale: #1C1C1C. Windows color (decimal): -15457515 or 1385236. OLE color: 1385236.

HSL color Cylindrical-coordinate representation of color #142315: hue angle of 124º 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 #142315 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB203521-
CMYK0.4300.400.86
HSL124º27.27%10.78%-
HSV(B)124º42.86%13.73%-
XYZ1.021.40.93-
YUV28.92123.53121.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=26.32%
G=46.05%
B=27.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035210.4300.400.8612427.2710.78
Hex1423152B028567c1bb
Octal244325530501261743313
Binary1010010001110101101011010100010101101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142315; }

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

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

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

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

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

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

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

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