#132617

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

Shades of Black Bean #132617

Tints of Black Bean #132617

Color information

#132617 (or 0x132617) is unknown color: approx Black Bean. HEX triplet: 13, 26 and 17. RGB value is (19,38,23). Sum of RGB (Red+Green+Blue) = 19+38+23=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #132617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132617 is #ECD9E8. Grayscale: #1E1E1E. Windows color (decimal): -15522281 or 1517075. OLE color: 1517075.

HSL color Cylindrical-coordinate representation of color #132617: hue angle of 132.63º 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 #132617 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB193823-
CMYK0.5000.390.85
HSL132.63º33.33%11.18%-
HSV(B)132.63º50%14.9%-
XYZ1.121.591.06-
YUV30.61123.71119.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=23.75%
G=47.5%
B=28.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938230.5000.390.85132.6333.3311.18
Hex13261732027558521b
Octal234627620471252054113
Binary100111001101011111001001001111010101100001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132617; }

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

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

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

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

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

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

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

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