#132914

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

Shades of Black Bean #132914

Tints of Black Bean #132914

Color information

#132914 (or 0x132914) is unknown color: approx Black Bean. HEX triplet: 13, 29 and 14. RGB value is (19,41,20). Sum of RGB (Red+Green+Blue) = 19+41+20=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #132914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132914 is #ECD6EB. Grayscale: #202020. Windows color (decimal): -15521516 or 1321235. OLE color: 1321235.

HSL color Cylindrical-coordinate representation of color #132914: hue angle of 122.73º 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 #132914 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB194120-
CMYK0.5400.510.84
HSL122.73º36.67%11.76%-
HSV(B)122.73º53.66%16.08%-
XYZ1.191.770.94-
YUV32.03121.21118.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 41 (16.41% from 255) = 51.25%
BLUE value IS 20 (8.20% from 255) = 25%
R=23.75%
G=51.25%
B=25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941200.5400.510.84122.7336.6711.76
Hex13291436033547b25c
Octal235124660631241734514
Binary10011101001101001101100110011101010011110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132914; }

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

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

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

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

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

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

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

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