#16321A

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

Shades of Black Bean #16321A

Tints of Black Bean #16321A

Color information

#16321A (or 0x16321A) is unknown color: approx Black Bean. HEX triplet: 16, 32 and 1A. RGB value is (22,50,26). Sum of RGB (Red+Green+Blue) = 22+50+26=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #16321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16321A is #E9CDE5. Grayscale: #262626. Windows color (decimal): -15322598 or 1716758. OLE color: 1716758.

HSL color Cylindrical-coordinate representation of color #16321A: hue angle of 128.57º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #16321A is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB225026-
CMYK0.5600.480.80
HSL128.57º38.89%14.12%-
HSV(B)128.57º56%19.61%-
XYZ1.662.531.38-
YUV38.89120.72115.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.45%
GREEN value IS 50 (19.92% from 255) = 51.02%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=22.45%
G=51.02%
B=26.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250260.5600.480.80128.5738.8914.12
Hex16321A38030508127e
Octal266232700601202014716
Binary101101100101101011100001100001010000100000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16321A; }

 p { color: rgb(22,50,26); }

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

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

 a { background-color: rgb(22,50,26); }

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

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

 span { border-color: rgb(22,50,26); }

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