#132C19

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

Shades of Black Bean #132C19

Tints of Black Bean #132C19

Color information

#132C19 (or 0x132C19) is unknown color: approx Black Bean. HEX triplet: 13, 2C and 19. RGB value is (19,44,25). Sum of RGB (Red+Green+Blue) = 19+44+25=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #132C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C19 is #ECD3E6. Grayscale: #222222. Windows color (decimal): -15520743 or 1649683. OLE color: 1649683.

HSL color Cylindrical-coordinate representation of color #132C19: hue angle of 134.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C19 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.83.

Color convert

RGB194425-
CMYK0.5700.430.83
HSL134.4º39.68%12.35%-
HSV(B)134.4º56.82%17.25%-
XYZ1.342.011.24-
YUV34.36122.72117.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 44 (17.58% from 255) = 50%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=21.59%
G=50%
B=28.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1944250.5700.430.83134.439.6812.35
Hex132C193902B538628c
Octal235431710531232065014
Binary100111011001100111100101010111010011100001101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132C19; }

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

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

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

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

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

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

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

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