#132716

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

Shades of Black Bean #132716

Tints of Black Bean #132716

Color information

#132716 (or 0x132716) is unknown color: approx Black Bean. HEX triplet: 13, 27 and 16. RGB value is (19,39,22). Sum of RGB (Red+Green+Blue) = 19+39+22=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #132716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132716 is #ECD8E9. Grayscale: #1F1F1F. Windows color (decimal): -15522026 or 1451795. OLE color: 1451795.

HSL color Cylindrical-coordinate representation of color #132716: hue angle of 129º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132716 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB193922-
CMYK0.5100.440.85
HSL129º34.48%11.37%-
HSV(B)129º51.28%15.29%-
XYZ1.141.651.02-
YUV31.08122.87119.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=23.75%
G=48.75%
B=27.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939220.5100.440.8512934.4811.37
Hex1327163302C558122b
Octal234726630541252014213
Binary100111001111011011001101011001010101100000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132716; }

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

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

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

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

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

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

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

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