#132E19

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

Shades of Black Bean #132E19

Tints of Black Bean #132E19

Color information

#132E19 (or 0x132E19) is unknown color: approx Black Bean. HEX triplet: 13, 2E and 19. RGB value is (19,46,25). Sum of RGB (Red+Green+Blue) = 19+46+25=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #132E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E19 is #ECD1E6. Grayscale: #232323. Windows color (decimal): -15520231 or 1650195. OLE color: 1650195.

HSL color Cylindrical-coordinate representation of color #132E19: hue angle of 133.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E19 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.82.

Color convert

RGB194625-
CMYK0.5900.460.82
HSL133.33º41.54%12.75%-
HSV(B)133.33º58.7%18.04%-
XYZ1.422.161.26-
YUV35.53122.05116.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 46 (18.36% from 255) = 51.11%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=21.11%
G=51.11%
B=27.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946250.5900.460.82133.3341.5412.75
Hex132E193B02E52852ad
Octal235631730561222055215
Binary100111011101100111101101011101010010100001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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