#132A19

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

Shades of Black Bean #132A19

Tints of Black Bean #132A19

Color information

#132A19 (or 0x132A19) is unknown color: approx Black Bean. HEX triplet: 13, 2A and 19. RGB value is (19,42,25). Sum of RGB (Red+Green+Blue) = 19+42+25=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 42 (16.80% from 255 or 48.84% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 42 - color contains mainly: green. Hex color #132A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A19 is #ECD5E6. Grayscale: #212121. Windows color (decimal): -15521255 or 1649171. OLE color: 1649171.

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

Color convert

RGB194225-
CMYK0.5500.400.84
HSL135.65º37.7%11.96%-
HSV(B)135.65º54.76%16.47%-
XYZ1.271.861.21-
YUV33.18123.38117.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 42 (16.80% from 255) = 48.84%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=22.09%
G=48.84%
B=29.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942250.5500.400.84135.6537.711.96
Hex132A1937028548826c
Octal235231670501242104614
Binary100111010101100111011101010001010100100010001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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