#132814

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

Shades of Black Bean #132814

Tints of Black Bean #132814

Color information

#132814 (or 0x132814) is unknown color: approx Black Bean. HEX triplet: 13, 28 and 14. RGB value is (19,40,20). Sum of RGB (Red+Green+Blue) = 19+40+20=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #132814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132814 is #ECD7EB. Grayscale: #1F1F1F. Windows color (decimal): -15521772 or 1320979. OLE color: 1320979.

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

Color convert

RGB194020-
CMYK0.5200.50.84
HSL122.86º35.59%11.57%-
HSV(B)122.86º52.5%15.69%-
XYZ1.151.710.93-
YUV31.44121.54119.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=24.05%
G=50.63%
B=25.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940200.5200.50.84122.8635.5911.57
Hex13281434032547b24c
Octal235024640621241734414
Binary10011101000101001101000110010101010011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132814; }

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

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

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

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

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

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

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

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