#161C18

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

Shades of Black Bean #161C18

Tints of Black Bean #161C18

Color information

#161C18 (or 0x161C18) is unknown color: approx Black Bean. HEX triplet: 16, 1C and 18. RGB value is (22,28,24). Sum of RGB (Red+Green+Blue) = 22+28+24=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 28 - color contains mainly: green. Hex color #161C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C18 is #E9E3E7. Grayscale: #191919. Windows color (decimal): -15328232 or 1580054. OLE color: 1580054.

HSL color Cylindrical-coordinate representation of color #161C18: hue angle of 140º 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 #161C18 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB222824-
CMYK0.2100.140.89
HSL140º12%9.8%-
HSV(B)140º21.43%10.98%-
XYZ0.911.071.02-
YUV25.75127.01125.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 28 (11.33% from 255) = 37.84%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=29.73%
G=37.84%
B=32.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2228240.2100.140.89140129.8
Hex161C18150E598cca
Octal263430250161312141412
Binary101101110011000101010111010110011000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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