#162518

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

Shades of Black Bean #162518

Tints of Black Bean #162518

Color information

#162518 (or 0x162518) is unknown color: approx Black Bean. HEX triplet: 16, 25 and 18. RGB value is (22,37,24). Sum of RGB (Red+Green+Blue) = 22+37+24=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #162518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162518 is #E9DAE7. Grayscale: #1F1F1F. Windows color (decimal): -15325928 or 1582358. OLE color: 1582358.

HSL color Cylindrical-coordinate representation of color #162518: hue angle of 128º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #162518 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB223724-
CMYK0.4100.350.85
HSL128º25.42%11.57%-
HSV(B)128º40.54%14.51%-
XYZ1.161.561.1-
YUV31.03124.03121.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.51%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=26.51%
G=44.58%
B=28.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2237240.4100.350.8512825.4211.57
Hex16251829023558019c
Octal264530510431252003114
Binary10110100101110001010010100011101010110000000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162518; }

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

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

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

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

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

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

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

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