#132A14

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

Shades of Black Bean #132A14

Tints of Black Bean #132A14

Color information

#132A14 (or 0x132A14) is unknown color: approx Black Bean. HEX triplet: 13, 2A and 14. RGB value is (19,42,20). Sum of RGB (Red+Green+Blue) = 19+42+20=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 42 (16.80% from 255 or 51.85% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 42 - color contains mainly: green. Hex color #132A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A14 is #ECD5EB. Grayscale: #202020. Windows color (decimal): -15521260 or 1321491. OLE color: 1321491.

HSL color Cylindrical-coordinate representation of color #132A14: hue angle of 122.61º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132A14 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB194220-
CMYK0.5500.520.84
HSL122.61º37.7%11.96%-
HSV(B)122.61º54.76%16.47%-
XYZ1.221.840.95-
YUV32.62120.88118.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 42 (16.80% from 255) = 51.85%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=23.46%
G=51.85%
B=24.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942200.5500.520.84122.6137.711.96
Hex132A1437034547b26c
Octal235224670641241734614
Binary10011101010101001101110110100101010011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132A14; }

 p { color: rgb(19,42,20); }

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

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

 a { background-color: rgb(19,42,20); }

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

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

 span { border-color: rgb(19,42,20); }

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