#132313

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

Shades of Black Bean #132313

Tints of Black Bean #132313

Color information

#132313 (or 0x132313) is unknown color: approx Black Bean. HEX triplet: 13, 23 and 13. RGB value is (19,35,19). Sum of RGB (Red+Green+Blue) = 19+35+19=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #132313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132313 is #ECDCEC. Grayscale: #1C1C1C. Windows color (decimal): -15523053 or 1254163. OLE color: 1254163.

HSL color Cylindrical-coordinate representation of color #132313: hue angle of 120º 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 #132313 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB193519-
CMYK0.4600.460.86
HSL120º29.63%10.59%-
HSV(B)120º45.71%13.73%-
XYZ0.991.390.83-
YUV28.39122.7121.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=26.03%
G=47.95%
B=26.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935190.4600.460.8612029.6310.59
Hex1323132E02E56781eb
Octal234323560561261703613
Binary1001110001110011101110010111010101101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132313; }

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

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

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

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

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

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

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

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