#132A16

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

Shades of Black Bean #132A16

Tints of Black Bean #132A16

Color information

#132A16 (or 0x132A16) is unknown color: approx Black Bean. HEX triplet: 13, 2A and 16. RGB value is (19,42,22). Sum of RGB (Red+Green+Blue) = 19+42+22=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #132A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A16 is #ECD5E9. Grayscale: #202020. Windows color (decimal): -15521258 or 1452563. OLE color: 1452563.

HSL color Cylindrical-coordinate representation of color #132A16: hue angle of 127.83º 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 #132A16 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB194222-
CMYK0.5500.480.84
HSL127.83º37.7%11.96%-
HSV(B)127.83º54.76%16.47%-
XYZ1.241.851.05-
YUV32.84121.88118.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 42 (16.80% from 255) = 50.60%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=22.89%
G=50.60%
B=26.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942220.5500.480.84127.8337.711.96
Hex132A1637030548026c
Octal235226670601242004614
Binary100111010101011011011101100001010100100000001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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