#132616

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

Shades of Black Bean #132616

Tints of Black Bean #132616

Color information

#132616 (or 0x132616) is unknown color: approx Black Bean. HEX triplet: 13, 26 and 16. RGB value is (19,38,22). Sum of RGB (Red+Green+Blue) = 19+38+22=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #132616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132616 is #ECD9E9. Grayscale: #1E1E1E. Windows color (decimal): -15522282 or 1451539. OLE color: 1451539.

HSL color Cylindrical-coordinate representation of color #132616: hue angle of 129.47º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132616 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB193822-
CMYK0.5000.420.85
HSL129.47º33.33%11.18%-
HSV(B)129.47º50%14.9%-
XYZ1.111.581.01-
YUV30.49123.21119.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=24.05%
G=48.10%
B=27.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938220.5000.420.85129.4733.3311.18
Hex1326163202A558121b
Octal234626620521252014113
Binary100111001101011011001001010101010101100000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132616; }

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

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

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

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

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

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

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

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