#16321B

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

Shades of Black Bean #16321B

Tints of Black Bean #16321B

Color information

#16321B (or 0x16321B) is unknown color: approx Black Bean. HEX triplet: 16, 32 and 1B. RGB value is (22,50,27). Sum of RGB (Red+Green+Blue) = 22+50+27=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #16321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16321B is #E9CDE4. Grayscale: #272727. Windows color (decimal): -15322597 or 1782294. OLE color: 1782294.

HSL color Cylindrical-coordinate representation of color #16321B: hue angle of 130.71º 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 #16321B is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB225027-
CMYK0.5600.460.80
HSL130.71º38.89%14.12%-
HSV(B)130.71º56%19.61%-
XYZ1.672.531.44-
YUV39.01121.22115.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.22%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=22.22%
G=50.51%
B=27.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250270.5600.460.80130.7138.8914.12
Hex16321B3802E508327e
Octal266233700561202034716
Binary101101100101101111100001011101010000100000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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