#161F18

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

Shades of Black Bean #161F18

Tints of Black Bean #161F18

Color information

#161F18 (or 0x161F18) is unknown color: approx Black Bean. HEX triplet: 16, 1F and 18. RGB value is (22,31,24). Sum of RGB (Red+Green+Blue) = 22+31+24=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 31 - color contains mainly: green. Hex color #161F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161F18 is #E9E0E7. Grayscale: #1B1B1B. Windows color (decimal): -15327464 or 1580822. OLE color: 1580822.

HSL color Cylindrical-coordinate representation of color #161F18: hue angle of 133.33º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #161F18 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB223124-
CMYK0.2900.230.88
HSL133.33º16.98%10.39%-
HSV(B)133.33º29.03%12.16%-
XYZ0.991.221.05-
YUV27.51126.02124.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.57%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=28.57%
G=40.26%
B=31.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2231240.2900.230.88133.3316.9810.39
Hex161F181D017588511a
Octal263730350271302052112
Binary10110111111100011101010111101100010000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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