#161A17

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

Shades of Black Bean #161A17

Tints of Black Bean #161A17

Color information

#161A17 (or 0x161A17) is unknown color: approx Black Bean. HEX triplet: 16, 1A and 17. RGB value is (22,26,23). Sum of RGB (Red+Green+Blue) = 22+26+23=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 26 - color contains mainly: green. Hex color #161A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A17 is #E9E5E8. Grayscale: #181818. Windows color (decimal): -15328745 or 1514006. OLE color: 1514006.

HSL color Cylindrical-coordinate representation of color #161A17: hue angle of 135º degrees, saturation: 0.08, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #161A17 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB222623-
CMYK0.1500.120.90
HSL135º8.33%9.41%-
HSV(B)135º15.38%10.2%-
XYZ0.850.970.95-
YUV24.46127.17126.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.99%
GREEN value IS 26 (10.55% from 255) = 36.62%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=30.99%
G=36.62%
B=32.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2226230.1500.120.901358.339.41
Hex161A17F0C5A8789
Octal263227170141322071011
Binary10110110101011111110110010110101000011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161A17; }

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

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

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

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

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

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

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

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