#132916

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

Shades of Black Bean #132916

Tints of Black Bean #132916

Color information

#132916 (or 0x132916) is unknown color: approx Black Bean. HEX triplet: 13, 29 and 16. RGB value is (19,41,22). Sum of RGB (Red+Green+Blue) = 19+41+22=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #132916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132916 is #ECD6E9. Grayscale: #202020. Windows color (decimal): -15521514 or 1452307. OLE color: 1452307.

HSL color Cylindrical-coordinate representation of color #132916: hue angle of 128.18º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132916 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB194122-
CMYK0.5400.460.84
HSL128.18º36.67%11.76%-
HSV(B)128.18º53.66%16.08%-
XYZ1.211.781.04-
YUV32.26122.21118.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 41 (16.41% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=23.17%
G=50%
B=26.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941220.5400.460.84128.1836.6711.76
Hex1329163602E548025c
Octal235126660561242004514
Binary100111010011011011011001011101010100100000001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132916; }

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

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

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

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

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

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

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

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