#161C17

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

Shades of Black Bean #161C17

Tints of Black Bean #161C17

Color information

#161C17 (or 0x161C17) is unknown color: approx Black Bean. HEX triplet: 16, 1C and 17. RGB value is (22,28,23). Sum of RGB (Red+Green+Blue) = 22+28+23=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 28 - color contains mainly: green. Hex color #161C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C17 is #E9E3E8. Grayscale: #191919. Windows color (decimal): -15328233 or 1514518. OLE color: 1514518.

HSL color Cylindrical-coordinate representation of color #161C17: hue angle of 130º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #161C17 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB222823-
CMYK0.2100.180.89
HSL130º12%9.8%-
HSV(B)130º21.43%10.98%-
XYZ0.91.060.97-
YUV25.64126.51125.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.14%
GREEN value IS 28 (11.33% from 255) = 38.36%
BLUE value IS 23 (9.38% from 255) = 31.51%
R=30.14%
G=38.36%
B=31.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2228230.2100.180.89130129.8
Hex161C17150125982ca
Octal263427250221312021412
Binary1011011100101111010101001010110011000001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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