#162019

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

Shades of Black Bean #162019

Tints of Black Bean #162019

Color information

#162019 (or 0x162019) is unknown color: approx Black Bean. HEX triplet: 16, 20 and 19. RGB value is (22,32,25). Sum of RGB (Red+Green+Blue) = 22+32+25=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #162019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162019 is #E9DFE6. Grayscale: #1C1C1C. Windows color (decimal): -15327207 or 1646614. OLE color: 1646614.

HSL color Cylindrical-coordinate representation of color #162019: hue angle of 138º 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 #162019 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB223225-
CMYK0.3100.220.87
HSL138º18.52%10.59%-
HSV(B)138º31.25%12.55%-
XYZ1.021.271.11-
YUV28.21126.19123.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.85%
GREEN value IS 32 (12.89% from 255) = 40.51%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=27.85%
G=40.51%
B=31.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2232250.3100.220.8713818.5210.59
Hex1620191F016578a13b
Octal264031370261272122313
Binary101101000001100111111010110101011110001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162019; }

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

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

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

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

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

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

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

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