#16311B

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

Shades of Black Bean #16311B

Tints of Black Bean #16311B

Color information

#16311B (or 0x16311B) is unknown color: approx Black Bean. HEX triplet: 16, 31 and 1B. RGB value is (22,49,27). Sum of RGB (Red+Green+Blue) = 22+49+27=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #16311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16311B is #E9CEE4. Grayscale: #262626. Windows color (decimal): -15322853 or 1782038. OLE color: 1782038.

HSL color Cylindrical-coordinate representation of color #16311B: hue angle of 131.11º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #16311B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB224927-
CMYK0.5500.450.81
HSL131.11º38.03%13.92%-
HSV(B)131.11º55.1%19.22%-
XYZ1.632.451.42-
YUV38.42121.55116.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.45%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=22.45%
G=50%
B=27.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249270.5500.450.81131.1138.0313.92
Hex16311B3702D518326e
Octal266133670551212034616
Binary101101100011101111011101011011010001100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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