#132619

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

Shades of Black Bean #132619

Tints of Black Bean #132619

Color information

#132619 (or 0x132619) is unknown color: approx Black Bean. HEX triplet: 13, 26 and 19. RGB value is (19,38,25). Sum of RGB (Red+Green+Blue) = 19+38+25=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #132619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132619 is #ECD9E6. Grayscale: #1E1E1E. Windows color (decimal): -15522279 or 1648147. OLE color: 1648147.

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

Color convert

RGB193825-
CMYK0.5000.340.85
HSL138.95º33.33%11.18%-
HSV(B)138.95º50%14.9%-
XYZ1.141.591.17-
YUV30.84124.71119.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=23.17%
G=46.34%
B=30.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938250.5000.340.85138.9533.3311.18
Hex13261932022558b21b
Octal234631620421252134113
Binary100111001101100111001001000101010101100010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132619; }

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

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

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

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

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

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

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

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