#14311A

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

Shades of Black Bean #14311A

Tints of Black Bean #14311A

Color information

#14311A (or 0x14311A) is unknown color: approx Black Bean. HEX triplet: 14, 31 and 1A. RGB value is (20,49,26). Sum of RGB (Red+Green+Blue) = 20+49+26=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #14311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14311A is #EBCEE5. Grayscale: #252525. Windows color (decimal): -15453926 or 1716500. OLE color: 1716500.

HSL color Cylindrical-coordinate representation of color #14311A: hue angle of 132.41º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #14311A is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB204926-
CMYK0.5900.470.81
HSL132.41º42.03%13.53%-
HSV(B)132.41º59.18%19.22%-
XYZ1.572.421.36-
YUV37.71121.39115.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=21.05%
G=51.58%
B=27.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049260.5900.470.81132.4142.0313.53
Hex14311A3B02F51842ae
Octal246132730571212045216
Binary101001100011101011101101011111010001100001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14311A; }

 p { color: rgb(20,49,26); }

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

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

 a { background-color: rgb(20,49,26); }

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

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

 span { border-color: rgb(20,49,26); }

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