#142015

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

Shades of Black Bean #142015

Tints of Black Bean #142015

Color information

#142015 (or 0x142015) is unknown color: approx Black Bean. HEX triplet: 14, 20 and 15. RGB value is (20,32,21). Sum of RGB (Red+Green+Blue) = 20+32+21=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #142015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142015 is #EBDFEA. Grayscale: #1B1B1B. Windows color (decimal): -15458283 or 1384468. OLE color: 1384468.

HSL color Cylindrical-coordinate representation of color #142015: hue angle of 125º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142015 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB203221-
CMYK0.3700.340.87
HSL125º23.08%10.2%-
HSV(B)125º37.5%12.55%-
XYZ0.941.240.9-
YUV27.16124.52122.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=27.40%
G=43.84%
B=28.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032210.3700.340.8712523.0810.2
Hex14201525022577d17a
Octal244025450421271752712
Binary1010010000010101100101010001010101111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142015; }

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

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

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

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

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

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

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

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