#132416

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

Shades of Black Bean #132416

Tints of Black Bean #132416

Color information

#132416 (or 0x132416) is unknown color: approx Black Bean. HEX triplet: 13, 24 and 16. RGB value is (19,36,22). Sum of RGB (Red+Green+Blue) = 19+36+22=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #132416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132416 is #ECDBE9. Grayscale: #1D1D1D. Windows color (decimal): -15522794 or 1451027. OLE color: 1451027.

HSL color Cylindrical-coordinate representation of color #132416: hue angle of 130.59º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132416 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB193622-
CMYK0.4700.390.86
HSL130.59º30.91%10.78%-
HSV(B)130.59º47.22%14.12%-
XYZ1.041.460.99-
YUV29.32123.87120.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=24.68%
G=46.75%
B=28.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936220.4700.390.86130.5930.9110.78
Hex1324162F02756831fb
Octal234426570471262033713
Binary10011100100101101011110100111101011010000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132416; }

 p { color: rgb(19,36,22); }

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

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

 a { background-color: rgb(19,36,22); }

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

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

 span { border-color: rgb(19,36,22); }

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