#122016

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

Shades of Black Bean #122016

Tints of Black Bean #122016

Color information

#122016 (or 0x122016) is unknown color: approx Black Bean. HEX triplet: 12, 20 and 16. RGB value is (18,32,22). Sum of RGB (Red+Green+Blue) = 18+32+22=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #122016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122016 is #EDDFE9. Grayscale: #1A1A1A. Windows color (decimal): -15589354 or 1450002. OLE color: 1450002.

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

Color convert

RGB183222-
CMYK0.4400.310.87
HSL137.14º28%9.8%-
HSV(B)137.14º43.75%12.55%-
XYZ0.911.220.95-
YUV26.67125.36121.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=25%
G=44.44%
B=30.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832220.4400.310.87137.14289.8
Hex1220162C01F57891ca
Octal224026540371272113412
Binary1001010000010110101100011111101011110001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122016; }

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

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

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

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

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

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

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

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