#161D18

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

Shades of Black Bean #161D18

Tints of Black Bean #161D18

Color information

#161D18 (or 0x161D18) is unknown color: approx Black Bean. HEX triplet: 16, 1D and 18. RGB value is (22,29,24). Sum of RGB (Red+Green+Blue) = 22+29+24=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 29 - color contains mainly: green. Hex color #161D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D18 is #E9E2E7. Grayscale: #1A1A1A. Windows color (decimal): -15327976 or 1580310. OLE color: 1580310.

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

Color convert

RGB222924-
CMYK0.2400.170.89
HSL137.14º13.73%10%-
HSV(B)137.14º24.14%11.37%-
XYZ0.941.121.03-
YUV26.34126.68124.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 29 (11.72% from 255) = 38.67%
BLUE value IS 24 (9.77% from 255) = 32%
R=29.33%
G=38.67%
B=32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2229240.2400.170.89137.1413.7310
Hex161D18180115989ea
Octal263530300211312111612
Binary1011011101110001100001000110110011000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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