#162018

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

Shades of Black Bean #162018

Tints of Black Bean #162018

Color information

#162018 (or 0x162018) is unknown color: approx Black Bean. HEX triplet: 16, 20 and 18. RGB value is (22,32,24). Sum of RGB (Red+Green+Blue) = 22+32+24=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #162018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162018 is #E9DFE7. Grayscale: #1C1C1C. Windows color (decimal): -15327208 or 1581078. OLE color: 1581078.

HSL color Cylindrical-coordinate representation of color #162018: hue angle of 132º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #162018 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB223224-
CMYK0.3100.250.87
HSL132º18.52%10.59%-
HSV(B)132º31.25%12.55%-
XYZ1.011.271.06-
YUV28.1125.69123.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.21%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=28.21%
G=41.03%
B=30.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2232240.3100.250.8713218.5210.59
Hex1620181F019578413b
Octal264030370311272042313
Binary101101000001100011111011001101011110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162018; }

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

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

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

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

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

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

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

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