#132B19

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

Shades of Black Bean #132B19

Tints of Black Bean #132B19

Color information

#132B19 (or 0x132B19) is unknown color: approx Black Bean. HEX triplet: 13, 2B and 19. RGB value is (19,43,25). Sum of RGB (Red+Green+Blue) = 19+43+25=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #132B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132B19 is #ECD4E6. Grayscale: #212121. Windows color (decimal): -15520999 or 1649427. OLE color: 1649427.

HSL color Cylindrical-coordinate representation of color #132B19: hue angle of 135º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B19 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.83.

Color convert

RGB194325-
CMYK0.5600.420.83
HSL135º38.71%12.16%-
HSV(B)135º55.81%16.86%-
XYZ1.311.941.22-
YUV33.77123.05117.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 43 (17.19% from 255) = 49.43%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=21.84%
G=49.43%
B=28.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943250.5600.420.8313538.7112.16
Hex132B193802A538727c
Octal235331700521232074714
Binary100111010111100111100001010101010011100001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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