#132316

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

Shades of Black Bean #132316

Tints of Black Bean #132316

Color information

#132316 (or 0x132316) is unknown color: approx Black Bean. HEX triplet: 13, 23 and 16. RGB value is (19,35,22). Sum of RGB (Red+Green+Blue) = 19+35+22=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #132316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132316 is #ECDCE9. Grayscale: #1C1C1C. Windows color (decimal): -15523050 or 1450771. OLE color: 1450771.

HSL color Cylindrical-coordinate representation of color #132316: hue angle of 131.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132316 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB193522-
CMYK0.4600.370.86
HSL131.25º29.63%10.59%-
HSV(B)131.25º45.71%13.73%-
XYZ1.011.40.98-
YUV28.73124.2121.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=25%
G=46.05%
B=28.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935220.4600.370.86131.2529.6310.59
Hex1323162E02556831eb
Octal234326560451262033613
Binary10011100011101101011100100101101011010000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132316; }

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

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

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

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

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

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

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

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