#132919

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

Shades of Black Bean #132919

Tints of Black Bean #132919

Color information

#132919 (or 0x132919) is unknown color: approx Black Bean. HEX triplet: 13, 29 and 19. RGB value is (19,41,25). Sum of RGB (Red+Green+Blue) = 19+41+25=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #132919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132919 is #ECD6E6. Grayscale: #202020. Windows color (decimal): -15521511 or 1648915. OLE color: 1648915.

HSL color Cylindrical-coordinate representation of color #132919: hue angle of 136.36º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132919 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB194125-
CMYK0.5400.390.84
HSL136.36º36.67%11.76%-
HSV(B)136.36º53.66%16.08%-
XYZ1.241.791.2-
YUV32.6123.71118.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 41 (16.41% from 255) = 48.24%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=22.35%
G=48.24%
B=29.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941250.5400.390.84136.3636.6711.76
Hex13291936027548825c
Octal235131660471242104514
Binary100111010011100111011001001111010100100010001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132919; }

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

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

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

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

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

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

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

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