#132114

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

Shades of Black Bean #132114

Tints of Black Bean #132114

Color information

#132114 (or 0x132114) is unknown color: approx Black Bean. HEX triplet: 13, 21 and 14. RGB value is (19,33,20). Sum of RGB (Red+Green+Blue) = 19+33+20=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #132114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132114 is #ECDEEB. Grayscale: #1B1B1B. Windows color (decimal): -15523564 or 1319187. OLE color: 1319187.

HSL color Cylindrical-coordinate representation of color #132114: hue angle of 124.29º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #132114 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB193320-
CMYK0.4200.390.87
HSL124.29º26.92%10.2%-
HSV(B)124.29º42.42%12.94%-
XYZ0.941.280.86-
YUV27.33123.86122.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 33 (13.28% from 255) = 45.83%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=26.39%
G=45.83%
B=27.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933200.4200.390.87124.2926.9210.2
Hex1321142A027577c1ba
Octal234124520471271743312
Binary1001110000110100101010010011110101111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132114; }

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

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

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

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

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

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

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

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