#123216

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

Shades of Black Bean #123216

Tints of Black Bean #123216

Color information

#123216 (or 0x123216) is unknown color: approx Black Bean. HEX triplet: 12, 32 and 16. RGB value is (18,50,22). Sum of RGB (Red+Green+Blue) = 18+50+22=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #123216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123216 is #EDCDE9. Grayscale: #252525. Windows color (decimal): -15584746 or 1454610. OLE color: 1454610.

HSL color Cylindrical-coordinate representation of color #123216: hue angle of 127.5º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123216 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB185022-
CMYK0.6400.560.80
HSL127.5º47.06%13.33%-
HSV(B)127.5º64%19.61%-
XYZ1.532.471.15-
YUV37.24119.4114.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 50 (19.92% from 255) = 55.56%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=20%
G=55.56%
B=24.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850220.6400.560.80127.547.0613.33
Hex1232164003850802fd
Octal2262261000701202005715
Binary1001011001010110100000001110001010000100000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123216; }

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

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

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

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

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

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

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

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