#132E16

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

Shades of Black Bean #132E16

Tints of Black Bean #132E16

Color information

#132E16 (or 0x132E16) is unknown color: approx Black Bean. HEX triplet: 13, 2E and 16. RGB value is (19,46,22). Sum of RGB (Red+Green+Blue) = 19+46+22=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #132E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E16 is #ECD1E9. Grayscale: #232323. Windows color (decimal): -15520234 or 1453587. OLE color: 1453587.

HSL color Cylindrical-coordinate representation of color #132E16: hue angle of 126.67º 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 #132E16 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.

Color convert

RGB194622-
CMYK0.5900.520.82
HSL126.67º41.54%12.75%-
HSV(B)126.67º58.7%18.04%-
XYZ1.392.151.1-
YUV35.19120.55116.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 46 (18.36% from 255) = 52.87%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=21.84%
G=52.87%
B=25.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946220.5900.520.82126.6741.5412.75
Hex132E163B034527f2ad
Octal235626730641221775215
Binary10011101110101101110110110100101001011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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