#132514

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

Shades of Black Bean #132514

Tints of Black Bean #132514

Color information

#132514 (or 0x132514) is unknown color: approx Black Bean. HEX triplet: 13, 25 and 14. RGB value is (19,37,20). Sum of RGB (Red+Green+Blue) = 19+37+20=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #132514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132514 is #ECDAEB. Grayscale: #1D1D1D. Windows color (decimal): -15522540 or 1320211. OLE color: 1320211.

HSL color Cylindrical-coordinate representation of color #132514: hue angle of 123.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132514 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB193720-
CMYK0.4900.460.85
HSL123.33º32.14%10.98%-
HSV(B)123.33º48.65%14.51%-
XYZ1.061.510.9-
YUV29.68122.54120.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=25%
G=48.68%
B=26.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937200.4900.460.85123.3332.1410.98
Hex1325143102E557b20b
Octal234524610561251734013
Binary10011100101101001100010101110101010111110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132514; }

 p { color: rgb(19,37,20); }

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

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

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

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

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

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

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